Releases: zzet/gortex
Releases · zzet/gortex
v0.24.0
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
v0.23.2
v0.23.1
v0.23.0
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
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
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