Continuity v0.1.0
First public release of Continuity.
Continuity is a local continuity layer for projects and AI agents. It keeps project identity, workspace boundaries, reviewed memory, provenance and structured handoffs stable while agents and sessions change.
Included
- Local project identity and Git workspace/worktree isolation
- Structured agent handoffs
- Reviewed durable memory, revisions and conflict handling
- Source provenance and freshness
- Context audit and explainability
- Local SQLite + FTS5 storage
- Optional local semantic retrieval
- MCP integration and a local HTTP API
- Continuity Dashboard
- Diagnostics and doctor tooling
Install
Requires Node.js 24.13 or newer on the Node 24 release line. No npm registry package is published.
Download the attached continuity-local-0.1.0.tgz, then install that local file:
npm install --global ./continuity-local-0.1.0.tgzAlternatively, follow the source checkout instructions using tag v0.1.0.
Dashboard
Inside your project:
continuity init
continuity sync
continuity dashboardOpen http://127.0.0.1:4783.
The dashboard is loopback-only and includes Overview, Projects, Workspaces, Handoffs, Memories, Context Audit, Sources and Diagnostics.
Default operation
No cloud service or API key is required. FTS5/local lexical retrieval is the default. Semantic retrieval is optional.
Current limits
- Local-first, single-user; no team or cloud sync
- Local database is not encrypted by Continuity
- Retention inspection is dry-run; no automatic pruning
- RIVET integration remains experimental/shadow; no cutover
- Continuity does not replace native coding-agent file/read/grep tools
- PR #7 Compact Agent Delivery is not included
- Node 24.13 emits an experimental warning for
node:sqlite
Verified
- Windows and Linux CI
- Claude Code and Codex integration, including cross-agent handoffs
- MCP stdio
- Fresh tarball installation and production dashboard
- Upgrade from the previous dogfood state
Apache-2.0.