0.1.8 (2026-02-25)
0.1.7 (2026-02-25)
- ast: add C#, C/C++, Ruby, Kotlin language support and upgrade tree-sitter (#107) (4be235a)
- encoder: achieve full parity with Python reference encoder (#105) (812e16e)
0.1.6 (2026-02-24)
- publish: bundle workspace packages inline, fix sync vector store, and enable npm provenance (#96) (b73033a)
0.1.5 (2026-02-23)
- encoder: add git-managed vector embeddings with Float16 codec (#74) (d3fdb4d)
- encoder: implement DependencyGraph with invocation and inheritance tracking (#83) (3e21441)
- encoder: implement token-aware batch semantic extraction (#82) (b1f8ad2)
- encoder: implement type-aware call resolution in DependencyGraph (#90) (5da75f7)
- store: add zero-dependency local fallback stores and make native deps optional (#92) (edf43fe)
- submodule: add Microsoft RPG-ZeroRepo as vendor submodule (#75) (7e0aa00)
0.1.4 (2026-02-14)
- ast: add multi-language support (Rust, Go, Java) (#68) (931b345)
- cli: add two-tier RPG data management (CI + local) (#71) (2b00bdf)
- encoder: add .gitignore support via git ls-files (#57) (fad382c)
- encoder: add progress logging and incremental cache with token tracking (#55) (4ddd490)
- evals: add RPG-powered agent evaluation with Next.js codebase (#42) (d2d8c5c)
- mcp: add interactive agent-driven semantic encoding protocol (#44) (0c5c67e)
- utils: add claude-code LLM provider (#66) (00d8ce2)
- utils: add Codex CLI LLM provider (#73) (de76959)
0.1.3 (2026-02-10)
0.1.2 (2026-02-08)
- encoder: implement DataFlowEdge creation (#36) (9eb8906)
- encoder: implement LCA-based artifact grounding with metadata propagation (#32) (dd22aa8)
- mcp: add rpg_evolve tool for incremental RPG updates (#35) (c3f666d)
- tools: add search_scopes parameter and auto mode staged fallback (#34) (2cbdf5e)
0.1.1 (2026-02-06)
- encoder: add HuggingFaceEmbedding with MongoDB LEAF models (962e5b3)
- encoder: implement Domain Discovery and 3-Level Path semantic reorganization (#12) (#30) (059db8e)
- encoder: implement RPG-Encoder Evolution — commit-level incremental updates (#28) (499a223)
- encoder: implement RPGEncoder for repository-to-graph encoding (#4) (c3b3f1c), closes #3
- encoder: improve semantic lifting with naming rules and file-level aggregation (#29) (79b89f3)
- graph: add GraphStore interface with SQLite and SurrealDB implementations (d300798)
- implement MCP server with 5 tools and comprehensive testing (#2) (fa15a08), closes #1
- initial implementation of RPG (Repository Planning Graph) (f3b3d47)
- mcp: integrate semantic search with HuggingFace embedding (983f411)
- search: add hybrid search with vector + BM25 full-text via LanceDB (6fda2ac)