@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.
@@ -42,7 +42,6 @@ app.route({
42
42
  return true
43
43
  });
44
44
  const _routes = isChatBot ? [] : routes;
45
- console.log('可用的路由列表', _routes.map(r => ({ path: r.path, key: r.key })), messages);
46
45
  const result = await runAgent({
47
46
  app,
48
47
  messages: messages,
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kevisual/cnb",
3
- "version": "0.0.68",
3
+ "version": "0.0.69",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "basename": "/root/cnb",