@astrale-os/cli 1.0.0-beta.44 → 1.0.0-beta.46

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
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.0-beta.46](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.45...cli/v1.0.0-beta.46) (2026-08-28)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **cli:** harden idempotent admin recovery ([#257](https://github.com/astrale-os/cli/issues/257)) ([05c66c4](https://github.com/astrale-os/cli/commit/05c66c426334e3b0fd0149197645d7c1f6b51808))
9
+ * make skill onboarding tty-safe ([2b6b2b7](https://github.com/astrale-os/cli/commit/2b6b2b74a83892cbd44030a380bd2b265cf33341))
10
+
11
+ ## [1.0.0-beta.45](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.44...cli/v1.0.0-beta.45) (2026-08-28)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **cli:** generate protocol-safe operation ids ([#254](https://github.com/astrale-os/cli/issues/254)) ([f38d09f](https://github.com/astrale-os/cli/commit/f38d09f55fb1fa450a8fac66c1c7233a6c56c077))
17
+
3
18
  ## [1.0.0-beta.44](https://github.com/astrale-os/cli/compare/cli/v1.0.0-beta.43...cli/v1.0.0-beta.44) (2026-08-28)
4
19
 
5
20