Skip to content

Releases: MrDoe/OpenCodeRAG

Version v1.14.6

26 Jun 14:20

Choose a tag to compare

2026-06-26

  • b08d0b5 test: refactor describe_image integration tests to use temporary directory for image fixtures

Version v1.14.5

26 Jun 14:13

Choose a tag to compare

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

25 Jun 16:34

Choose a tag to compare

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

24 Jun 09:53

Choose a tag to compare

2026-06-24

  • c2a12e8 fix: update planning details with additional language support and enhanced features

Version v1.14.1

24 Jun 07:37

Choose a tag to compare

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

23 Jun 14:55

Choose a tag to compare

2026-06-23

  • 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.2

23 Jun 21:07

Choose a tag to compare

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

23 Jun 13:45

Choose a tag to compare

2026-06-23

  • 4d373e8 feat: add global package.json management and progress tracking for indexing operations

Version v1.13.0

23 Jun 12:09

Choose a tag to compare

2026-06-23

  • e3c1230 Refactor description generation and improve logging
  • b132d6d feat(cli): add commands for MCP server, querying, showing chunks, and status reporting
  • 8ad895f Merge branch 'main' of github.com:MrDoe/OpenCodeRAG
  • c7b92df Update ReadMe.md

Version v1.12.18

22 Jun 22:24

Choose a tag to compare

2026-06-23

  • 25e1d61 feat: implement describe-image command and related tests
  • 7d78150 feat: add image description tool and enhance related documentation
  • fa68ea6 feat: enhance documentation for image retrieval and description features