·
102 commits
to main
since this release
What's Changed
- Feat/golang rewrite by @unrealandychan in #12
- rebrand: close-wiki → rekipedia (reki short alias) by @unrealandychan in #13
- Fix diagram builder showing "No relationships detected" for all projects by @Copilot in #41
- fix: strip YAML frontmatter before rendering wiki pages and summaries by @Copilot in #42
- fix(rag): route proxy embeddings through litellm
api_baseinstead of raw httpx by @Copilot in #57 - fix: embed CLI uses LLM proxy URL for embedding requests by @Copilot in #58
- feat: add
reki refactorcommand (Python + Go) by @Copilot in #74 - feat: LLM enrichment for refactoring issues with --no-llm flag by @Copilot in #71
- feat: graph-based static analysis metrics for refactoring detection by @Copilot in #72
- feat: generate REFACTOR.md + refactor_report.json from analysis pipeline by @Copilot in #73
- fix: add Rich progress indicators to reki scan and reki note import by @unrealandychan in #100
- fix: algorithm improvements — BM25 IDF, impact edges, parallel tool calls, configurable gap threshold by @unrealandychan in #106
- fix: make _score_bm25 idf param optional — restore backward compat for tests by @unrealandychan in #107
- Handle invalid onboard DB schema without traceback by @Copilot in #152
- Debugging reki tour command error by @Copilot in #153
- fix: reki domain/impact/affected/search/mcp crash with "No rekipedia DB" after scan by @Copilot in #154
- fix(ask): early API key validation with helpful error (closes #156) by @unrealandychan in #161
- fix(diff,storage): filter .rekipedia/ from diff + SqliteStore str path (closes #157, closes #160) by @unrealandychan in #162
- docs: --no-llm quick start + multi-provider LLM setup (closes #158, closes #159) by @unrealandychan in #163
- feat(ask): --brief flag for minimal token output by @unrealandychan in #168
New Contributors
- @Copilot made their first contribution in #41
Full Changelog: https://github.com/unrealandychan/rekipedia/commits/py/v0.17.29