@kevisual/cnb 0.0.68 → 0.0.69
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/agent/routes/chat/chat.ts +0 -1
- package/dist/cli.js +0 -1
- package/dist/npc.js +0 -1
- package/dist/opencode.js +0 -1
- package/dist/routes.js +0 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -71566,7 +71566,6 @@ app.route({
|
|
|
71566
71566
|
return true;
|
|
71567
71567
|
});
|
|
71568
71568
|
const _routes = isChatBot ? [] : routes;
|
|
71569
|
-
console.log("可用的路由列表", _routes.map((r) => ({ path: r.path, key: r.key })), messages);
|
|
71570
71569
|
const result = await runAgent({
|
|
71571
71570
|
app,
|
|
71572
71571
|
messages,
|
package/dist/npc.js
CHANGED
|
@@ -69507,7 +69507,6 @@ app.route({
|
|
|
69507
69507
|
return true;
|
|
69508
69508
|
});
|
|
69509
69509
|
const _routes = isChatBot ? [] : routes;
|
|
69510
|
-
console.log("可用的路由列表", _routes.map((r) => ({ path: r.path, key: r.key })), messages);
|
|
69511
69510
|
const result = await runAgent({
|
|
69512
69511
|
app,
|
|
69513
69512
|
messages,
|
package/dist/opencode.js
CHANGED
|
@@ -69473,7 +69473,6 @@ app.route({
|
|
|
69473
69473
|
return true;
|
|
69474
69474
|
});
|
|
69475
69475
|
const _routes = isChatBot ? [] : routes;
|
|
69476
|
-
console.log("可用的路由列表", _routes.map((r) => ({ path: r.path, key: r.key })), messages);
|
|
69477
69476
|
const result = await runAgent({
|
|
69478
69477
|
app,
|
|
69479
69478
|
messages,
|
package/dist/routes.js
CHANGED
|
@@ -69473,7 +69473,6 @@ app.route({
|
|
|
69473
69473
|
return true;
|
|
69474
69474
|
});
|
|
69475
69475
|
const _routes = isChatBot ? [] : routes;
|
|
69476
|
-
console.log("可用的路由列表", _routes.map((r) => ({ path: r.path, key: r.key })), messages);
|
|
69477
69476
|
const result = await runAgent({
|
|
69478
69477
|
app,
|
|
69479
69478
|
messages,
|