Skip to content

fix(tui): enable VT input mode on Windows #2774

fix(tui): enable VT input mode on Windows

fix(tui): enable VT input mode on Windows #2774

Triggered via pull request February 14, 2026 00:44
Status Failure
Total duration 1m 42s
Artifacts

ci.yml

on: pull_request
build-check-test
1m 40s
build-check-test
Fit to window
Zoom out
Zoom in

Annotations

9 errors
build-check-test
Process completed with exit code 1.
test/git-update.test.ts > DefaultPackageManager git update > scope-aware update > should not install locally when source is only registered globally: packages/coding-agent/test/git-update.test.ts#L328
AssertionError: expected '// v1' to be '// v2' // Object.is equality Expected: "// v2" Received: "// v1" ❯ test/git-update.test.ts:328:57
test/git-update.test.ts > DefaultPackageManager git update > force-push scenarios > should handle complete history rewrite: packages/coding-agent/test/git-update.test.ts#L205
AssertionError: expected '// v1' to be '// v3' // Object.is equality Expected: "// v3" Received: "// v1" ❯ test/git-update.test.ts:205:57
test/git-update.test.ts > DefaultPackageManager git update > force-push scenarios > should recover when local commit no longer exists in remote: packages/coding-agent/test/git-update.test.ts#L184
AssertionError: expected '// v1' to be '// v3' // Object.is equality Expected: "// v3" Received: "// v1" ❯ test/git-update.test.ts:184:57
test/git-update.test.ts > DefaultPackageManager git update > force-push scenarios > should recover when remote history is rewritten: packages/coding-agent/test/git-update.test.ts#L162
AssertionError: expected '// v1' to be '// v2' // Object.is equality Expected: "// v2" Received: "// v1" ❯ test/git-update.test.ts:162:57
test/git-update.test.ts > DefaultPackageManager git update > normal updates (no force-push) > should update even when local checkout has no upstream: packages/coding-agent/test/git-update.test.ts#L147
AssertionError: expected 'ae1a6bfa91b22c9114994c48d2fd1d2f3b06a…' to be 'e6e9fe4f32d7dd807ab5a3daf7f1eda696346…' // Object.is equality Expected: "e6e9fe4f32d7dd807ab5a3daf7f1eda696346787" Received: "ae1a6bfa91b22c9114994c48d2fd1d2f3b06a5d3" ❯ test/git-update.test.ts:147:43
test/git-update.test.ts > DefaultPackageManager git update > normal updates (no force-push) > should handle multiple commits ahead: packages/coding-agent/test/git-update.test.ts#L133
AssertionError: expected 'ae1a6bfa91b22c9114994c48d2fd1d2f3b06a…' to be 'e173e43f638a51d52fb3a4f50d33b91401a74…' // Object.is equality Expected: "e173e43f638a51d52fb3a4f50d33b91401a74514" Received: "ae1a6bfa91b22c9114994c48d2fd1d2f3b06a5d3" ❯ test/git-update.test.ts:133:43
test/git-update.test.ts > DefaultPackageManager git update > normal updates (no force-push) > should update to latest commit when remote has new commits: packages/coding-agent/test/git-update.test.ts#L119
AssertionError: expected 'ae1a6bfa91b22c9114994c48d2fd1d2f3b06a…' to be '537bb9f501e70c409d9ced57a1fc3964a7dff…' // Object.is equality Expected: "537bb9f501e70c409d9ced57a1fc3964a7dff77b" Received: "ae1a6bfa91b22c9114994c48d2fd1d2f3b06a5d3" ❯ test/git-update.test.ts:119:43