You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/supergraph/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Changelog
2
2
3
+
## 2.2.12 - 2026-09-04
4
+
5
+
### Changed
6
+
7
+
-**Antigravity hooks compat & enhancements** — `plugins/supergraph/hooks.json` mở rộng matcher cho `PreToolUse` và `PostToolUse` bao gồm `write_file|edit_file|update_file|apply_patch` cùng với `write_to_file|replace_file_content`, `plugins/supergraph/hooks/pre-tool-use` bổ sung resolve workspace từ `workspacePaths` và kiểm tra trạng thái plan cho Antigravity (`is_antigravity`), `plugins/supergraph/install.sh` thêm symlink vào `~/.gemini/config/plugins/supergraph` để hỗ trợ cơ chế discovery của Antigravity
Copy file name to clipboardExpand all lines: plugins/supergraph/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "supergraph",
3
-
"version": "2.2.11",
3
+
"version": "2.2.12",
4
4
"graphProvider": "Codebase Memory",
5
5
"description": "Supergraph is an evidence-gated AI coding workflow: scan → analyze → plan → TDD → execute → fix → verify → review. Codebase Memory MCP >= 0.9.0 provides local project indexing, blast radius, callers, cycles, test gaps, and architecture evidence; optional Serena adds LSP references and diagnostics. Windows hooks dynamically find system or user-level Git Bash and skip non-blockingly when it is unavailable.",
0 commit comments