Skip to content

feat(plugin): agent-driven setup — the agent installs and configures in chat - #47

Merged
AbsoluteMode merged 1 commit into
mainfrom
feat/agent-onboarding
Aug 3, 2026
Merged

feat(plugin): agent-driven setup — the agent installs and configures in chat#47
AbsoluteMode merged 1 commit into
mainfrom
feat/agent-onboarding

Conversation

@AbsoluteMode

Copy link
Copy Markdown
Owner

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.

  • skills/setup/SKILL.md — the agent-facing wizard: ask the three onboarding questions in chat (language, local/cloud embedder, solo/team), then run the exact commands written in the skill. Hygiene is explicit: API keys are added to the shell profile by the user (never through the agent into repo files); the invite code and SAS check travel human-to-human out-of-band — that's the security model, the agent must not relay them. Always ends with session-recall health + one real search over the user's history.
  • commands/setup.md/session-recall:setup as the explicit entry point.
  • README: one paragraph pointing agent-first users at it.
  • Plugin 0.4.0 → 0.5.0 (manifest changes ship on version bump).

Suite 329 passed (no code changes — plugin content only).

🤖 Generated with Claude Code

…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>
@AbsoluteMode
AbsoluteMode merged commit 963568f into main Aug 3, 2026
8 checks passed
@AbsoluteMode
AbsoluteMode deleted the feat/agent-onboarding branch August 3, 2026 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants