@jingoz/agent-bridge
v0.1.1
Published
Local CLI launcher for Agent Web Bridge.
Readme
Agent Bridge CLI
agent-bridge starts and hosts a supported local AI Agent TUI session, then connects it to Agent Bridge for Web operation.
Install
npm install -g @jingoz/agent-bridgeInitialize
Create a one-time connection credential in the Web app, then initialize the local CLI:
agent-bridge init --credential <token>The CLI uses the default public service address:
wss://agent.jingo1.xyz/cliThe CLI stores only local user-level config. The connection credential is not written to the project repository and is only shown in masked form.
Bridge Address
Use a custom bridge-server CLI WebSocket address for local development or private deployments:
agent-bridge bridge set <wss-url>
agent-bridge bridge resetShow or clear local CLI config:
agent-bridge config
agent-bridge config resetStart
agent-bridgeBy default this starts Codex from the current working directory.
Other supported agents:
agent-bridge --opencode
agent-bridge --claude-codeDoctor
agent-bridge doctor
agent-bridge doctor --opencode
agent-bridge doctor --claude-codeRequirements
- Node.js 22.13 or newer.
- The target local Agent CLI installed on
PATH. - A reachable Agent Bridge
bridge-serverWebSocket URL.
