Minor Changes
- #9909
9ffd047- Detect and preserve UTF-32 (LE and BE) with BOM when reading and editing files. UTF-16 and UTF-32 without a BOM remain unsupported.
Patch Changes
-
#9939
8ed0e17- Recover Agent Manager worktrees after restart when saved state is missing, corrupt, or stale. -
#9887
d9453f0- Fix queued-turn auto-compaction so overflow recovery runs instead of exhausting compaction attempts. -
#9855
59e8eff- Respect project-specific semantic indexing decisions instead of enabling indexing globally across workspaces. -
#9904
080faf4- Append a trailing space when autocompleting a file, folder, or special mention (terminal, git changes) via the@menu in the chat textarea, so typing immediately after selection no longer breaks the attachment. -
#9928
520922fThanks @shssoichiro! - Prevent VS Code empty windows from starting codebase indexing against the home directory. -
#9881
c4fa6b3- Route the "Sign In" action from the Providers settings tab, provider picker, and chat auth errors to the Profile view so the device-auth code, QR, and cancel button are always visible. -
#9905
0c5d757- Show snapshot initialization progress in the extension's existing loading indicator. -
#9881
4d1023c- Trust the OS certificate store and honor corporate CA bundles for the bundled Kilo backend. The extension now defaultsNODE_USE_SYSTEM_CA=1on the spawned CLI process so users behind MITM proxies (Zscaler, Netskope, Palo Alto, etc.) no longer hit TLS errors on sign-in. A newkilo-code.new.extraCaCertssetting accepts a PEM file path for additional CAs, andhttp.proxyStrictSSL=falseis honored as an opt-out from verification. -
#9824
b7657d1- Add a Display setting for adjusting the Kilo webview UI font size. -
Updated dependencies [
40a4d5e]:- @opencode-ai/ui@7.2.41
- @kilocode/kilo-ui@7.2.41