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
-*(codex)* preserve branch context in transcript metadata
28
+
-*(agents)* require tracedecay local exports
29
+
-*(lsp)* bound diagnostics refresh hangs
30
+
-*(sessions)* normalize activity timestamps
31
+
- satisfy clippy pedantic lints in windows read retry
32
+
-*(sync)* retry transient Windows file locks in read_source_file
33
+
34
+
### Other
35
+
36
+
-*(mcp)* isolate dashboard fixture storage
37
+
- Merge remote-tracking branch 'origin/master' into codex/export-approved-skills
38
+
- Merge remote-tracking branch 'origin/master' into codex/hermes-parity-r9-user-jobs
39
+
- Merge remote-tracking branch 'origin/master' into codex/skill-adoption-babysit
40
+
- Merge remote-tracking branch 'origin/master' into codex/hermes-parity-r8-memory-digest
41
+
- Merge remote-tracking branch 'origin/master' into codex/mcp-connection-root-routing
42
+
- Merge remote-tracking branch 'origin/master' into codex/hook-session-route
43
+
-*(sessions)* clarify activity timestamp units
44
+
- Merge pull request #218 from ScriptedAlchemy/codex/activity-coupled-triggering
45
+
- Merge pull request #226 from ScriptedAlchemy/codex/hermes-parity-r10-outcomes
46
+
- Merge pull request #213 from ScriptedAlchemy/codex/tool-skill-cli-parity
47
+
-*(cli)* trim tool help test commentary
48
+
10
49
### Added
11
50
12
51
- Claude Code installs now register `SessionStart` and `PostToolUse` lifecycle hooks, matching the freshness/steering coverage Cursor, Codex, and Kiro already had: `SessionStart` reports index freshness and injects the LCM context-recovery hint after compaction; `PostToolUse` notifies the daemon for targeted incremental sync after edits and shell commands. Existing installs pick the hooks up via the post-upgrade backfill or `tracedecay doctor`.
Copy file name to clipboardExpand all lines: Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[package]
2
2
name = "tracedecay"
3
-
version = "0.0.23"
3
+
version = "0.0.24"
4
4
edition = "2021"
5
5
description = "Code intelligence tool that builds a semantic knowledge graph from Rust, Go, Java, Scala, TypeScript, Python, C, C++, Kotlin, C#, Swift, and many more codebases"
0 commit comments