@circuitorg/agent-cli 1.1.4 → 1.1.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/README.md CHANGED
@@ -96,8 +96,8 @@ uv sync # For Python agents
96
96
  # 5. Test your agent (handles setup, session creation automatically)
97
97
  circuit run
98
98
 
99
- # 6. Deploy to production when ready
100
- circuit deploy
99
+ # 6. Publish to production when ready
100
+ circuit publish
101
101
  ```
102
102
 
103
103
  **Existing Agent Setup:**
@@ -131,7 +131,7 @@ circuit run
131
131
  | `circuit logout` | Sign out from Circuit platform |
132
132
  | `circuit init` | Initialize a new agent project |
133
133
  | `circuit run` | Run/test your agent (handles setup automatically) |
134
- | `circuit deploy` | Deploy agent to production |
134
+ | `circuit publish` | Publish agent to production |
135
135
  | `circuit help` | Show detailed help and getting started guide |
136
136
 
137
137
  ### Agent Management Commands
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@circuitorg/agent-cli",
3
- "version": "1.1.4",
4
- "description": "A CLI tool for deploying agents to the Circuit platform",
3
+ "version": "1.1.8",
4
+ "description": "A CLI tool for publishing agents to the Circuit platform",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "circuit": "./bin/circuit"
@@ -52,4 +52,4 @@
52
52
  "url": "https://github.com/circuitorg/agents-cli/issues"
53
53
  },
54
54
  "homepage": "https://github.com/circuitorg/agents-cli#readme"
55
- }
55
+ }