feat(coding-agent): Export CLI argument parser
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Exported `convertToPng` for extension authors.
|
- Exported `convertToPng` for extension authors.
|
||||||
|
- Exported `parseArgs` and type `Args` for extension authors.
|
||||||
|
|
||||||
## [0.77.0] - 2026-05-28
|
## [0.77.0] - 2026-05-28
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
// Core session management
|
// Core session management
|
||||||
|
|
||||||
|
export { type Args, parseArgs } from "./cli/args.ts";
|
||||||
|
|
||||||
// Config paths
|
// Config paths
|
||||||
export { getAgentDir, VERSION } from "./config.ts";
|
export { getAgentDir, VERSION } from "./config.ts";
|
||||||
export {
|
export {
|
||||||
|
|||||||
Reference in New Issue
Block a user