Changelog / Product

OpenYak 1.0.6 — Tool Discovery, Session Menu & Stability

Apr 9, 2026 by OpenYak Team

Session Dropdown Menu

Session items in the sidebar now feature a three-dot dropdown menu (visible on hover) for quick access to pin/unpin, rename, export as PDF or Markdown, and delete. This complements the existing right-click context menu for users who prefer click-based interactions.

Smarter Agent Prompts

The agent build prompt has been streamlined — verbose inline tool listings and redundant instructions removed. A new rule ensures that when users attach data files, the agent analyzes them immediately with tools rather than describing what it sees. Session prompt building and system prompt construction have been refactored for cleaner separation of concerns.

Bug Fixes

Env file values containing # characters (e.g., JSON with URL fragments like https://example.com/#/v1) are now properly single-quoted, preventing dotenv from truncating them as comments. Chat header z-index fixed to prevent content overlapping during scroll. FastAPI 422 validation errors now show meaningful messages instead of generic fallbacks in the provider settings panel.

Other Changes

All Tauri app icons refreshed across Windows, macOS, iOS, and Android targets. Dev script updated to use python instead of ./venv/bin/python for cross-platform compatibility. License changed from AGPLv3 to MIT.