Skip to content

Releases: giancarloerra/SocratiCode

v1.8.18

Choose a tag to compare

@github-actions github-actions released this 28 Jun 20:25

Features

  • indexing: map custom extensions to languages via EXTENSION_LANGUAGE_MAP (#77) (1c5ddf5)

Bug Fixes

  • indexing: normalize extension casing and tighten docs/test (#77) (c2c616f)

Documentation

  • embeddings: clarify the LiteLLM provider is a proxy-server client (#76) (0dc244e)

v1.8.17

Choose a tag to compare

@giancarloerra giancarloerra released this 18 Jun 14:13

1.8.17 (2026-06-18)

Bug Fixes

  • graph: extract Dart abstract members and operators (#74) (0ab502b)

v1.8.16

Choose a tag to compare

@giancarloerra giancarloerra released this 11 Jun 11:36

1.8.16 (2026-06-11)

Features

  • graph: full Dart support via tree-sitter AST (#71) (7bd9eb5)

Tests

  • graph: pin graceful degradation for Dart extension types (c5a706c)

v1.8.15

Choose a tag to compare

@giancarloerra giancarloerra released this 11 Jun 10:52

1.8.15 (2026-06-11)

Features

  • startup: opt-in auto-resume of all indexed projects (#70) (f3362bb)

Bug Fixes

  • startup: keep incremental catch-up alive when watcher startup throws (fa4dd92)

v1.8.14

Choose a tag to compare

@giancarloerra giancarloerra released this 10 Jun 19:06

1.8.14 (2026-06-10)

Features

  • graph: Lua symbol/call extraction + fix discovery for whitelist .gitignore (d4bbb6c)

Tests

  • graph: add Lua extractor + whitelist-discovery tests (8be929a)

v1.8.13

Choose a tag to compare

@giancarloerra giancarloerra released this 27 May 15:32

1.8.13 (2026-05-27)

Documentation

  • update expired Discord invite link (71e1e0b)

v1.8.12

Choose a tag to compare

@giancarloerra giancarloerra released this 22 May 17:05

1.8.12 (2026-05-22)

Bug Fixes

  • graph: normalize stored node keys during lookup for legacy cache compat (4526ea5)
  • graph: normalize Windows backslash paths to forward slashes (e9ee3ea), closes #60

v1.8.11

Choose a tag to compare

@giancarloerra giancarloerra released this 12 May 13:39

1.8.11 (2026-05-12)

Bug Fixes

v1.8.10

Choose a tag to compare

@giancarloerra giancarloerra released this 08 May 10:01

1.8.10 (2026-05-08)

Features

  • embeddings: add LiteLLM as a first-class embedding provider (1708510), closes #42

Bug Fixes

  • litellm: iterate paginated /v1/models in readiness checks (6c67965)

v1.8.9

Choose a tag to compare

@giancarloerra giancarloerra released this 07 May 20:53

1.8.9 (2026-05-07)

Bug Fixes

  • qdrant: wrap propagated client errors with operation context (#55) (f22b4d1)