@ranimontagna/agent-toolkit 0.1.11 → 0.1.12

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/README.md CHANGED
@@ -566,8 +566,8 @@ Release a new npm version by updating `package.json`, pushing the change to
566
566
  `main`, then pushing a matching tag:
567
567
 
568
568
  ```bash
569
- git tag v0.1.11
570
- git push origin v0.1.11
569
+ git tag v0.1.12
570
+ git push origin v0.1.12
571
571
  ```
572
572
 
573
573
  The `Release` workflow runs the full check and publishes the scoped package to
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ranimontagna/agent-toolkit",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Personal AI agent toolkit installer for Claude Code, Codex CLI, OpenCode, Gemini CLI and graph-aware workflows.",
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@11.0.6",
@@ -303,7 +303,7 @@ Authorization: Bearer eyJhbGciOiJIUzI1NiIs...
303
303
 
304
304
  # API key (for server-to-server)
305
305
  GET /api/v1/data
306
- X-API-Key: sk_live_abc123
306
+ X-API-Key: example-api-key-placeholder
307
307
  ```
308
308
 
309
309
  ### Authorization Patterns