@innominatum/agentforge-cli 1.0.8 → 1.0.9

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/dist/index.js CHANGED
@@ -175,7 +175,7 @@ newCmd
175
175
  const agentJson = {
176
176
  agent_key: slug,
177
177
  display_name: name,
178
- agent_type: "custom",
178
+ agent_type: "predefined",
179
179
  status: "active",
180
180
  emoji: "🔥",
181
181
  context_window: 200000,
@@ -198,7 +198,7 @@ newCmd
198
198
  const agentJson = {
199
199
  agent_key: slug,
200
200
  display_name: name,
201
- agent_type: "custom",
201
+ agent_type: "predefined",
202
202
  provider: config.goclaw?.default_provider || "ollama cloud",
203
203
  model: config.goclaw?.default_model || "deepseek-v4-pro",
204
204
  other_config: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innominatum/agentforge-cli",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "A powerful command-line interface to scaffold, manage, build, and deploy AI Agents and Skills for the GoClaw platform.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
package/src/index.ts CHANGED
@@ -163,7 +163,7 @@ newCmd
163
163
  const agentJson = {
164
164
  agent_key: slug,
165
165
  display_name: name,
166
- agent_type: "custom",
166
+ agent_type: "predefined",
167
167
  status: "active",
168
168
  emoji: "🔥",
169
169
  context_window: 200000,
@@ -186,7 +186,7 @@ newCmd
186
186
  const agentJson = {
187
187
  agent_key: slug,
188
188
  display_name: name,
189
- agent_type: "custom",
189
+ agent_type: "predefined",
190
190
  provider: config.goclaw?.default_provider || "ollama cloud",
191
191
  model: config.goclaw?.default_model || "deepseek-v4-pro",
192
192
  other_config: {