Skip to content

Releases: zzet/gortex

v0.24.0

10 May 20:33

Choose a tag to compare

Changelog

  • 09aac9a Bump version to v0.24.0
  • d3da9ea astquery, mcp, agents: structural code search via tree-sitter queries
  • 60498fc close gap in documentation
  • a0b372d mcp, parser, resolver: bootstrap/analyzer resources, non-Go module attribution
  • 5d837e9 parser, deps, docs: signature-only forest extractor + 165 new languages (256 total)
  • 965b282 parser, graph, mcp: K8s / Kustomize / Dockerfile graph layer

v0.23.3

10 May 10:28

Choose a tag to compare

Changelog

  • e2eb865 Bump version to v0.23.3
  • aa1f6a8 deps: bump
  • b426f1d indexer, daemon: defer graph-wide passes when batching multi-repo work

v0.23.2

09 May 21:32

Choose a tag to compare

Changelog

  • cfe8846 Bump version to v0.23.2
  • e4d092b mcp: TOON fallback in respondJSONOrTOON, advertise format on status tools

v0.23.1

09 May 21:09

Choose a tag to compare

Changelog

  • f670354 Bump version to v0.23.1
  • 1de81ce mcp: add toon to every list-shaped tool
  • b36c307 mcp: budget-by-default with graceful degradation, pagination, sparse fieldsets

v0.23.0

09 May 19:31

Choose a tag to compare

Changelog

  • 5eb1ed5 Bump version to v0.23.0
  • 4d65f8a daemon, mcp: forward ctx through Router.callLocal and add GCX1 to four more tools
  • 9625929 graph, indexer, parser/languages, mcp, agents: framework graph layer — handles_route / models_table / renders_child
  • 4ce78f8 graph: keep outEdgeKeys consistent with outEdgeIdx in ReindexEdge
  • 3eae7b5 mcp, agents, cmd: per-session default wire format from MCP clientInfo
  • 00d3686 mcp, indexer, agents: harden edit_file/write_file with path-traversal guard, dry_run, and richer errors
  • 2c1f0e8 parser/languages, agents: Elixir/Phoenix Ecto schemas and HEEx components in the framework graph layer
  • 7f8a4f5 semantic/goanalysis, mcp, agents: stdlib and module-cache call attribution plus external_calls analyzer
  • 5aaac54 semantic/lsp, cmd/gortex: register LSPs by default and bound fix_all_in_file's full-file range

v0.22.0

09 May 14:19

Choose a tag to compare

Changelog

  • feeb62e Bump version to v0.22.0
  • 16eb807 graph, parser, indexer, dataflow, mcp, agents: CPG-lite dataflow primitive (flow_between, taint_paths)
  • a73af67 graph, semantic, mcp, resolver: multi-LSP routing, type-hierarchy overrides, code-action MCP tools
  • c5e2010 semantic, mcp, cmd: router-owned LSP lifecycle and push diagnostics
  • 02ebad5 semantic, mcp, daemon: per-session diagnostic push, per-workspace LSP, status surface
  • df18238 semantic/lsp: close didOpen documents after batch Enrich

v0.21.0

09 May 01:02

Choose a tag to compare

Changelog

  • 4ebde44 Bump version to v0.21.0
  • 4889b73 Merge pull request #18 from zzet/extend_strings_nodes_coversage
  • 24f088e blame, coverage, parser, semantic, sql: produce edges and nodes the schema declared but extractors never emitted
  • 2cb06ce graph, parser, mcp: KindString node kind plus string_emitters analyzer
  • 6671efb parser, semantic: extend function-shape, field access, and call hierarchy beyond their first audit pass

v0.20.3

08 May 21:23

Choose a tag to compare

Changelog

  • 9a764af Bump version to v0.20.3
  • c727b3e Merge pull request #20 from pzartem/fix/init-mcp-drop-web-flag
  • 8c6fc21 fix: drop stale --web flag from generated .mcp.json

v0.20.2

07 May 12:01

Choose a tag to compare

Changelog

v0.20.1

06 May 18:14

Choose a tag to compare

Changelog

  • 7dc1931 Bump version to v0.20.1
  • ab037cb Load workspace config when indexing tracked repos
  • 1d51fdb Merge pull request #17 from alex4o/fix/track-config-tsgo-lsp
  • a296103 Revise Gortex onboarding steps in README