Gregory Schier
d75396c3f3
Make the HTTP send path runnable without a database
2026-08-14 15:47:58 -07:00
23e7229e63
Route all app commands through a single RPC envelope ( #542 )
...
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
2026-08-14 14:16:14 -07:00
Gregory Schier and GitHub
1f91cddab9
Restore HTTP/2 and client certificate parity on the native TLS path ( #543 )
2026-08-14 14:08:14 -07:00
be004425fa
fix: Add username to the tokenStoreKey so the saved token is invalidated when the user changes in the environment ( #426 )
...
Co-authored-by: Gregory Schier <gschier1990@gmail.com >
2026-08-14 13:50:48 -07:00
Gregory Schier and GitHub
4f03c5c390
Fix sync watcher panic when the sync directory path traverses a symlink ( #541 )
2026-08-14 13:34:39 -07:00
Gregory Schier and GitHub
cb43f0b9b9
Follow the OS appearance when set to System without a new window ( #540 )
2026-08-14 13:14:01 -07:00
68671377fd
fix: AWS4 authentication method didn't sign request body ( #430 )
...
Co-authored-by: Gregory Schier <gschier1990@gmail.com >
2026-08-14 13:07:05 -07:00
2383f06e71
Add a typed platform package to decouple the frontend from Tauri ( #539 )
...
Co-authored-by: Claude Opus 5 <noreply@anthropic.com >
2026-08-14 12:44:01 -07:00
Gregory Schier
0068be9ffc
Run the CLI update check in non-interactive shells so agents see it
2026-08-14 12:27:38 -07:00
Gregory Schier
def7d752db
Add the MIT license field to the CLI npm packages
2026-08-14 12:27:38 -07:00
Gregory Schier and GitHub
85aed740a8
Import Curl from a paste in the browser build ( #538 )
2026-08-14 11:54:56 -07:00
Gregory Schier and GitHub
d3055c64b3
Honor workspace connection settings in CLI sends ( #537 )
2026-08-14 10:38:47 -07:00
Gregory Schier
912aaeb7a7
Raise release build timeout to 60 minutes
2026-08-14 10:33:39 -07:00
Gregory Schier and GitHub
d0af512a0c
Fix UI freezes with large workspaces ( #536 )
v2026.6.0
2026-08-14 10:15:32 -07:00
Gregory Schier and GitHub
e032c4c8d6
Add a Yaak CLI skill for coding agents ( #535 )
2026-08-14 06:16:30 -07:00
c3fc3fb68a
Fix Wayland crash on Nvidia by disabling explicit sync ( #474 )
...
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-08-13 18:41:50 -07:00
Gregory Schier and GitHub
7e2db7799b
Collapse encoded media in editable fields too ( #534 )
v2026.6.0-beta.1
2026-08-13 12:56:32 -07:00
Gregory Schier and GitHub
c596e25e5e
Identify collapsed values and open them in a viewer ( #533 )
2026-08-13 12:26:35 -07:00
Gregory Schier and GitHub
74d1b5d6ce
HUGE sidebar and typing performance improvements ( #516 )
2026-08-13 12:23:56 -07:00
WkdXeqtr and GitHub
b9d4f76193
Add dropdown to pick header names and values
...
Adds a chevron on pair editor name and value inputs that opens the same options as inline autocomplete, so suggestions can be found by clicking instead of only by typing. Long values like User-Agent show a short label but insert the full string.
Row action menus move to a vertical ellipsis so the chevron only ever means "pick a value into this field".
Also restores the per-worktree Tauri config handling in run-dev.mjs, which a merge on the branch had reverted.
2026-08-13 10:58:20 -07:00
Gregory Schier
d4a963e216
Pass per-worktree Tauri config to dev runs
2026-08-13 09:35:27 -07:00
be765d7bcc
Fix nested template function depth tracking ( #523 )
...
Co-authored-by: Su <26924933+674019130@users.noreply.github.com >
2026-08-13 09:25:10 -07:00
Gregory Schier
d43de3d95a
Keep nested worktrees out of test runs
...
Test runs from the repo root were picking up every git worktree under .claude,
running 648 tests across 102 files instead of 322 across 34. That made results
misleading rather than just noisy: a failure in an unrelated worktree showed up
as a failure here.
Ignores the directory too. Only settings.local.json was listed, while rules.md
stays tracked.
2026-08-13 09:04:02 -07:00
Gregory Schier
bc0494fe0e
Keep template tag text colored in light themes
...
Tag text was black in light themes and correctly tinted in dark. Both came from
liftMax(), which pushes lightness to an extreme, and the two extremes are not
symmetric: lightening past the sRGB gamut clips to a still-tinted color, so dark
kept its hue by accident, while darkening to zero lightness collapses every hue
to black.
Stopping short of the extreme keeps the hue in both appearances with no branch
on appearance, and still clears 6:1 against the tag's own surface across every
accent. Dark shifts from washed out toward the accent, so a purple tag now reads
purple rather than near-white pink.
2026-08-13 08:57:25 -07:00
c57a64d455
Bump @hono/node-server from 1.19.14 to 2.1.0 ( #531 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-13 08:42:24 -07:00
5bebd74b09
Bump nanoid from 5.1.6 to 5.1.16 ( #526 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-13 08:42:09 -07:00
a6dd058a3d
Bump ip-address and express-rate-limit ( #525 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-13 08:41:27 -07:00
1fe8261fbd
Bump hono from 4.12.27 to 4.12.34 ( #524 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-13 08:40:50 -07:00
Gregory Schier and GitHub
0e4c355e8b
Collapse very long lines in response viewers ( #532 )
2026-08-13 08:40:04 -07:00
Gregory Schier and GitHub
f6d926f4b9
Ignore bundled plugin directories left behind by past renames ( #530 )
2026-08-12 11:22:08 -07:00
Gregory Schier and GitHub
a6be9dbaee
Allow renaming URL path parameters from the Params tab ( #528 )
2026-08-12 10:17:02 -07:00
Gregory Schier and GitHub
67a628d67a
Link date-fns format docs from timestamp.format ( #529 )
2026-08-12 09:50:36 -07:00
Gregory Schier and GitHub
0bf7eaed81
Correct timestamp.format help text to reference date-fns, not dayjs ( #527 )
2026-08-12 08:12:19 -07:00
784a3d3a32
fix(ci): align workflow Node.js version with package engines ( #520 )
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-08-02 08:18:22 -07:00
077bfa87b8
Bump body-parser from 2.2.2 to 2.3.0 ( #512 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-01 08:31:02 -07:00
733f2e5929
Bump @hono/node-server from 1.19.14 to 2.0.10 ( #513 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-01 08:20:04 -07:00
0f994f89ac
Bump hono from 4.12.25 to 4.12.27 ( #514 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-01 08:20:02 -07:00
24f76398f9
Bump postcss from 8.5.16 to 8.5.25 ( #522 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-01 08:19:59 -07:00
14475915df
Bump shell-quote from 1.8.4 to 1.10.0 ( #517 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-01 08:19:57 -07:00
a50e04f565
Bump seroval from 1.4.2 to 1.5.6 ( #518 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-01 08:19:54 -07:00
32fbd66912
Bump fast-uri from 3.1.2 to 3.1.5 ( #521 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-01 08:19:52 -07:00
Su and GitHub
3503a9da8e
Fix inline rename during IME composition ( #519 )
2026-08-01 07:45:36 -07:00
Gregory Schier
cef6abf5d0
Handle OAuth callback connections concurrently so browser preconnects can't block login
yaak-cli-0.7.1
2026-07-29 07:54:59 -07:00
Gregory Schier
3f098f95fe
Increase import timeout from 5s to 60s
2026-07-24 07:36:44 -07:00
Gregory Schier
195f89337f
Skip contribution policy check for bot PRs
v2026.5.0
2026-07-21 07:59:19 -07:00
Gregory Schier
57fffe5a41
Fix extracted text flashing on SSE stream updates
2026-07-21 07:59:19 -07:00
gschier
0c24d6562a
Deploying to main from @ mountain-loop/yaak@b1ea3e3560 🚀
2026-07-17 15:59:44 +00:00
b1ea3e3560
Bump serde_with from 3.12.0 to 3.21.0 ( #511 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-15 22:35:58 -07:00
Gregory Schier and GitHub
d72b7d7d30
Fix URL autocomplete replacement ( #510 )
2026-07-15 08:33:14 -07:00
Gregory Schier and GitHub
b40e2cdc1b
Fix keyboard shortcut help layout ( #509 )
2026-07-14 11:19:56 -07:00