agentinit 1.25.1 → 1.25.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.25.2](https://github.com/agentinit/agentinit/compare/v1.25.1...v1.25.2) (2026-05-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * harden published cli canary ([542a8b0](https://github.com/agentinit/agentinit/commit/542a8b0e946702e223de5ccdb122383a07ebfef7))
7
+
1
8
  ## [1.25.1](https://github.com/agentinit/agentinit/compare/v1.25.0...v1.25.1) (2026-05-01)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentinit",
3
- "version": "1.25.1",
3
+ "version": "1.25.2",
4
4
  "description": "CLI tool and library for managing AI coding agents and verifying MCP servers",
5
5
  "repository": {
6
6
  "type": "git",