Skip to content

docs: mark shipped features shipped (stop false-negative roadmap signals)#163

Merged
Skobeltsyn merged 1 commit into
mainfrom
docs/accurate-shipped-signals
Jun 7, 2026
Merged

docs: mark shipped features shipped (stop false-negative roadmap signals)#163
Skobeltsyn merged 1 commit into
mainfrom
docs/accurate-shipped-signals

Conversation

@Skobeltsyn

Copy link
Copy Markdown
Contributor

Follow-up to the Perplexity gap-matrix review: it flagged multimodal, reactive-UI streaming, and the session model as missing — not because they are, but because the roadmap/prd checklists still had them as [ ] while the README + code say they shipped. The roadmap even contradicted itself (L78 [x] AgentSession.events shipped; L73/L83 [ ] "not done"). Any AI (or human) weighing the unchecked boxes gets a false negative.

Fixed (now [x] + a precise Remaining: note):

  • Session model — multi-turn AgentSession shipped (#1736); only automatic compaction remains.
  • Reactive event stream for UIsAgentSession.events: Flow<AgentEvent> (#1736) + agent.observe { } (#965) ship; only Pipeline-stage event types remain.
  • Multimodal input — image/document (vision) shipped across Anthropic / OpenAI / Ollama (#2466–#2470); audio/video + a Gemini provider remain.

Left as genuine [ ] (accurate): Gemini provider, .spawn{} sub-agent lifecycle, audio/video input. The README was already accurate; only docs/roadmap.md + docs/prd.md checklists were stale.

Docs-only.

🤖 Generated with Claude Code

…egative signals

An external gap analysis concluded multimodal / reactive-UI streaming / the
session model were "missing" — because the roadmap (and prd) still had them
as unchecked [ ] while the README + code say they shipped. The roadmap even
contradicted itself (line 78 [x] AgentSession.events shipped, lines 73/83 [ ]
"not done"). Fix the stale checkboxes so docs (and future AI/readers) get
accurate signals:

- Session model — [x] multi-turn AgentSession shipped (#1736); only automatic
  compaction remains.
- Reactive event stream for UIs — [x] AgentSession.events Flow<AgentEvent>
  (#1736) + agent.observe { } (#965) ship; only Pipeline-stage event types
  remain.
- Multimodal input — [x] image/document (vision) shipped across Anthropic /
  OpenAI / Ollama (#2466–#2470); audio/video + a Gemini provider remain.

Genuine [ ] gaps left untouched (accurate): Gemini provider, .spawn{}
sub-agent lifecycle, audio/video input. README was already accurate; only the
roadmap/prd checklists were stale.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@Skobeltsyn Skobeltsyn merged commit 36a73f0 into main Jun 7, 2026
3 of 4 checks passed
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.

1 participant