feat(coding-agent): Export CLI argument parser

This commit is contained in:
Alexey Zaytsev
2026-05-29 11:46:18 -05:00
parent ce554ad3de
commit dbcfc16741
2 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
### Added
- Exported `convertToPng` for extension authors.
- Exported `parseArgs` and type `Args` for extension authors.
## [0.77.0] - 2026-05-28

View File

@@ -1,5 +1,7 @@
// Core session management
export { type Args, parseArgs } from "./cli/args.ts";
// Config paths
export { getAgentDir, VERSION } from "./config.ts";
export {