docs: update all docs to reflect post-v0.1.0 state#109
Merged
Conversation
Track prompt count per session in the event store and trigger an auto-rename after every 4th user prompt. The rename uses keyword extraction from recent prompts to generate a short descriptive title. Manual renames are respected — once a user renames a session, auto- rename is permanently disabled for that session. Server changes: - New auto-rename module with shouldAutoRename, extractRecentPrompts, and generateSessionName functions - EventStore gains prompt_count and manually_renamed columns with migration for existing databases - chat.ts integrates tryAutoRename into sendToChat flow - query-loop.ts increments prompt count for initial prompt - renameSessionById marks sessions as manually renamed Frontend changes: - New session_renamed WS event type - useChatMessages hook forwards session_renamed to ChatView - ChatView updates document title on auto-rename Closes #107 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Test counts (209 → 525/48 files), new server modules (20 → 33), skills system, voice/TTS integration, auto-rename, event store, hook bridge, slash picker, inbox view, and security model for skills permissions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
a59f35d to
e67eea1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Context
Docs were frozen at v0.1.0 (2026-04-03). Since then: full skills system (6 PRs), voice STT phase 1, voice TTS phase 2 (PR #108), auto-rename, event store, hook bridge, and more. This brings all docs current.
Test plan
🤖 Generated with Claude Code