From c1bbdf9aebacfd1fecd4d9341b5798a1099ca427 Mon Sep 17 00:00:00 2001 From: Nathan Esquenazi Date: Sun, 5 Apr 2026 10:10:33 -0700 Subject: [PATCH] docs: update SPRINTS parity assessment from v0.21 to v0.36 CLI parity: ~90% -> ~95% (added profiles, CLI bridge, compaction, self-update, git detection, slash commands, rAF throttle) Claude parity: ~70% -> ~85% (added themes, voice, mobile responsive, collapsible groups, context indicator, token display, Docker, subagent delegation cards) Co-Authored-By: Claude Opus 4.6 (1M context) --- SPRINTS.md | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/SPRINTS.md b/SPRINTS.md index 72c2d2f..53c424a 100644 --- a/SPRINTS.md +++ b/SPRINTS.md @@ -14,19 +14,27 @@ --- -## Where we are now (v0.21) +## Where we are now (v0.36) -**CLI parity: ~90% complete.** Core agent loop, all tools visible, workspace -file ops with tree view, cron/skills/memory CRUD, session management, streaming, -cancel, multi-provider models, custom endpoint discovery, slash commands, -thinking/reasoning display, password auth -- all solid. Gaps are subagent -visibility, toolset control, and code execution. +**CLI parity: ~95% complete.** Core agent loop, all tools visible, workspace +file ops with tree view and git detection, cron/skills/memory CRUD, session +management, streaming with rAF throttle, cancel, multi-provider models, custom +endpoint discovery, slash commands (help/clear/model/workspace/new/usage/theme/compact), +thinking/reasoning display, password auth, multi-profile support with seamless +switching, CLI session bridge (read and import from state.db), context +auto-compaction handling, self-update checker. Remaining gaps: subagent +session tree, toolset control per session, code execution cells. -**Claude parity: ~70% complete.** Chat, streaming, file browser, session -management, tool cards, syntax highlighting, model switching, projects, -settings, Mermaid diagrams, mobile layout, breadcrumb workspace nav, slash -commands, thinking display, auth -- all present. Gaps are artifacts, voice, -TTS, sharing, mobile-optimized layout. +**Claude parity: ~85% complete.** Chat, streaming, file browser, session +management with projects and tags, tool cards with subagent delegation, +syntax highlighting, model switching, Mermaid diagrams, mobile responsive +layout (hamburger sidebar, bottom nav, files slide-over), breadcrumb +workspace nav with tree view, slash commands, thinking/reasoning display, +auth with signed cookies, 6 pluggable UI themes (dark/light/slate/solarized/ +monokai/nord), voice input (Web Speech API), collapsible date groups, +context usage indicator, token/cost display, git branch badge, Docker +support. Remaining gaps: artifacts (HTML/SVG preview), TTS playback, +sharing/public URLs, code execution inline. ---