Skip to content

CodeWiki v0.6.0

Choose a tag to compare

@PorunC PorunC released this 27 May 08:31
· 25 commits to main since this release

Highlights

  • Added Lite Mode with project-local .codewiki/codewiki-lite.sqlite3 indexes for lightweight agent workflows.
  • Added codewiki lite commands for init, index, sync, watch, status, query, context, trace, node, files, callers, callees, impact, and affected.
  • Added codewiki mcp --lite --path support with agent-facing context, trace, node, and graph tools.
  • Added Lite Mode benchmarking, including 600-module and 2,000-module synthetic stress results.
  • Reorganized community and LLM backend services and split graph affected-file helpers.

Fixes

  • Lite and MCP context responses now report pending sync status and pending files when graph context is stale.
  • Incremental sync preserves file-to-symbol contains edges for reused files.
  • Repository scans ignore .codewiki Lite Mode state.

Validation

  • ruff check backend tests scripts
  • pytest -q: 177 passed, 3 skipped
  • python -m build
  • twine check dist/*