()
| 342 | } |
| 343 | |
| 344 | function printRuntimeHelp() { |
| 345 | console.log(`Commands: |
| 346 | /help Show runtime help |
| 347 | /tools List available local tools |
| 348 | /config Show active configuration |
| 349 | /clear Clear the current conversation |
| 350 | /save Save the transcript immediately |
| 351 | /exit Exit the shell`) |
| 352 | } |
| 353 | |
| 354 | function isMainModule() { |
| 355 | const currentFile = fileURLToPath(import.meta.url) |
no outgoing calls
no test coverage detected