opencode-agent-pets
v1.0.4
Published
OpenCode plugin that bridges realtime session status to Agent Pets.
Downloads
500
Maintainers
Readme
opencode-agent-pets
OpenCode plugin that bridges realtime session status to Agent Pets.
Quick Start
Install the plugin globally:
opencode plugin opencode-agent-pets --globalOpen OpenCode, then toggle the desktop pet:
/petThe plugin launches Agent Pets in OpenCode mode and keeps the pet updated with realtime session status.
Local Checkout
bun run opencode:install-localThen open OpenCode and run:
/petYou can also add the published plugin directly to opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-agent-pets"]
}Status File
By default the plugin writes:
- Windows:
%LOCALAPPDATA%\Agent Pets\providers\opencode.json - macOS/Linux:
$XDG_STATE_HOME/agent-pets/providers/opencode.jsonor~/.local/state/agent-pets/providers/opencode.json
Override it with:
AGENT_PETS_OPENCODE_STATUS_FILE=/path/to/opencode.json opencodeThe file contains session metadata only: session id, title, working directory, state, detail, and timestamps. It does not write prompts, responses, tool arguments, or permission text.
