Skip to content

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

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

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

Triggered via push February 14, 2026 00:45
Status Failure
Total duration 1m 32s
Artifacts

ci.yml

on: push
build-check-test
1m 28s
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 'c463c2b78557732756266fb91932e4e587801…' to be 'e09537ef724ae30d5ddfe48c1f9ce4dfaa01d…' // Object.is equality Expected: "e09537ef724ae30d5ddfe48c1f9ce4dfaa01d493" Received: "c463c2b78557732756266fb91932e4e587801a98" ❯ 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 'c463c2b78557732756266fb91932e4e587801…' to be '22392ec1b971578f64967b5b4cb5bfac50946…' // Object.is equality Expected: "22392ec1b971578f64967b5b4cb5bfac50946567" Received: "c463c2b78557732756266fb91932e4e587801a98" ❯ 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 'c463c2b78557732756266fb91932e4e587801…' to be '142fb5c783473d98327f271782cd1c9fc0e07…' // Object.is equality Expected: "142fb5c783473d98327f271782cd1c9fc0e07977" Received: "c463c2b78557732756266fb91932e4e587801a98" ❯ test/git-update.test.ts:119:43