Skip to content

v0.3.0

Choose a tag to compare

@nareshnavinash nareshnavinash released this 10 Apr 14:07
· 5 commits to main since this release

What's Changed

  • npx dobbe no longer hangs -- bare command now prints usage help and exits immediately
  • npx dobbe start shows feedback -- when run interactively in a terminal, prints a message to stderr explaining it's waiting for MCP messages
  • Consolidated startup logic -- bin/install.ts now reuses the full startup from src/index.ts (session cleanup, cache eviction, graceful shutdown, logging)
  • MCP config updated -- uses npx dobbe start instead of bare npx dobbe

Breaking Change

Existing users should re-run npx dobbe install to update their MCP server config.