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