mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 00:03:00 +00:00
WP14: Create main-new.ts and cli-new.ts using AgentSession and new modes
This commit is contained in:
parent
7890fb836a
commit
e9f6de7cb8
3 changed files with 1274 additions and 10 deletions
10
packages/coding-agent/src/cli-new.ts
Normal file
10
packages/coding-agent/src/cli-new.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env node
|
||||
/**
|
||||
* CLI entry point for the refactored coding agent.
|
||||
* Uses main-new.ts with AgentSession and new mode modules.
|
||||
*
|
||||
* Test with: npx tsx src/cli-new.ts [args...]
|
||||
*/
|
||||
import { main } from "./main-new.js";
|
||||
|
||||
main(process.argv.slice(2));
|
||||
1254
packages/coding-agent/src/main-new.ts
Normal file
1254
packages/coding-agent/src/main-new.ts
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue