@normahq/acp-dump-darwin-arm64
v0.0.3
Published
@normahq/acp-dump binary for darwin/arm64
Readme
acp-dump
acp-dump inspects any stdio ACP server command and prints initialize/session details.
Installation
Global install (distributed via npm):
npm install -g @normahq/acp-dump@latestOne-off run with npx (no global install):
npx @normahq/acp-dump@latest -- <acp-server-cmd> [args...]Run
acp-dump -- <acp-server-cmd> [args...]Examples:
acp-dump -- opencode acp
acp-dump --json -- opencode acp
acp-dump --debug -- opencode acpFlags
--json: print machine-readable JSON output.--debug: enable debug logs for the inspector.
Output
Human-readable output includes:
- agent name/version
- protocol version
- ACP capabilities
- auth methods
- session id
- available session modes/models (if provided by the server)
Notes
--is required. Arguments before--are rejected.- By default, command output is result-focused (no inspector debug/info logs).
Repository
- Norma GitHub: https://github.com/normahq/norma
Contact
- Issues: https://github.com/normahq/norma/issues
- Maintainer: @metalagman
License
MIT. See the repository LICENSE.
