Added
- Import a public Claude or ChatGPT share link (experimental, off by default — set
CAPKA_SHARE_IMPORT=trueto enable): paste aclaude.ai/share/…orchatgpt.com/share/…URL into the composer and Capka offers to import that conversation as a new chat and continue it with any configured model. The page is rendered in the sandbox (never the platform process), so it also needs sandbox egress (SANDBOX_ALLOW_NETWORK=true); when egress is off the attempt fails with a clear, non-blocking notice. Text/markdown only; attachments, images, and tool calls are not imported. The model is not run until the user's first reply.
Changed
- On touch devices, long-pressing a chat row or a message now opens a full-width bottom action sheet (swipe-down / tap-outside to dismiss) instead of a cramped popover; desktop keeps the dropdown menu.
Fixed
- The code viewer now keeps
Ctrl+A/Cmd+Ascoped to the open file instead of selecting text across the whole page. - The composer no longer shows a phantom vertical scrollbar when empty or on a single line (sub-pixel rounding of the auto-grow height); it now scrolls only once the text actually exceeds the max height.
Full changelog: https://github.com/LyoSU/capka/blob/master/CHANGELOG.md