acp-repl

command
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2026 License: MIT Imports: 2 Imported by: 0

README

acp-repl

Chat with any ACP server from a focused terminal REPL.

acp-repl runs an interactive REPL against any stdio ACP server command.

Installation

Global install (distributed via npm):

npm install -g @normahq/acp-repl@latest

One-off run with npx (no global install):

npx @normahq/acp-repl@latest -- <acp-server-cmd> [args...]

Run

acp-repl -- <acp-server-cmd> [args...]

Examples:

acp-repl -- opencode acp
acp-repl --model opencode/big-pickle --mode plan -- opencode acp
acp-repl --debug -- opencode acp

Flags

  • --model <id>: call ACP session/set_model after session creation (unsupported servers are ignored).
  • --mode <id>: call ACP session/set_mode after session creation (unsupported servers are ignored).
  • --debug: enable debug logs.

Interaction

  • Type prompts and press Enter to run a turn.
  • Type exit or quit to close the REPL.
  • If ACP permission requests arrive, choose from the numbered options.

Notes

  • -- is required. Arguments before -- are rejected.
  • Default logging is quiet for REPL lifecycle messages; use --debug to see them.

Repository

Contact

License

MIT. See the repository LICENSE.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL