Avoid a false positive in the Bun runtime guard

46ed5df7e51e · Devin AI · · parent 27e68be908f8

Avoid a false positive in the Bun runtime guard

Describe the runtime dependency without matching the guard's global API pattern.

Co-Authored-By: Christopher David <chris@openagents.com>
Co-Authored-By
Christopher David <chris@openagents.com>

Deploy story

What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.

Not deployed through the forge lane

No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.

Changed files

  • modified packages/openagents-cli/src/coder-ui.ts

Diff

1 file changed, +1 -1

packages/openagents-cli/src/coder-ui.ts modified +1 -1

@@ -7,7 +7,7 @@

7 7
 * `index.bun.js` beside a `.dylib` and no N-API entry point), so
8 8
 * `createCliRenderer` fails on Node with "OpenTUI native FFI is not available
9 9
 * for this runtime yet". The CLI installs as an npm package that people run on
10
 * Node, so the interface cannot require Bun. See `docs/2026-08-23-openagents-
10
 * Node, so the interface cannot require the Bun runtime. See `docs/2026-08-23-openagents-
11 11
 * coder-cli-spec.md` section 3 and its open questions.
12 12
 *
13 13
 * The layout follows that document:

This page updates live while a promote is in flight · changelog