@lanegrid/agtrace 0.7.0 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,28 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [0.7.1] - 2026-02-07
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- *(runtime)* Preserve event ordering in watch mode to fix stale recent steps ([1631049](https://github.com/lanegrid/agtrace/commit/1631049))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- *(providers)* Update Claude Code log format for v2.1.33+ compatibility ([6d51035](https://github.com/lanegrid/agtrace/commit/6d51035))
|
|
15
|
+
- Add `pr-link` record type for PR metadata linking
|
|
16
|
+
- Add system subtypes: `turn_duration`, `compact_boundary`, `stop_hook_summary`
|
|
17
|
+
- Register new tools: `TaskCreate`, `TaskUpdate`, `TaskGet`, `TaskList`, `TaskStop`, `TaskOutput`, `EnterPlanMode`
|
|
18
|
+
- Add `cache_creation` detail (ephemeral TTL breakdown) to token usage schema
|
|
19
|
+
- Add `slug`, `isCompactSummary`, `planContent` fields to user/assistant records
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Refactor
|
|
23
|
+
|
|
24
|
+
- Use derive(Default) for enum default implementations ([a56afa2](https://github.com/lanegrid/agtrace/commit/a56afa2))
|
|
25
|
+
|
|
26
|
+
|
|
5
27
|
## [0.7.0] - 2026-01-25
|
|
6
28
|
|
|
7
29
|
### Bug Fixes
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"hasInstallScript": true,
|
|
24
24
|
"license": "MIT OR Apache-2.0",
|
|
25
25
|
"name": "@lanegrid/agtrace",
|
|
26
|
-
"version": "0.7.
|
|
26
|
+
"version": "0.7.1"
|
|
27
27
|
},
|
|
28
28
|
"node_modules/@isaacs/balanced-match": {
|
|
29
29
|
"engines": {
|
|
@@ -515,5 +515,5 @@
|
|
|
515
515
|
}
|
|
516
516
|
},
|
|
517
517
|
"requires": true,
|
|
518
|
-
"version": "0.7.
|
|
518
|
+
"version": "0.7.1"
|
|
519
519
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"artifactDownloadUrl": "https://github.com/lanegrid/agtrace/releases/download/v0.7.
|
|
2
|
+
"artifactDownloadUrl": "https://github.com/lanegrid/agtrace/releases/download/v0.7.1",
|
|
3
3
|
"bin": {
|
|
4
4
|
"agtrace": "run-agtrace.js"
|
|
5
5
|
},
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"zipExt": ".tar.xz"
|
|
94
94
|
}
|
|
95
95
|
},
|
|
96
|
-
"version": "0.7.
|
|
96
|
+
"version": "0.7.1",
|
|
97
97
|
"volta": {
|
|
98
98
|
"node": "18.14.1",
|
|
99
99
|
"npm": "9.5.0"
|