Commit 8193142
committed
feat: configure minimal inline interactive CLI as absolute default and resolve require import issues
- Force standard interactive CLI (Claude Code style) as the absolute default interactive entrypoint
- Route and stream general chat query responses cleanly to standard out under the user prompt
- Support /add and dot-prefixed shortcuts completely in the default CLI mode
- Launch full alternate-screen swarm TUI dashboard on demand via /swarm or .swarm
- Replace CJS require("node:fs") with standard ESM node imports to prevent runtime compile/crash issues depending on compilation context1 parent 7a6cf5e commit 8193142
2 files changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
315 | 316 | | |
316 | 317 | | |
317 | 318 | | |
318 | | - | |
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
| |||
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
445 | | - | |
446 | 445 | | |
447 | 446 | | |
448 | 447 | | |
| |||
0 commit comments