Releases: MrDoe/OpenCodeRAG
Releases · MrDoe/OpenCodeRAG
Version v1.14.6
Version v1.14.5
2026-06-26
- 4fba1db 1.14.4
- 998be64 refactor: update model references to use "qwen2.5:3b:latest" across configuration and tests
- e189aa8 Code cleanup: Refactor tests and codebase for improved clarity and performance
- 97f7eee docs: update architecture and installation documentation for tree-sitter WASM and installation process
- 0118561 refactor: improve plugin installation logic by checking package.json timestamps and removing unnecessary flags
- 471a1b0 refactor: enhance plugin installation logic and add version tracking
- 56ee4bc refactor: streamline plugin installation process and remove compile step
- eaf6a11 refactor: improve error handling in JSON parsing and streamline npm commands in installation scripts
- 0b3ac12 feat: implement symlink creation for global plugin installation and enhance auto-injection logic
- afab823 test: enhance background indexer test with timeout and assertions for graceful shutdown
- 87a4e86 Refactor tests for runtime overrides and auto-injection
- 00cba75 fix: update hint step number in installation instructions
- 488f9d1 refactor: update workspace initialization instructions in installation scripts
- 5062c1b feat: add skipScan option to getIndexStatusSummary for optimized workspace scanning
- 1a15520 feat: implement stale index.lock check and enhance resolveCliContext options
Version v1.14.4
2026-06-25
- 205de50 1.14.3
- 74ea877 refactor: streamline plugin installation and update process, removing unnecessary functions and enhancing error handling
- e452ced fix: resolve merge conflict in package.json and enhance error handling in getPackageMetadata
- cff83b7 Merge branch 'main' of github.com:MrDoe/OpenCodeRAG
- 32996a9 fix: update file paths and enhance manifest saving with Windows fallback
- 0a3b2eb Merge branch 'main' of github.com:MrDoe/OpenCodeRAG
- deae0e0 feat: add confirmation prompts for destructive operations in clear and index commands
- 8134130 test: add cleanup for pooled connections after tests
- ca87137 fix: add graph.html to .gitignore
- f83a41b fix svg parsing
- 52b26be added doc command
- 3031019 added /doc command
- da56e78 feat: implement abort signal handling in indexing process and add subdirectory documentation marking
- e480860 fix: update .gitignore to include specific graphify-out cache files
- 7cbdf37 add graphify_out/* and .graphify* to .gitignore to prevent committing generated files
- a8041a3 Remove generated graph and manifest JSON files from the graphify-out directory to clean up unnecessary artifacts.
- b262a00 Add graph and manifest files for code analysis
- 68c8e5d 1.13.2
Version v1.14.2
2026-06-24
- c2a12e8 fix: update planning details with additional language support and enhanced features
Version v1.14.1
2026-06-24
- 2b81e2e fix: add excludeFiles option to configuration and update file handling in walkFiles function
- 99216b0 fix: exit process instead of returning when not in watch mode
- 4b5b694 fix: improve auto-run detection for CLI by handling backwards-compatibility with shim scripts
- 62cfb1f Merge branch 'main' of github.com:MrDoe/OpenCodeRAG
- 0dec4ac fix: disable auto-indexing by default in configuration
- 49e4b10 fix cli error
- 46f9ed2 feat: enhance planning documentation and improve token estimation tests
- bf57dfa fix: update scoring logic in retrieve function to improve result ranking
Version v1.14.0
Version v1.13.2
2026-06-23
- 0dec4ac fix: disable auto-indexing by default in configuration
- 49e4b10 fix cli error
- 46f9ed2 feat: enhance planning documentation and improve token estimation tests
- bf57dfa fix: update scoring logic in retrieve function to improve result ranking
- e0eea84 changed default
- 7da0dbf fixed error
- 32988b1 feat: enhance indexing and description generation
- 2301127 feat: implement automatic documentation mode with progress tracking and configuration options
Version v1.13.1
2026-06-23
- 4d373e8 feat: add global package.json management and progress tracking for indexing operations