Skip to content

Tags: komen205/yaak

Tags

yaak-cli-0.6.2

Toggle yaak-cli-0.6.2's commit message
Auto-detect WSL and resolve Windows data directory for CLI

When running the CLI in WSL, dirs::data_dir() returns the Linux path
instead of the Windows host path where the Yaak desktop app stores data.
This detects WSL via /proc/version, resolves %APPDATA% through cmd.exe,
and converts it to a WSL mount path using wslpath.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v2026.3.1

Toggle v2026.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Gracefully handle plugin init failures (mountain-loop#424)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

v2026.3.0

Toggle v2026.3.0's commit message
Fix biome lint: update schema to 2.3.13, exclude npm dir, fix lint er…

…rors

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v2026.3.0-beta.10

Toggle v2026.3.0-beta.10's commit message
Fix biome lint: update schema to 2.3.13, exclude npm dir, fix lint er…

…rors

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

yaak-cli-0.6.1

Toggle yaak-cli-0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CLI plugin host: handle send/render HTTP requests (mountain-loop#415)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

yaak-cli-0.5.2

Toggle yaak-cli-0.5.2's commit message
app: detect CLI availability and add command palette copy action

yaak-cli-0.5.1

Toggle yaak-cli-0.5.1's commit message
Fix plugin dev rebuild signaling and reload toast timing

yaak-cli-0.5.0

Toggle yaak-cli-0.5.0's commit message
yaak-cli 0.5.0

v2026.3.0-beta.9

Toggle v2026.3.0-beta.9's commit message
Move local plugin install command into plugins_ext

v2026.3.0-beta.8

Toggle v2026.3.0-beta.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
plugin-events: route model/find requests through shared handler (moun…

…tain-loop#409)