@agentforge/cli 0.11.1 → 0.11.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.
package/README.md CHANGED
@@ -301,6 +301,7 @@ agentforge tool:publish myTool --tag beta --dry-run
301
301
 
302
302
  - [GitHub Repository](https://github.com/TVScoundrel/agentforge)
303
303
  - [npm Package](https://www.npmjs.com/package/@agentforge/cli)
304
+ - [Changelog](https://tvscoundrel.github.io/agentforge/changelog.html) - See what's new before upgrading
304
305
  - [Report Issues](https://github.com/TVScoundrel/agentforge/issues)
305
306
 
306
307
  ## 📚 Related Packages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentforge/cli",
3
- "version": "0.11.1",
3
+ "version": "0.11.2",
4
4
  "description": "CLI tool for AgentForge - scaffolding, development, and deployment",
5
5
  "type": "module",
6
6
  "bin": {
@@ -17,8 +17,8 @@
17
17
  "format": "prettier --write ."
18
18
  },
19
19
  "dependencies": {
20
- "@agentforge/core": "^0.11.1",
21
- "@agentforge/patterns": "^0.11.1",
20
+ "@agentforge/core": "^0.11.2",
21
+ "@agentforge/patterns": "^0.11.2",
22
22
  "@langchain/core": "^1.1.17",
23
23
  "@langchain/langgraph": "^1.1.2",
24
24
  "@langchain/openai": "^1.2.3",
@@ -20,8 +20,8 @@
20
20
  "format": "prettier --write ."
21
21
  },
22
22
  "dependencies": {
23
- "@agentforge/core": "^0.11.1",
24
- "@agentforge/patterns": "^0.11.1",
23
+ "@agentforge/core": "^0.11.2",
24
+ "@agentforge/patterns": "^0.11.2",
25
25
  "@langchain/core": "^1.1.17",
26
26
  "@langchain/langgraph": "^1.1.2",
27
27
  "@langchain/openai": "^1.2.3",
@@ -19,8 +19,8 @@
19
19
  "clean": "rm -rf dist"
20
20
  },
21
21
  "dependencies": {
22
- "@agentforge/core": "^0.11.1",
23
- "@agentforge/patterns": "^0.11.1",
22
+ "@agentforge/core": "^0.11.2",
23
+ "@agentforge/patterns": "^0.11.2",
24
24
  "@langchain/core": "^1.1.17",
25
25
  "@langchain/langgraph": "^1.1.2",
26
26
  "@langchain/openai": "^1.2.3",
@@ -16,8 +16,8 @@
16
16
  "format": "prettier --write ."
17
17
  },
18
18
  "dependencies": {
19
- "@agentforge/core": "^0.11.1",
20
- "@agentforge/patterns": "^0.11.1",
19
+ "@agentforge/core": "^0.11.2",
20
+ "@agentforge/patterns": "^0.11.2",
21
21
  "@langchain/core": "^1.1.17",
22
22
  "@langchain/langgraph": "^1.1.2",
23
23
  "@langchain/openai": "^1.2.3",