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