summaryrefslogtreecommitdiffhomepage
path: root/AGENTS.md
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-12-30 14:37:32 -0800
committerGitHub <[email protected]>2025-12-30 16:37:32 -0600
commit81fef60266b3e5abdc9480e19effa8db411c5eec (patch)
tree413277d60c4726586b2d3cb4496e4a14cd8dd93a /AGENTS.md
parent3fe5d91372fdf859e09ed5a2aefe359e0648ed10 (diff)
downloadopencode-81fef60266b3e5abdc9480e19effa8db411c5eec.tar.gz
opencode-81fef60266b3e5abdc9480e19effa8db411c5eec.zip
fix: ensure variants also work for completely custom models (#6481)
Co-authored-by: Daniel Smolsky <[email protected]>
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/AGENTS.md b/AGENTS.md
index bbb2a96f2..7fc710f6d 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -2,6 +2,10 @@
- To test opencode in the `packages/opencode` directory you can run `bun dev`
+## SDK
+
+To regenerate the javascript SDK, run ./packages/sdk/js/script/build.ts
+
## Tool Calling
- ALWAYS USE PARALLEL TOOLS WHEN APPLICABLE.