Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 03:13

Changelog

  • 79e9743 Add benchmarking skill for rg, grep, and idx; regenerate CLI documentation skill
  • c50bafe Add unit tests for indexing, read, search, config, ipc, and jsonrpc packages
  • b9a3b83 Refactor daemon server management and testing
  • 99c5c55 Refactor idx server management and improve project path handling
  • d73e513 Refactor test code for consistency and clarity; add end-to-end tests for CLI commands
  • a139e8f Refactor test function names for clarity and consistency
  • a89a065 Remove unused font files and delete main JavaScript and HTML files for a cleaner project structure.
  • 7bc57d1 feat(readlog): refactor read log handling and introduce new LogEntry structure
  • 314f7c1 feat(search): enhance search command with new flags and options
  • 546f8bc feat(search): update flag names for agent-compact and json-pretty for consistency
  • 8ec08db feat: add GitHub Pages deployment workflow to release process
  • 1c2fef6 feat: add Snyk security scan to CI workflow
  • 7a495cb feat: add coverage gate guidelines to testing documentation
  • a7004c5 feat: add end-to-end tests for CLI commands including inspect, read, status, sync, and version
  • 861cf4b feat: add end-to-end tests for idx server and skills commands
  • f98990c feat: add idx-search skill installation via embedded files
  • 517c974 feat: add popularity_weight support in BM25 configuration and related tests
  • 54b9c36 feat: add project root handling to CommandRunner for server lifecycle commands
  • 4efaa74 feat: enhance configuration management and CLI commands
  • d0e78ac feat: enhance search functionality with relaxation and files-only options
  • fad40d9 feat: introduce idx JSON-RPC server for command execution
  • 57533fd feat: migrate to idx server lifecycle commands, remove daemon
  • f9337bb feat: remove idx watch command and integrate watch functionality into idx server
  • 30b9b6b fix(goreleaser): replace existing release artifacts on re-release
  • 00293c3 fix(tui): remove t.Parallel from tests that mutate inspectAvailableCommands
  • fd3c814 fix: correct jekyll-build-pages pinned commit hash
  • ed99f7d fix: ensure target is set to io.Discard when nil in NewLineWriter
  • 6155429 fix: format stubServerManager methods for consistency
  • a72907e fix: remove release environment from goreleaser job to unblock GITHUB_TOKEN
  • 172069b fix: reorder import statements for consistency
  • 96f1b21 fix: update Snyk scan arguments to include SARIF output file
  • 65b04a3 fix: update repository-dispatch action version for idx-site deploy
  • 0860e6d refactor: remove unused daemonableCommand interface from CommandRunner
  • 0137902 refactor: update README and documentation for improved clarity and consistency