Skip to content

fix(tui): stabilize dynamic-height UI components to reduce jitter #3651

fix(tui): stabilize dynamic-height UI components to reduce jitter

fix(tui): stabilize dynamic-height UI components to reduce jitter #3651

Triggered via pull request July 4, 2026 09:16
Status Failure
Total duration 5m 3s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 15 warnings
typecheck
Process completed with exit code 2.
typecheck: apps/kimi-code/test/tui/kimi-tui-message-flow.test.ts#L4775
Property 'restoreEditor' does not exist on type 'MessageDriver'.
test-pi-tui
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
eslint-plugin-unicorn(no-immediate-mutation): packages/agent-core/src/agent/injection/goal.ts#L95
Do not call `push()` immediately after initializing an array.
eslint-plugin-unicorn(no-immediate-mutation): packages/agent-core/src/agent/injection/goal.ts#L72
Do not call `push()` immediately after initializing an array.
eslint-plugin-unicorn(no-immediate-mutation): packages/agent-core/src/agent/injection/goal.ts#L45
Do not call `push()` immediately after initializing an array.
eslint-plugin-unicorn(prefer-string-replace-all): packages/agent-core/src/agent/turn/tool-result-budget.ts#L87
Prefer `String#replaceAll()` over `String#replace()` when using a regex with the global flag.
eslint-plugin-unicorn(prefer-string-replace-all): packages/agent-core/src/agent/turn/tool-result-budget.ts#L88
Prefer `String#replaceAll()` over `String#replace()` when using a regex with the global flag.
eslint-plugin-unicorn(no-immediate-mutation): packages/agent-core/src/agent/turn/tool-result-budget.ts#L81
Do not call `push()` immediately after initializing an array.
typecheck
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/