co-mono/packages/coding-agent/src/utils
Mario Zechner 38ed9e86f8 fix(coding-agent): convert clipboard BMP images to PNG on paste
WSL2/WSLg often provides clipboard images as image/bmp only.
Previously this resulted in invalid PNG files being written.

Now readClipboardImage() converts unsupported formats to PNG
via Photon before returning.

Closes #1109

Based on #1112 by @lightningRalf
2026-01-31 23:24:10 +01:00
..
changelog.ts Move config.ts from utils/ to src/ 2025-12-09 01:28:06 +01:00
clipboard-image.ts fix(coding-agent): convert clipboard BMP images to PNG on paste 2026-01-31 23:24:10 +01:00
clipboard.ts feat(coding-agent): add OSC 52 clipboard support for SSH/mosh sessions 2026-01-30 03:25:00 +01:00
frontmatter.ts Centralize frontmatter parsing + parse frontmatter with yaml library (#728) 2026-01-16 00:31:53 +01:00
git.ts refactor(coding-agent): centralize git url detection 2026-01-24 01:02:16 +01:00
image-convert.ts fix(coding-agent): load photon via dynamic import 2026-01-17 21:32:23 +01:00
image-resize.ts fix(coding-agent): load photon via dynamic import 2026-01-17 21:32:23 +01:00
mime.ts fix(coding-agent): detect image MIME via file-type (#205) 2025-12-17 17:11:56 +01:00
photon.ts fix(coding-agent): load photon wasm in compiled binaries 2026-01-18 17:11:49 +01:00
shell.ts chore(coding-agent): minor cleanup in rpc-mode and shell utils 2026-01-22 14:37:17 +01:00
sleep.ts refactor(coding-agent): simplify AgentSession 2026-01-24 01:38:58 +01:00
tools-manager.ts fix: move managed binaries to bin/ and ignore hidden files in migration check 2026-01-06 07:52:49 +13:00