@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 +2 -2
- package/package.json +1 -1
- package/src/index.ts +2 -2
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: "
|
|
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: "
|
|
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
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: "
|
|
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: "
|
|
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: {
|