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
feat: surface hook metadata & tool result JSON; fix PreToolUse attachment dropped by live-chain filter; skip empty redacted thinking items
- Fix: attachment entries (hook results) were silently dropped by the live-chain UUID
filter in read_session_incremental — their uuid is never referenced as anyone's
parentUuid, so they never entered the live set. Now passed through when parentUuid
is on the live chain.
- feat: extract all key-value pairs from hook attachments as hook_metadata (Option<Value>)
and from tool results as tool_result_json (Option<Value>); propagated through
HookMsg → ContentBlock → DisplayItem → FrontendDisplayItem → shared/types.ts
- fix: skip Thinking DisplayItems when thinking text is empty (extended thinking
blocks store only an encrypted signature in JSONL; thinking_count badge still reflects
the correct count)
- chore: bump version 0.4.12 → 0.4.13
Copy file name to clipboardExpand all lines: AGENTS.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
# GitNexus — Code Intelligence
4
4
5
-
This project is indexed by GitNexus as **cct-626ddc17** (1747 symbols, 4138 relationships, 146 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
5
+
This project is indexed by GitNexus as **tail-claude-gui** (1766 symbols, 4194 relationships, 148 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
6
6
7
7
> If any GitNexus tool warns the index is stale, run `npx gitnexus analyze` in terminal first.
8
8
@@ -18,7 +18,7 @@ This project is indexed by GitNexus as **cct-626ddc17** (1747 symbols, 4138 rela
18
18
19
19
1.`gitnexus_query({query: "<error or symptom>"})` — find execution flows related to the issue
20
20
2.`gitnexus_context({name: "<suspect function>"})` — see all callers, callees, and process participation
21
-
3.`READ gitnexus://repo/cct-626ddc17/process/{processName}` — trace the full execution flow step by step
21
+
3.`READ gitnexus://repo/tail-claude-gui/process/{processName}` — trace the full execution flow step by step
22
22
4. For regressions: `gitnexus_detect_changes({scope: "compare", base_ref: "main"})` — see what your branch changed
23
23
24
24
## When Refactoring
@@ -55,12 +55,12 @@ This project is indexed by GitNexus as **cct-626ddc17** (1747 symbols, 4138 rela
This project is indexed by GitNexus as **cct-626ddc17** (1747 symbols, 4138 relationships, 146 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
41
+
This project is indexed by GitNexus as **tail-claude-gui** (1766 symbols, 4194 relationships, 148 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
42
42
43
43
> If any GitNexus tool warns the index is stale, run `npx gitnexus analyze` in terminal first.
44
44
@@ -54,7 +54,7 @@ This project is indexed by GitNexus as **cct-626ddc17** (1747 symbols, 4138 rela
54
54
55
55
1.`gitnexus_query({query: "<error or symptom>"})` — find execution flows related to the issue
56
56
2.`gitnexus_context({name: "<suspect function>"})` — see all callers, callees, and process participation
57
-
3.`READ gitnexus://repo/cct-626ddc17/process/{processName}` — trace the full execution flow step by step
57
+
3.`READ gitnexus://repo/tail-claude-gui/process/{processName}` — trace the full execution flow step by step
58
58
4. For regressions: `gitnexus_detect_changes({scope: "compare", base_ref: "main"})` — see what your branch changed
59
59
60
60
## When Refactoring
@@ -91,12 +91,12 @@ This project is indexed by GitNexus as **cct-626ddc17** (1747 symbols, 4138 rela
0 commit comments