@linxiraos/zeta 1.0.7 → 1.0.8

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,12 +2,7 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ## [1.0.7] - 2026-08-18
6
-
7
- ### Changed
8
-
9
- - `tracking_update` tool and `/tracking` are now off by default, gated by the
10
- `tracking.enabled` setting (opt-in)
5
+ ## [1.0.8] - 2026-08-18
11
6
 
12
7
  ## [17.3.5] - 2026-08-16
13
8
 
@@ -12799,6 +12794,13 @@ Initial release under @linxiraos scope. See previous releases at [badlogic/pi-mo
12799
12794
  - Fixed Task tool subprocess model selection ignoring agent's configured model and falling back to settings default. The `--model` flag now accepts `provider/model` format directly.
12800
12795
  - Fixed Task tool showing "done + succeeded" when aborted; now correctly displays "⊘ aborted" status
12801
12796
 
12797
+ ## [1.0.7] - 2026-08-18
12798
+
12799
+ ### Changed
12800
+
12801
+ - `tracking_update` tool and `/tracking` are now off by default, gated by the
12802
+ `tracking.enabled` setting (opt-in)
12803
+
12802
12804
  ## [1.0.1] - 2026-08-14
12803
12805
 
12804
12806
  - Fixed normal CLI startup loading native computer-worker bindings before they are needed, which made lightweight commands fail when native addons were disabled.
@@ -2,12 +2,7 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ## [1.0.7] - 2026-08-18
6
-
7
- ### Changed
8
-
9
- - `tracking_update` tool and `/tracking` are now off by default, gated by the
10
- `tracking.enabled` setting (opt-in)
5
+ ## [1.0.8] - 2026-08-18
11
6
 
12
7
  ## [17.3.5] - 2026-08-16
13
8
 
@@ -12799,6 +12794,13 @@ Initial release under @linxiraos scope. See previous releases at [badlogic/pi-mo
12799
12794
  - Fixed Task tool subprocess model selection ignoring agent's configured model and falling back to settings default. The `--model` flag now accepts `provider/model` format directly.
12800
12795
  - Fixed Task tool showing "done + succeeded" when aborted; now correctly displays "⊘ aborted" status
12801
12796
 
12797
+ ## [1.0.7] - 2026-08-18
12798
+
12799
+ ### Changed
12800
+
12801
+ - `tracking_update` tool and `/tracking` are now off by default, gated by the
12802
+ `tracking.enabled` setting (opt-in)
12803
+
12802
12804
  ## [1.0.1] - 2026-08-14
12803
12805
 
12804
12806
  - Fixed normal CLI startup loading native computer-worker bindings before they are needed, which made lightweight commands fail when native addons were disabled.