Releases: zzet/gortex
Releases · zzet/gortex
v0.2.1
v0.2.0
Changelog
- 17208c9 Add gortex daemon for shared MCP server across projects
- 63d6c43 Add interactive gortex init wizard and refresh user docs
- ed25c61 Add structured SemVer +
gortex version bumpcommand - 954c9ba Add tag-release Make target and satisfy the linter
- 2f70397 Finish daemon: live watching, per-session tokenStats, service units
- 9059494 Isolate per-session state and reject untracked cwds in the daemon
- 2583f95 Relax tag-release dirty-tree check to tracked files only
v0.1.0
Changelog
- e5ff4a1 Actualise README
- 631170a Add --analyze flag to gortex init for dynamic CLAUDE.md generation
- 10f40eb Add Bridge Mode HTTP API for external integrations
- 6420ab4 Add C and C++ language extractors
- 1417136 Add C# language extractor
- a9af0bf Add Dart language support for Flutter/Dart codebase indexing
- 0c8c6ed Add ETag conditional fetch to source-reading MCP tools
- 8873bd6 Add IMPLEMENTS inference, live analysis refresh, Sigma.js UI, and gortex init
- 2a8fdcd Add JavaScript, HTML, and CSS extractors; split JS from TypeScript
- 2dbd787 Add Kotlin, Swift, PHP, Scala, Bash, Protobuf, YAML, TOML, HCL, Dockerfile extractors
- 11aed84 Add MCP prompts: pre_commit, orientation, safe_to_change
- 11fedc7 Add MCP resources for lightweight graph context
- 7fefb3b Add Makefile with build, test, bench, lint, fmt targets
- e11c67a Add Markdown extractor
- 8eefd82 Add Mermaid diagram output for graph queries
- 0c01a87 Add OCaml language support (27th language)
- 6eefbf1 Add OpenCode IDE integration to gortex init
- 8afa96c Add PreCompact hook for orientation snapshots before context compaction
- 8335f6c Add PreToolUse hook for automatic graph context injection
- 1bc355b Add README file
- 7b5330c Add Ruby and Elixir language extractors
- 4cf89c5 Add SQL language extractor
- fd89126 Add SWE-bench evaluation framework for benchmarking tool effectiveness
- 56bf12c Add Stop hook for post-task diagnostics on changed symbols
- 690e55f Add TOON tabular output format to 9 MCP tools for ~40% token savings
- 6ff4ba9 Add Task PreToolUse hook that briefs spawned subagents with graph context
- 7f6e432 Add Tier 2 chain resolution for method calls across all 7 languages
- 1c12ede Add Web interface for working with data
- b59776b Add Zig, Haskell, Clojure, Erlang, R language support (33 languages total)
- 8be3edd Add agent feedback loop with cross-session persistence
- a1a7d39 Add audit_agent_config MCP tool for graph-validated config hygiene
- ad1a893 Add batch_symbols tool: multi-symbol query in one call
- b53d8e1 Add code quality, safety, and scaffolding tools with Kiro IDE support
- a91d667 Add compact mode to 9 MCP tools for 70% token reduction
- 9c33d99 Add cross-repo API contract detection with 7 contract types
- 67bfeaa Add dimension mismatch detection when restoring cached vector index
- 153a415 Add edit_symbol tool: edit source by symbol ID without Read
- 0742c4e Add export_context MCP tool and gortex context CLI command
- ecd9af5 Add full-text search with BM25 and Bleve backends
- 6990325 Add get_edit_plan tool: dependency-ordered edit sequence for refactors
- f1e1cf7 Add get_repo_outline tool for narrative single-call repo orientation
- 389bd25 Add get_symbol_source tool: read symbol source without reading entire file
- d42c9f3 Add get_test_targets tool: map changed symbols to test files
- a71c310 Add get_untested_symbols as the inverse of get_test_targets
- 11867ac Add go.mod dependency contract detection and Services page with cross-repo graph
- 77537d1 Add multi-IDE MCP setup, optimize edge eviction, and add benchmarks
- 9626e5b Add multi-repo grouping across UI and MCP tools, fix indexing isolation
- c5e4ec6 Add multi-repo support with cross-repo queries and project scoping
- af9d399 Add on-disk graph persistence with pluggable backend interface
- 16b945d Add open-source project infrastructure
- e03d1f3 Add per-community skill generation with gortex skills CLI command
- 06fc847 Add plan_turn opening-move router
- 9add8a4 Add rename_symbol tool: coordinated multi-file rename instructions
- e2b949b Add semantic enrichment layer with SCIP, go/types, and LSP providers
- d4eba9e Add semantic search with multi-tier embedding and RRF fusion
- a8daa0e Add smart_context tool: task-aware minimal context in one call
- 86ca34c Add source-available license with contributor commercial license perk
- caaa7bf Add status, clean commands and --format dot for graph queries
- e59e9db Add suggest_pattern tool: extract code patterns from existing symbols
- fcbc698 Add token savings benchmark to MCP tool responses
- 52f0213 Add type-aware method call resolution for Go (Tier 0 + Tier 1)
- fb22a81 Add type-aware resolution for Java, Python, C#, Kotlin, and Rust
- 66d7f72 Add type-aware resolution for TypeScript (Tier 0 + Tier 1)
- 6bd796d Add vector index persistence and fix ONNX session-per-call performance bug
- 2ef2346 Benchmark code
- d3aa65b Block whole-file reads of indexed source files via PreToolUse hook
- 02d2623 Bundle Hugot transformer embeddings in the default build
- 9d5f024 Change the graph rendering
- 323be97 Emit MCP progress notifications during repository indexing
- a112e1a Enhance resolver, dead code analysis, and Go extractor with type/reference edges
- c7bded7 Fix MCP search, compact output, scaffold substitution, and index health
- e46fcb2 Fix all golangci-lint issues: errcheck, unused, staticcheck
- b8e6c91 Fix chat page
- 7a8b212 Fix contracts page to handle grouped JSON response and improve symbol detail navigation
- 3317bb4 Fix contracts page to handle grouped JSON response and improve symbol detail navigation
- 56bd13d Fix flaky TestWatcher_FileCreate on Linux
- a601715 Fix gofmt -s formatting and ineffassign warning
- 6f10258 Fix gortex init --hooks duplicate installs and early exit
- 55e54b7 Fix hook command path: use absolute binary path from os.Executable
- 2ebc1e3 Fix issue with reindexing a big repository upon on MCP start
- 06018fd Fix linter
- 4762e5a Fix resolver not updating inEdges index and missing cross-package function calls
- b229e92 Formalize PreToolUse hooks with Glob interception and graph tool suggestions
- d125abe Hardcode directory exclusions in watcher to skip .git and other noise
- 25edf25 Ignore python dependencies
- 756eb09 Improve multi-language extractors: methods, EdgeMemberOf, interface specs
- efcb365 Inline Gortex tool-swap guidance in subagent briefings
- ff17614 Install global skills via gortex init, update tool docs for new tools
- d20c92b Merge paired MCP tools (51 → 43) to clear Claude Code 50-tool warning
- 4579ea7 Not decided about license yet
- f8aecd8 Persist cumulative token savings + cost avoided across sessions
- 08ce01f Reduce dead code false positives, improve multi-repo graph layout
- 0150171 Reduce gortex-context bridge output by 10-30x by stripping source code
- 7bad51d Replace chars/4 token heuristic with real tiktoken counts
- 090efa5 Set CXX per target for CGO cross-compile
- 7d4cab6 Standardize MCP tool parameter names for agent clarity
- 3bcc3a3 Surface call-graph confidence tiers via Edge.Origin and min_tier filter
- ccf708c Surface edge confidence labels in MCP tool responses
- af47d65 Tested setup for Antigravity users
- 4fb6f1b...