更新 NPC 相关逻辑,重构命令行工具,添加新的 CLI 入口,升级依赖版本
This commit is contained in:
@@ -3,4 +3,5 @@ await buildWithBun({ naming: 'opencode', entry: 'agent/opencode.ts', dts: true }
|
||||
await buildWithBun({ naming: 'keep', entry: 'src/keep.ts', dts: true, target: 'node' });
|
||||
await buildWithBun({ naming: 'routes', entry: 'agent/index.ts', dts: true });
|
||||
|
||||
await buildWithBun({ naming: 'npc', entry: 'agent/npc.ts', dts: true });
|
||||
await buildWithBun({ naming: 'cli', entry: 'agent/commander.ts', dts: true, target: 'node' });
|
||||
Reference in New Issue
Block a user