Capka v0.6.7 🐾
Fixed
- Adding a skill, connector (MCP), or automation through chat works again: the
managetool'sargsobject was serialized to the model withadditionalProperties: false, silently forbidding every field (repo/content/path,name/url, …) so the agent could never fill it. A malformedaddnow also echoes the collection's expected shape instead of a generic error. - The chat minimap (right-edge jump list of your own messages) is now keyboard-operable — reachable by Tab, opens on Enter, closes on Escape; it was previously mouse-hover only, leaving the jump list unreachable without a pointer.
- Reduced-motion now also collapses animation delays, so delayed and staggered entrances no longer sit invisible before appearing; added a reduced-transparency / high-contrast fallback that drops backdrop blur on overlays and chrome.
- Confirmation and approval cards play their success haptic only after the server accepts the action (error haptic on failure) instead of optimistically on press.
Security
- Installing a skills repo through chat now pins to the exact commit shown in the approval preview instead of re-resolving the branch tip when the user approves, closing a window where upstream could swap the installed skills between preview and install.
Full changelog: https://github.com/LyoSU/capka/blob/master/CHANGELOG.md