feat(plugin): agent-driven setup — the agent installs and configures in chat - #47
Merged
Conversation
…in chat Users live inside agents now; the onboarding should too. A setup skill (trigger: 'set up session-recall' / smena of embedder / enable sharing) plus /session-recall:setup command: the agent asks the three onboarding questions in chat — language, local-or-cloud embedder, solo-or-team — runs the exact commands from the skill (no invented flags), and must finish with `session-recall health` and one real search so the first impression is a hit. Key hygiene is spelled out: API keys go into the user's shell profile by the user, never through the agent into repo files; the pairing code and SAS check stay human-to-human out-of-band by design. Plugin bumped to 0.5.0. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Maxim: «пользователи больше через агентов работают — агент может удобно всё настроить?» He could already (every path is non-interactive:
setup --lang ru --yes, share ceremony is plain CLI — today's live tests were literally an agent doing all of it). What was missing is the packaged instruction so any agent does it WELL without reverse-engineering the README.session-recall health+ one real search over the user's history./session-recall:setupas the explicit entry point.Suite 329 passed (no code changes — plugin content only).
🤖 Generated with Claude Code