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
27
+
-*(agents)* require tracedecay local exports
28
+
-*(lsp)* bound diagnostics refresh hangs
29
+
-*(sessions)* normalize activity timestamps
30
+
- satisfy clippy pedantic lints in windows read retry
31
+
-*(sync)* retry transient Windows file locks in read_source_file
32
+
33
+
### Other
34
+
35
+
-*(mcp)* isolate dashboard fixture storage
36
+
- Merge remote-tracking branch 'origin/master' into codex/export-approved-skills
37
+
- Merge remote-tracking branch 'origin/master' into codex/hermes-parity-r9-user-jobs
38
+
- Merge remote-tracking branch 'origin/master' into codex/skill-adoption-babysit
39
+
- Merge remote-tracking branch 'origin/master' into codex/hermes-parity-r8-memory-digest
40
+
- Merge remote-tracking branch 'origin/master' into codex/mcp-connection-root-routing
41
+
- Merge remote-tracking branch 'origin/master' into codex/hook-session-route
42
+
-*(sessions)* clarify activity timestamp units
43
+
- Merge pull request #218 from ScriptedAlchemy/codex/activity-coupled-triggering
44
+
- Merge pull request #226 from ScriptedAlchemy/codex/hermes-parity-r10-outcomes
45
+
- Merge pull request #213 from ScriptedAlchemy/codex/tool-skill-cli-parity
46
+
-*(cli)* trim tool help test commentary
47
+
10
48
### Added
11
49
12
50
- 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