You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LOCAL_AWS_SETUP.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,6 +172,7 @@ See [flexion/opencode#2](https://github.com/flexion/opencode/pull/2) for the ful
172
172
|--------|---------|-------------|
173
173
| Hide skill prompt text from chat UI |`packages/opencode/src/session/prompt.ts`| Marks skill template as `synthetic` so the full prompt is sent to the model but hidden from the user |
174
174
| Respect `tool_call: false` at runtime |`packages/opencode/src/session/llm.ts`| Gates tool resolution behind `capabilities.toolcall` — fixes failures on Bedrock models that don't support streaming + tool use |
175
+
| Re-sign macOS binaries after build |`packages/opencode/script/build.ts`| Strips Bun's embedded signature and applies a fresh ad-hoc one — fixes SIGKILL (exit 137) on Darwin 25+ where Bun's signature format is rejected |
175
176
| Local build & AWS Bedrock setup docs |`LOCAL_AWS_SETUP.md`| This file |
176
177
177
178
Full details and upstream tracking: [flexion/opencode#2](https://github.com/flexion/opencode/pull/2)
0 commit comments