@lanegrid/agtrace 0.1.10 → 0.1.11

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 CHANGED
@@ -2,6 +2,25 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [0.1.11] - 2025-12-29
6
+
7
+ ### Bug Fixes
8
+
9
+ - *(cli)* Remove duplicate verbose argument in doctor run command ([17d08d7](https://github.com/lanegrid/agtrace/commit/17d08d715eb1093e30632069731c189deda9bb7a))
10
+
11
+ - *(watch)* Filter events by project hash to respect project isolation (#12) ([9f5c42a](https://github.com/lanegrid/agtrace/commit/9f5c42a942808eed7a688e00cee67e17d4d34253))
12
+
13
+
14
+ ### Documentation
15
+
16
+ - *(cli)* Improve help text with user-friendly descriptions and quick start guide ([8696800](https://github.com/lanegrid/agtrace/commit/869680060e934196dadd194f67478c83ddbbdcfd))
17
+
18
+
19
+ ### Features
20
+
21
+ - *(tui)* Add contextual waiting state hints with actionable commands and exact directory match requirement ([a250d81](https://github.com/lanegrid/agtrace/commit/a250d815fb124d8e42ea0b8cd51297b4df32e21c))
22
+
23
+
5
24
  ## [0.1.10] - 2025-12-29
6
25
 
7
26
  ### Documentation
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "MIT OR Apache-2.0",
25
25
  "name": "@lanegrid/agtrace",
26
- "version": "0.1.10"
26
+ "version": "0.1.11"
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.1.10"
518
+ "version": "0.1.11"
519
519
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/lanegrid/agtrace/releases/download/v0.1.10",
2
+ "artifactDownloadUrl": "https://github.com/lanegrid/agtrace/releases/download/v0.1.11",
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.1.10",
96
+ "version": "0.1.11",
97
97
  "volta": {
98
98
  "node": "18.14.1",
99
99
  "npm": "9.5.0"