Changelog / v1.0.2

v1.0.2 — Local LLM Support & Bug Fixes

Mar 30, 2026 by OpenYak Team

Fixed

  • Fixed cloudflared .tgz extraction on macOS — properly extract binary from archive instead of saving tarball directly.
  • Auto-approve permission requests in 'Edit automatically' mode so file edits and bash commands don't prompt the user.
  • Fixed files panel, duplicate artifacts, memory block disappearing on session switch, and memory block not auto-refreshing.
  • Fixed PyInstaller build to use venv pyinstaller with Python 3.12.
  • Fixed memory block not auto-refreshing after background queue update.

Added

  • Local LLM with custom base URL support — backend config endpoint, frontend settings UI, and auto-detect improvements.
  • Markdown prose polish with serif typography enhancements.
  • Tone guardrails for consistent AI output; improved file path detection in formatting.

Changed

  • Removed global memory system and related components in favor of workspace-scoped memory.
  • Added multi-platform build configurations (macOS aarch64, macOS x64, Windows).