Skip to content

Feat/ink compat super pass#42

Merged
RtlZeroMemory merged 5 commits intomainfrom
feat/ink-compat-super-pass
Feb 12, 2026
Merged

Feat/ink compat super pass#42
RtlZeroMemory merged 5 commits intomainfrom
feat/ink-compat-super-pass

Conversation

@RtlZeroMemory
Copy link
Copy Markdown
Owner

Work on Ink compatibility layer

…007,008,009 mainstream adapter + deterministic tests

Coordinator-approval: required workspace wiring outside allowed dirs for integration/build validation (package.json, tsconfig.json, packages/bench/tsconfig.json).
… gaps (IKINV-005 IKINV-006 IKINV-007 IKINV-008)
@RtlZeroMemory RtlZeroMemory merged commit f30bb95 into main Feb 12, 2026
4 of 13 checks passed
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: bac99270bb

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +213 to +217
const inkOptions: InkRenderOptions = {};

if (options.stdout) {
inkOptions.stdout = options.stdout as NodeJS.WriteStream;
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Preserve custom render options when forwarding to Ink

toInkOptions rebuilds the options object from a small whitelist, so non-Ink fields are silently dropped before calling inkRender; this breaks the benchmark integration that passes { internal_backend: backend } and then waits for backend.waitForFrame() (for example packages/bench/src/scenarios/construction.ts lines 85-88, with the same pattern in other scenarios). With internal_backend stripped here, no frame is ever emitted to that backend and the benchmark can block on its first await instead of producing results.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant