Skip to content

v0.1.5

Choose a tag to compare

@HakashiKatake HakashiKatake released this 07 Sep 12:41
· 3 commits to main since this release

DocOrbit v0.1.5 Release Notes

Highlights

  • Project-Scoped Storage Default: All documentation is now indexed into <projectRoot>/.docorbit/docorbit.db by default. Deleting a project folder completely removes its documentation cache (zero disk leaks and zero version crosstalk between projects).
  • Interactive Storage Selector: Running docorbit init or docorbit add in an interactive terminal prompts users to choose between [1] Project-local (default) and [2] Global.
  • Flags -p and -g: Pass -p (--project) or -g (--global) to explicitly target storage and bypass interactive questions across all CLI commands.
  • MCP Server Workspace Alignment: When launched from coding agents (Cursor, Claude Desktop, Claude Code, Zed), DocOrbit automatically scopes its SQLite knowledge graph to the current workspace root.
  • Zero Dependencies: 100% native Node.js 22.5+ (node:sqlite, node:readline/promises, node:test). 131 tests passing.