Commit graph

18 commits

Author SHA1 Message Date
RAIT-09
8346f72170 Merge branch 'master' into dev 2026-05-31 01:11:15 +09:00
RAIT-09
01fae7690c feat: notify users of Gemini CLI discontinuation (#296)
Google is retiring account login for Gemini CLI (Pro/Ultra/free tiers)
on June 18, 2026. Surface this in-app and document the migration path.

- Show an info banner above the input while the Gemini CLI agent is
  selected, reusing the existing ErrorBanner (info variant). Driven
  synchronously by agent id (no network), on its own channel separate
  from the npm-backed agent update notification. Dismisses on close,
  send, or agent switch.
- Add optional `link` to ErrorInfo / AgentUpdateNotification so the
  banner can render a "Learn more" anchor to the docs (backward
  compatible; existing usages unaffected).
- Add a dedicated docs page under a new "Announcements" sidebar section
  explaining what changes, who is affected, and how to keep using
  Gemini via a paid API key (with free-tier and privacy caveats). Note
  Antigravity CLI is not ACP-capable yet; mention the agy-acp bridge as
  a limited custom-agent workaround.
- Add a deprecation callout to the Gemini CLI setup page, plus tips to
  fall back to `gemini /auth` when the in-app API key isn't picked up.
2026-05-30 21:54:04 +09:00
RAIT-09
609e673e2d docs(setup): document Keychain-based API key flow and migration
- Replace plain "Enter the API key" instructions with the new
  Link... button + Select secret dialog flow in all three built-in
  agent setup pages (Claude Code, Codex, Gemini CLI)
- Add an info block per agent describing the automatic v0.10.x
  plaintext-to-secretStorage migration, including the fallback
  ID used when the default ID collides with another plugin
- Align the troubleshooting page's authentication section with
  the same Link... wording and cross-link to each setup guide
- Replace "Claude Code (ACP)" labels with "Claude Code" and
  prefix nav paths with "Built-in agents" to match the actual
  Settings UI section structure
2026-05-22 18:43:46 +09:00
RAIT-09
6bd2a59c0a docs: simplify custom agents setup with bare command names and update links 2026-04-06 11:25:43 +09:00
RAIT-09
b1355e7cf6 docs: update command name in Gemini CLI setup 2026-04-06 11:18:36 +09:00
RAIT-09
fd901d44a3 docs: update command name and add Codex app note in Codex setup 2026-04-06 11:15:40 +09:00
RAIT-09
6b89983cea docs: update command name in Claude Code setup 2026-04-06 11:13:44 +09:00
RAIT-09
34eec00eac docs: update ACP repository URL in agent-setup overview 2026-04-06 11:11:22 +09:00
RAIT-09
32637cd5ca Merge branch 'master' into dev 2026-03-26 23:25:20 +09:00
RAIT-09
a38a8a4296 chore: migrate claude-agent-acp references from @zed-industries to @agentclientprotocol
Update package name in agent-update-checker, docs, and READMEs
following the upstream rename in v0.24.0.
2026-03-26 20:48:40 +09:00
Tykis
b68b5339d1 docs: update path configuration guidance for bare command names
Reflect that path configuration is now optional in most cases.
Add Auto-detect as a recommended first step when agents are not found.
Add multi-device vault sync section to troubleshooting.
2026-03-18 01:34:04 +09:00
RAIT-09
edca98ee6e chore: rename claude-code-acp to claude-agent-acp 2026-02-18 07:45:11 +09:00
Shibata, Tats
3603c97b5e docs: add Kiro to custom agents examples 2026-02-07 00:17:56 +09:00
RAIT-09
8401175eea docs: add configuration examples for OpenCode and Qwen Code 2026-01-25 21:38:15 +09:00
RAIT-09
c520468ff1 docs: add terminal instructions to agent setup pages and add Commands & Hotkeys page 2026-01-19 21:18:45 +09:00
RAIT-09
d0d12db284 docs: move Multi-Session Chat in sidebar and update agent switching instructions 2026-01-19 21:10:21 +09:00
RAIT-09
2d6e9eeb96 Update agent switching instructions in docs
Clarifies that agent switching is done via the dropdown in Settings → Agent Client instead of the chat panel header.
2025-12-15 00:07:24 +09:00
RAIT-09
8bbe40a2a3 Add VitePress documentation site for Agent Client
Introduces a full documentation site under docs/ using VitePress, including configuration, custom theme, setup guides for supported agents (Claude Code, Codex, Gemini CLI, custom agents), usage instructions, FAQ, troubleshooting, and images. Updates .gitignore and .prettierignore to exclude VitePress build output and docs. Also updates package.json and eslint config for documentation support.
2025-12-14 01:53:46 +09:00