@dzackgarza/opencode-manager
v0.1.0
Published
Bun-first manager tools for OpenCode session automation
Readme
opencode-manager
This Bun-based package automates OpenCode sessions via GitHub and npx.
Scope
This package provides session management and automation through the former harness utilities:
opxmanages run, resume, provider, and debug flows.opx-sessionprovides broader session control.
Transcript rendering remains external and must be resolved through the following command:
uvx --from git+ssh://[email protected]/dzackgarza/opencode-transcripts.git opencode-transcriptRun
Running these tools requires npx, bun, and GitHub SSH access to the private repository.
npx --yes --package=git+ssh://[email protected]/dzackgarza/opencode-manager.git opx --help
npx --yes --package=git+ssh://[email protected]/dzackgarza/opencode-manager.git opx-session --helpEnvironment
OPENCODE_BASE_URL: defaults tohttp://127.0.0.1:4096OPENCODE_SERVER_USERNAME: defaults toopencodeOPENCODE_SERVER_PASSWORD: is optional
