We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs(wiki): vf-clide page memory commands to v1.0.5 (catch-up) The Memory section and the REPL command list were frozen at v1.0.3 and had missed the v1.0.4 connection layer entirely. Catch them up to the current surface, verified against the repl.rs parser and the Memory page: recall flags (--explain / --type / --include-superseded / --frontier), /retype, the SUPERSEDES / DERIVES_FROM / /why connection layer, and the v1.0.5 CONTRADICTS edge (/contradict, /uncontradict). The agent tool set stayed three (recall/remember/archive) across v1.0.4-v1.0.5 — the diagnostics, typing, and edges are user curation, never agent tools. No invented commands; additive only.
Document v1.0.3 — agent-side archive, un-archive, curation 404 Memory.md: add POST /memory/unarchive + the 404-on-missing-id note; curation now reversible (agent may archive behind confirmation, /unarchive and /forget user-only). Memory-Design.md: ground the "mark, don't destroy" principle in the shipped /archive+/unarchive mechanism. vf-clide.md: third memory tool (archive, confirm-always), /unarchive REPL command, curation split. Home.md: v1.0.3 section + "documents v1.0.3". _Footer: v1.0.2 -> v1.0.3.
v1.0.2: vf-clide memory access + curation; Memory Design page; footer bump
v0.9.4 — vf-clide REPL honors the permission ceiling; clearer denials
v0.9.2 — vf-clide token meter + pinned status line; clean serve shutdown
docs(wiki): v0.9.1 — note search is workspace-confined (skips escaping symlinks) Earlier 0.9.0/0.2.0 builds' search recursively followed symlinks out of the workspace; v0.9.1 skips them. Update recommended.
docs(wiki): v0.9.0 — agentic vf-clide Rewrite the vf-clide page from chat-only to chat + agentic: --agent tool loop (read_file/write_file/search/shell), three-tier permission model (--yes/--allow-mutating/--allow-shell, cumulative), workspace confinement, constitution (default system prompt + AGENTS.md), and the honest limits (shell not confined → --allow-shell; no persistence; substring search; 16384 ctx; gemma simple args). Add a v0.9.0 Home section and update the "chat client" descriptors on Home/Installation/Usage.
docs(wiki): v0.8.0 — auto ctx-size, Gemma-4 tool-calling, vf-clide; KV-FP8 now required - New page: vf-clide (the standalone CLI chat client) + Sidebar/Home/Usage/Installation links. - Automatic context sizing (v0.8.0): new Configuration section, Usage/Home/Troubleshooting notes, the 16384 RDNA4 LDS ceiling (explicit --ctx-size above it aborts, not clamped). - Gemma-4 native tool/function calling documented (Usage, Supported-Models). - KV-FP8 corrected from "recommended" to REQUIRED for the Gemma-4-26B-A4B MoE across Supported-Models / Configuration / Usage / Troubleshooting / Architecture / Choosing-a-Model: the non-FP8 KV path is known-broken and the engine fail-loud aborts without VULKANFORGE_KV_FP8=1 (debug override VULKANFORGE_ALLOW_BROKEN_KV=1). - Home/Configuration now reference the shipped v0.8.0 (perf matrix provenance stays v0.7.0).