Roadmap and Status
Current maturity
The following modules are complete and ready to use:
- CLI — Interactive terminal, slash commands, conversation management
- Runtime — OpenAI, Anthropic, and custom Gateway provider support
- AgentHub SDK — Programmatic conversation control, event streams, remote approvals
- Thread / Context — Conversation thread management and context inspection
- Approval bridge — Forwarding local permission prompts to the AgentHub remote panel
- Doctor / Config — Configuration diagnostics and validation
- Transcript — JSONL conversation records with search and replay
- Task / Todo / Subagent / Worktree — Task management, sub-agents, and workspace isolation
The next public release is 0.2.0, distributed as @tokendance/code-core, @tokendance/code-sdk, and @tokendance/code-cli. Publishing is a manual release-owner action.
Release readiness
The current baseline passes the local release readiness check, full verification suite, and packaging smoke test. Before publishing, rerun the full check suite and record fresh results.
pnpm registry:next:check
pnpm contract:check
pnpm verify
pnpm pack:smoke
pnpm release:next:check
git diff --check Edit this page on GitHub