Skip to content

chore: shelve experimental ghostty-web integration #74

chore: shelve experimental ghostty-web integration

chore: shelve experimental ghostty-web integration #74

Triggered via pull request March 16, 2026 09:59
Status Success
Total duration 2m 50s
Artifacts

ci.yml

on: pull_request
Format, Lint, Typecheck, Test, Browser Test, Build
2m 46s
Format, Lint, Typecheck, Test, Browser Test, Build
Release Smoke
11s
Release Smoke
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint-plugin-unicorn(no-array-sort): apps/server/src/provider/Layers/ClaudeCodeAdapter.ts#L1774
Use `Array#toSorted()` instead of `Array#sort()`.
eslint-plugin-unicorn(no-array-sort): apps/server/src/provider/Layers/ClaudeCodeAdapter.ts#L272
Use `Array#toSorted()` instead of `Array#sort()`.
eslint-plugin-unicorn(no-array-sort): apps/desktop/src/main.ts#L1233
Use `Array#toSorted()` instead of `Array#sort()`.
eslint-plugin-unicorn(no-array-sort): apps/server/src/kiloServerManager.ts#L557
Use `Array#toSorted()` instead of `Array#sort()`.
eslint-plugin-unicorn(no-array-sort): apps/server/src/geminiCliServerManager.test.ts#L237
Use `Array#toSorted()` instead of `Array#sort()`.
eslint(no-unused-vars): apps/server/src/geminiCliServerManager.test.ts#L40
Function 'feedStdoutLine' is declared but never used.
eslint(no-unused-vars): apps/server/src/geminiCliServerManager.test.ts#L28
Function 'mockSpawn' is declared but never used.