v0.8.3
yamadashy/repomixv0.8.3Apr 28, 2026by github-actions[bot]
AI Summary
This release introduces AWS Bedrock support, optimizes local model performance, and improves Nix build stability across macOS and Linux.
Key Highlights
- Added AWS Bedrock (Mantle) as a new post-processing provider.
- Optimized local model latency by passing reasoning_effort parameters.
- Fixed Linux KDE overlay problems and macOS Nix build issues.
- Improved user experience by surfacing paste errors as toast notifications.
New Features
- AWS Bedrock (Mantle) post-processing provider
- Async GPU query support
Full Release Notes
## What's Changed * nix: set ALSA_PLUGIN_DIR via symlinkJoin by @yuxqiu in https://github.com/cjpais/Handy/pull/1226 * perf: add reasoning_effort passthrough to avoid thinking-mode latency in local models by @luoxi in https://github.com/cjpais/Handy/pull/1221 * fix(issue 522): surface paste errors as UI toast notification by @odedindi in https://github.com/cjpais/Handy/pull/1198 * correct typo in library name, from 'transcription-rs' to 'transcribe-rs' by @ChaseCares in https://github.com/cjpais/Handy/pull/1260 * Fix (linux) overlay problem in kde by @vpsone in https://github.com/cjpais/Handy/pull/1121 * docs(readme): add Linux startup troubleshooting section by @xilec in https://github.com/cjpais/Handy/pull/1266 * query gpu async by @cjpais in https://github.com/cjpais/Handy/pull/1246 * fix(overlay): parse HANDY_NO_GTK_LAYER_SHELL as boolean by @xilec in https://github.com/cjpais/Handy/pull/1269 * docs: unify CLAUDE.md and AGENTS.md by @xilec in https://github.com/cjpais/Handy/pull/1272 * feat: add AWS Bedrock (Mantle) as post-processing provider by @jyuros in https://github.com/cjpais/Handy/pull/1288 * fix: improve German translation quality by @ChristophNoetel in https://github.com/cjpais/Handy/pull/1292 * refactor(nix): replace manual bindgen env with rustPlatform.bindgenHook by @xilec in https://github.com/cjpais/Handy/pull/1255 * chore(nix): add bun node_modules normalization scripts by @xilec in https://github.com/cjpais/Handy/pull/1256 * docs(audio): clarify what the mic-init timing log actually measures by @rsanheim in https://github.com/cjpais/Handy/pull/1330 * fix(nix): Fix for macOS build for nixpkgs by @xilec in https://github.com/cjpais/Handy/pull/1316 ## New Contributors * @yuxqiu made their first contribution in https://github.com/cjpais/Handy/pull/1226 * @luoxi made their first contribution in https://github.com/cjpais/Handy/pull/1221 * @odedindi made their first contribution in https://github.com/cjpais/Handy/pull/1198 * @ChaseCares made their first contribution in https://github.com/cjpais/Handy/pull/1260 * @vpsone made their first contribution in https://github.com/cjpais/Handy/pull/1121 * @jyuros made their first contribution in https://github.com/cjpais/Handy/pull/1288 * @ChristophNoetel made their first contribution in https://github.com/cjpais/Handy/pull/1292 * @rsanheim made their first contribution in https://github.com/cjpais/Handy/pull/1330 **Full Changelog**: https://github.com/cjpais/Handy/compare/v0.8.2...v0.8.3