Releases: rodolfochicone/lib-acp
Releases · rodolfochicone/lib-acp
Release list
v0.1.1
What's new
examples/cli-demo.tsnow accepts--agent <claude|codex>,--model <id>, and--effort <low|medium|high>flags so the demo can be retargeted without editing the script.- The library's public API (
createClient,startSession) is unchanged — these options were already supported, this release just wires them into the CLI example.
Usage
# Claude with a specific model
node --import tsx examples/cli-demo.ts --agent claude --model claude-sonnet-4-5 "Explain ACP"
# Codex with reasoning effort
node --import tsx examples/cli-demo.ts --agent codex --model gpt-5-codex --effort high "Refactor X"Note: --effort only affects the Codex preset; Claude ignores it.
v0.1.0
Initial release of @rodolfochicone/lib-acp.