Skip to content

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 19 Jul 22:48
· 10 commits to main since this release

[0.1.5] - 2026-07-20

Added

  • Project context system: persistent project tracking across sessions via project_contexts table
  • set_project_context tool — AI calls this at session start with its working directory to tell the memory system which project it's in
  • get_project_context tool — read the active project
  • list_project_contexts tool — list all stored projects
  • project://active resource — always shows the current project
  • Startup context now reads active project from DB (not just os.Getwd), with source indicator
  • Persona-startup prompt shows project context section with navigation instructions
  • AI instructed to navigate to project root if it differs from current working directory