Skip to content

Releases: rodolfochicone/lib-acp

Release list

v0.1.1

Choose a tag to compare

@rodolfochicone rodolfochicone released this 18 May 10:14

What's new

  • examples/cli-demo.ts now 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

Choose a tag to compare

@rodolfochicone rodolfochicone released this 18 May 09:49

Initial release of @rodolfochicone/lib-acp.