Skip to content

Releases: giancarloerra/SocratiCode

v1.7.2

28 Apr 13:02

Choose a tag to compare

1.7.2 (2026-04-28)

Bug Fixes

  • docker: include api-key header in external Qdrant readiness probe (812fcd8)
  • docker: require HTTPS for QDRANT_API_KEY; deflake no-key test (7cdf21a)

v1.7.1

27 Apr 23:35

Choose a tag to compare

1.7.1 (2026-04-27)

Bug Fixes

  • graph: make C# namespace resolution deterministic (fc249fd)
  • graph: resolve C# using directives via namespace scan (closes #33) (0aaf3f1)
  • graph: tighten C# namespace regex; capture nested declarations (ea69a72), closes #34

v1.7.0

27 Apr 22:46

Choose a tag to compare

1.7.0 (2026-04-27)

Features

  • impact: add symbol-level call graph and Impact Analysis tools (c356c42)
  • impact: close gaps from review — Phase F API, scale + integration tests, language coverage (2d686a2)
  • impact: wire Phase F into watcher; fix prototype-key crash; add real scale test (4e41b46)
  • visualize: add interactive HTML graph explorer; British-English doc sweep (50d8853)
  • visualize: symbol view as focus graph; UX polish & stats consistency (e4da769)

Bug Fixes

  • visualize: use function replacers so vendored assets containing $& survive intact (081606f)

Documentation

  • add workflow examples to Context Artifacts section (2ad7b3d)
  • readme: surface impact analysis & portability; fix Claude Code install (9d11397)

v1.6.1

17 Apr 10:19

Choose a tag to compare

1.6.1 (2026-04-17)

Documentation

  • add Zed support, per-IDE instruction paths, and strengthen graph triggers (270d402)

v1.6.0

16 Apr 18:04

Choose a tag to compare

1.6.0 (2026-04-16)

Features

  • support global config fallback and configurable batch size (9d04c44)

Bug Fixes

  • resolve relative paths for global config fallback and strict batch size validation (49b5b35)

Documentation

  • add CodeRabbit review expectations to PR template and contributing guide (afd2da2)
  • add Discord community, Cloud section, and tool portability to README (a8b069a)

v1.5.0

13 Apr 21:47

Choose a tag to compare

1.5.0 (2026-04-13)

Features

  • multi-platform plugin support (Cursor, Codex, Gemini CLI, VS Code) (529d1b2)

Bug Fixes

  • correct spelling of "visualize" in GEMINI.md and update Codex installation instructions in README.md (b2333b5)

Documentation

  • consolidate README (61060d5)
  • consolidate README — add feature comparison table and streamline sections (efec8dd)

v1.4.1

12 Apr 20:38

Choose a tag to compare

1.4.1 (2026-04-12)

Bug Fixes

  • address CodeRabbit PR review feedback (00f7be1)
  • address CodeRabbit review findings (bb5e6c3)

v1.4.0

12 Apr 18:31

Choose a tag to compare

1.4.0 (2026-04-12)

Features

  • branch-aware collection naming via SOCRATICODE_BRANCH_AWARE (3a4139d), closes #19
  • linked projects support via .socraticode.json and SOCRATICODE_LINKED_PROJECTS (61e868c), closes #20
  • multi-collection search with client-side RRF fusion and deduplication (ad8db7f), closes #20 #19 #19 #20

Bug Fixes

  • address CodeRabbit review feedback on tests (f09f417)
  • address remaining CodeRabbit production code issues (f745d59)
  • linked projects use base hash without branch suffix (fc3c298)
  • provide git identity for temp repo commits in CI (ad2e3b9)
  • resolve JVM imports in multi-module Maven/Gradle projects (5a734eb)
  • update path handling and type imports in indexer and query tools (096f59d)
  • use self-contained temp git repos in branch-aware tests (ffa8e95)

Documentation

  • add cross-project and branch-aware highlights to intro and Why SocratiCode (24faa10)
  • add cross-project search and branch-aware indexing documentation (76e3ff5)
  • add OpenCode setup instructions to README (0896164), closes #18

Tests

  • add includeLinked and searchMultipleCollections tests (bf93e4a)

v1.3.2

26 Mar 18:07

Choose a tag to compare

1.3.2 (2026-03-26)

Bug Fixes

  • change SessionStart hook type from prompt to command (72e4a5f), closes #16

v1.3.1

24 Mar 17:38

Choose a tag to compare

1.3.1 (2026-03-24)

Bug Fixes

  • add prepublishOnly script to ensure dist/ is rebuilt before publish (2f5b410)