Skip to content

Releases: royisme/codebase-rag

v0.9.0

07 Nov 14:16

Choose a tag to compare

Docker Images

Minimal (Code Graph only)

docker pull royisme/codebase-rag:minimal
docker pull royisme/codebase-rag:v0.9.0-minimal

Standard (Code Graph + Memory)

docker pull royisme/codebase-rag:standard
docker pull royisme/codebase-rag:v0.9.0-standard

Full (All Features)

docker pull royisme/codebase-rag:full
docker pull royisme/codebase-rag:v0.9.0-full
docker pull royisme/codebase-rag:latest

Quick Start

See documentation for detailed setup instructions.

Full Changelog: v0.8.0...v0.9.0

v0.8.0

07 Nov 03:08

Choose a tag to compare

Docker Images

Minimal (Code Graph only)

docker pull royisme/codebase-rag:minimal
docker pull royisme/codebase-rag:v0.8.0-minimal

Standard (Code Graph + Memory)

docker pull royisme/codebase-rag:standard
docker pull royisme/codebase-rag:v0.8.0-standard

Full (All Features)

docker pull royisme/codebase-rag:full
docker pull royisme/codebase-rag:v0.8.0-full
docker pull royisme/codebase-rag:latest

Quick Start

See documentation for detailed setup instructions.

What's Changed

  • Roy/tests fix query bug by @royisme in #1
  • Add repository ingestion, related search, and context packing APIs by @Copilot in #5
  • Review codebase-rag against requirements by @royisme in #6
  • Fix dict access, missing parameters, and key mismatches from PR #6 review by @Copilot in #9
  • Fix deduplication silently dropping nodes without ref by @Copilot in #8
  • Fix get_changed_files() dict access in incremental ingestion by @Copilot in #7
  • docs: Add comprehensive v0.6 implementation summary by @royisme in #10
  • [WIP] Add memory management system for AI agent project by @Copilot in #13
  • feat: add Memory Store for AI agent project knowledge persistence (v0.6) by @royisme in #11
  • Address code review feedback: extract magic numbers and fix variable reassignment bug by @Copilot in #15
  • Implement automatic memory extraction features by @royisme in #14
  • Address PR review feedback: align Python versions and clarify Ollama config by @Copilot in #17
  • Fix Docker build failure due to missing source files in builder stage by @Copilot in #18
  • Fix Docker setup and MCP image building by @royisme in #16
  • Migrate monitor features from NiceGUI to frontend by @royisme in #19
  • Fetch Latest Main Branch Updates by @royisme in #20
  • Fix import paths for reorganized services subpackage structure by @Copilot in #22
  • Claude/refactor directory structure 011 c us sd tp bi mf1 eiq b hx zr m by @royisme in #21

Full Changelog: https://github.com/royisme/codebase-rag/commits/v0.8.0