Gregory Schier
b1f1363502
Add in-app micro-feedback prompts for new features
...
Show a one-time toast asking how a feature is working after its third
successful use, with an optional comment sent anonymously to the Yaak
API (feature key, text, app version, and OS only — nothing identifying,
and nothing is sent unless the user clicks Send).
- New cmd_send_feedback Tauri command posts fire-and-forget via the
shared API client (localhost in dev)
- Feature keys registry (cookie-editor, response-history, sse-summary,
git-sync) with per-feature use counting in the key-value store
- "Never ask for feedback" setting to disable prompts entirely
- Toast gains dynamicHeight and hideDismiss props for richer content
- Fix missing vertical padding on xs/2xs multiline inputs
- Fix unused-import and dead-code warnings in yaak-system-appearance
on non-Linux builds
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-04 15:06:21 -07:00
Gregory Schier
e52853cc2d
Always render commercial use banner placeholder
2026-07-04 14:44:49 -07:00
Gregory Schier
cc05fec59d
Add CEF runtime to Linux builds ( #494 )
2026-07-03 14:22:47 -07:00
Gregory Schier
1206d5889d
Fix settings banner width
2026-07-03 14:21:31 -07:00
Gregory Schier
95ac3e310a
Improve response history menu ( #492 )
2026-07-02 10:04:57 -07:00
Gregory Schier
9b524e3dc7
Upgrade Tailwind to v4 ( #491 )
2026-07-02 09:53:22 -07:00
Simon Johansson
5004c395de
fix: Resolve : ambiguity in URL path placeholders ( #465 )
...
Co-authored-by: Simon Johansson <simon.johansson@infor.com >
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
Co-authored-by: Gregory Schier <gschier1990@gmail.com >
2026-07-01 13:23:27 -07:00
Gregory Schier
ea3587f28d
Fix commercial use banner snooze
2026-07-01 12:44:44 -07:00
baofeidyz
24e578db5f
Add SSE response summary helpers ( #466 )
...
Co-authored-by: Gregory Schier <gschier1990@gmail.com >
2026-07-01 12:33:03 -07:00
Gregory Schier
3a349bccfe
Fix wording
2026-06-30 10:28:39 -07:00
Gregory Schier
13a667a9b1
Add commercial use nudge banners ( #478 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Nguyễn Huỳnh Anh Khoa <113995598+anhkhoakz@users.noreply.github.com >
Co-authored-by: startsevdenis <mail@startsevds.ru >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-30 10:23:13 -07:00
Gregory Schier
420c6e2c4a
Tweak message size placeholder and notifications
2026-06-30 09:44:11 -07:00
Gregory Schier
bbdfbcb9ca
Add configurable gRPC and WebSocket message size limit ( #487 )
2026-06-30 09:14:41 -07:00
dependabot[bot]
d1e6f8fb33
Bump js-cookie and react-use ( #488 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-30 07:33:14 -07:00
dependabot[bot]
3cc54dea22
Bump vite-plus from 0.1.20 to 0.1.24 ( #473 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-30 07:25:41 -07:00
Gregory Schier
9ffd8d4810
Flush model writes before sending HTTP requests
2026-06-29 10:25:15 -07:00
Gregory Schier
55d0066efd
Fix spell correction prompt showing ( #483 )
2026-06-29 08:54:01 -07:00
Nguyễn Huỳnh Anh Khoa
1de0a5942c
fix(manager): remove stale plugins with missing directories ( #481 )
2026-06-26 22:33:06 -07:00
Gregory Schier
fd0ca6d455
Fix bulk env var parsing ( #482 )
2026-06-26 21:58:38 -07:00
Gregory Schier
84b89e2708
update theme generation logic
2026-06-21 10:37:43 -07:00
Gregory Schier
7db3e9b879
Fix filter field value highlighting
2026-06-20 00:31:42 -07:00
Gregory Schier
8109a28967
Improve sidebar filter suggestions ( #477 )
2026-06-20 00:10:05 -07:00
Gregory Schier
3de9a1edd4
Persist response filter per request
2026-06-11 09:09:12 -07:00
Gregory Schier
1b28dfd9d1
Actually fix overflowing text when Input has right slot items
2026-06-03 12:44:33 -07:00
Saverio Cannone
9f51c61447
Fix: long model names overflowing in delete dialog ( #468 )
2026-05-26 23:16:50 -07:00
zPush
b17ccbeebe
Fix: Secret input field texts were bleeding under obscure toggle button ( #461 )
...
Co-authored-by: Gregory Schier <gschier1990@gmail.com >
2026-05-21 09:36:20 -07:00
dependabot[bot]
710b8e34ac
Bump postcss from 8.5.6 to 8.5.14 ( #449 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-21 07:26:54 -07:00
Gregory Schier
fa40ceaa31
Add cookie editing and inherited request settings ( #463 )
2026-05-18 08:59:49 -07:00
Gregory Schier
bde5a474cc
Fix production OXC bundle output
2026-05-10 08:18:32 -07:00
Gregory Schier
21f1dad7a4
Add macOS window controls (upgrade Tauri) ( #460 )
2026-05-09 06:57:44 -07:00
Gregory Schier
77ab293f87
Fix production client bundle exports
2026-05-09 06:15:27 -07:00
Gregory Schier
471a099b9b
Refactor model sync scheduling
2026-05-08 12:57:22 -07:00
Gregory Schier
d7e67cf13c
Add live git status indicators ( #458 )
2026-05-08 11:25:39 -07:00
Gregory Schier
1b154ba550
Fix workspace content row sizing
2026-05-08 08:47:34 -07:00
Gregory Schier
10559c8f4f
Split codebase ( #455 )
2026-05-07 15:50:10 -07:00