mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-23 10:45:33 -04:00
679 B
679 B
- To test agent-core in
packages/agent-core, runbun dev. - To regenerate the JavaScript SDK, run
./packages/sdk/js/script/build.ts. - ALWAYS USE PARALLEL TOOLS WHEN APPLICABLE.
- The default branch in this repo is
dev.
Binary Installation
Single source of truth: The agent-core binary is installed via bun link from packages/agent-core/.
To reinstall after building:
cd packages/agent-core && bun link
This creates a symlink at ~/.bun/bin/agent-core → dev build.
Do NOT install agent-core via:
~/bin/agent-core(manual copy)~/.local/bin/agent-core(separate symlink)curl ... | shinstaller (creates~/.opencode/bin/)