Roadmap
The authoritative English roadmap lives at:
The Chinese roadmap lives at:
Short Version
Scoot should stay a small, auditable, local-first automation core:
- one lightweight binary,
- CLI, REPL, daemon, and local stdio
serveinteraction, - OpenAI-compatible Responses API backend only,
- local state and audit logs,
- defensive validation before execution,
- no GUI or web UI,
- no cloud sync,
- no secret leakage,
- no skill privilege bypass,
- MCP/Wasm/other extension seams must remain configuration-gated, timeout-bound, and auditable,
- unattended
unrestrictedexecution is a high-risk operator exception, not a default workflow, - the public package root must stay a narrow stable embedding API.
Near-term work should focus on extension-boundary audits, actionable diagnostics, documentation alignment, runtime governance, and only then plan mode.