Gregory Schier and GitHub
ef80216ca1
Decouple core Yaak logic from Tauri ( #354 )
2026-01-08 20:44:25 -08:00
Gregory Schier and GitHub
3bcc0b8356
Add support for nested sub menus ( #352 )
2026-01-07 15:10:44 -08:00
ebcdee9be0
Add configurable hotkey for editor autocomplete trigger ( #350 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-07 15:10:33 -08:00
Gregory Schier
873abe69a1
Merge branch 'main' of github.com:mountain-loop/yaak
2026-01-07 14:52:34 -08:00
Gregory Schier
33afafd890
Use unique Tauri identifier per worktree for app data isolation
2026-01-06 15:09:06 -08:00
Gregory Schier and GitHub
ac7de993ba
Add 1Password caching to prevent rate limiting ( #349 )
2026-01-06 15:02:22 -08:00
Gregory Schier and GitHub
1f8fa0f8c3
Separate app DB per Git worktree ( #348 )
2026-01-05 15:35:25 -08:00
Gregory Schier
dc51de2af1
Bump plugin manager channel sizes to account for more plugins
2026-01-05 15:10:54 -08:00
Gregory Schier and GitHub
e818c349cc
Add reorderable tabs with global persistence ( #347 )
2026-01-05 14:58:16 -08:00
Gregory Schier and GitHub
412d7a7654
Add Cookies response pane tab ( #346 )
2026-01-05 13:41:39 -08:00
Gregory Schier and GitHub
ab5c7f638b
Fix protected branch push rejections not being detected ( #345 )
2026-01-05 13:28:41 -08:00
Gregory Schier
5bd8685175
Merge branch 'main' of github.com:mountain-loop/yaak
2026-01-05 06:53:33 -08:00
Gregory Schier
a9118bf55a
Fix timeout on claude command
2026-01-05 06:53:19 -08:00
Gregory Schier and GitHub
1828e2ec14
Fix cookie dialog rows not disappearing on delete ( #344 )
2026-01-04 20:10:11 -08:00
6c9791cf0b
Fix multiple Set-Cookie headers not being preserved
...
Changed HttpResponse.headers from HashMap<String, String> to
Vec<(String, String)> to preserve duplicate headers. This fixes
the bug where only the last Set-Cookie header was stored when
servers sent multiple cookies.
Added test case for multiple Set-Cookie headers to prevent
regression.
Generated with [Claude Code](https://claude.ai/code )
via [Happy](https://happy.engineering )
Co-Authored-By: Claude <noreply@anthropic.com >
Co-Authored-By: Happy <yesreply@happy.engineering >
2026-01-04 19:44:33 -08:00
a09437018e
Update Biome schema version to 2.3.11
...
Generated with [Claude Code](https://claude.ai/code )
via [Happy](https://happy.engineering )
Co-Authored-By: Claude <noreply@anthropic.com >
Co-Authored-By: Happy <yesreply@happy.engineering >
2026-01-04 19:04:55 -08:00
Gregory Schier
4b54c22012
Fix weird type recursion in MCP plugin
2026-01-04 15:46:05 -08:00
Gregory Schier
4f7e67b106
Fix listing installed filesystem plugins
2026-01-04 14:00:33 -08:00
Gregory Schier
8b637d53c4
Add configurable timeouts for plugin events
...
- Add timeout parameter to send_to_plugins_and_wait and send_to_plugin_and_wait
- Use 5 second timeout for standard operations (themes, actions, configs, etc.)
- Use 5 minute timeout for user-interactive operations:
- Authentication actions (OAuth login flows)
- Authentication requests (token refresh, OAuth)
- Template function calls (credential prompts, OAuth, etc.)
- Fixes issue where auth flows would timeout after 5 seconds
2026-01-04 09:57:58 -08:00
Gregory Schier and GitHub
00bf5920e3
Add configurable hotkeys support ( #343 )
2026-01-04 08:36:22 -08:00
Gregory Schier
58bf55704a
Preserve sidebar item active color when showing context menu
2026-01-03 15:07:29 -08:00
Gregory Schier
c75d6b815e
Fix sidebar hidden state being updated too frequently
2026-01-03 14:29:18 -08:00
35a57bf7f5
Add plugin API to open URL in external browser ( #340 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-01-03 13:53:07 -08:00
Gregory Schier
118b2faa76
Update checkout pr command with proper timeout
2026-01-03 13:52:20 -08:00
Gregory Schier
158164089f
Update check-out-pr.md
2026-01-03 13:30:43 -08:00
Gregory Schier
4cd4cb5722
Add check-out-pr claude command
2026-01-03 09:41:19 -08:00
Gregory Schier and GitHub
52f7447f85
Support running multiple Yaak instances via git worktrees ( #341 )
2026-01-03 09:31:35 -08:00
Gregory Schier
11694921e3
Better plugin error handling
2026-01-02 10:20:44 -08:00
Gregory Schier and GitHub
0146ee586f
Notify of plugin updates and add update UX ( #339 )
2026-01-02 10:03:08 -08:00
Gregory Schier
e751167dfc
Bump mcp server plugin version
2026-01-02 07:32:36 -08:00
Gregory Schier
2ccee0dc70
Better MCP server lifecycle
2026-01-02 07:31:54 -08:00
Gregory Schier
04eec0ee05
Fix weird type errors
2026-01-02 07:10:48 -08:00
Gregory Schier
7e239c0dd1
Fix colon in path name
2026-01-01 16:57:28 -08:00
Gregory Schier
f1783feafc
Fix installed and bundled plugin tabs
2026-01-01 16:55:30 -08:00
Gregory Schier
ef187373c5
Fix plugin install
2026-01-01 16:44:00 -08:00
Gregory Schier
8da3659be3
Restructure add plugin
2026-01-01 10:49:35 -08:00
Gregory Schier
4d2bf9304a
Fix plugin installation from directory
2026-01-01 10:45:13 -08:00
Gregory Schier
d544899f39
Add body and auth support to MCP HTTP request tools
...
- Add body, bodyType, authentication, and authenticationType fields to create/update HTTP request MCP tools
- Include comprehensive documentation for body structures and auth types in Zod descriptions
- Fix MCP update_http_request to merge partial updates with existing data to prevent FK constraint violations
- Fix Zod imports from 'zod/v4' to 'zod' to match installed version
- Add uncaughtException handler to plugin runtime to prevent individual plugin crashes from crashing entire runtime
2026-01-01 10:33:28 -08:00
Gregory Schier and GitHub
92a8da03af
(feat) Add ability to disable plugins and show bundled plugins ( #337 )
2026-01-01 09:32:48 -08:00
Gregory Schier
07ea1ea7dc
Fix lint errors
2025-12-31 16:17:24 -08:00
Gregory Schier
e435414c2e
Update readme for mcp plugin
2025-12-31 11:15:53 -08:00
Gregory Schier
e4bd30eb01
Fix Nord themes
2025-12-31 11:01:40 -08:00
Gregory Schier
af3e672386
Claude command and add Nord Light
2025-12-31 10:55:28 -08:00
Gregory Schier
45be354625
Fix import
2025-12-31 10:33:19 -08:00
cd65ef8dbe
Add VSCode themes plugin with 30+ popular themes ( #336 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-31 10:05:55 -08:00
Gregory Schier and GitHub
6b9b207e1c
MCP Server Plugin ( #335 )
2025-12-31 08:41:57 -08:00
Gregory Schier
58eff84f43
Fix TypeScript lint errors in AudioViewer and VideoViewer
...
- Change from data.buffer to new Uint8Array(data) to fix ArrayBufferLike type compatibility with Blob constructor
- Fixes TS2322 errors about SharedArrayBuffer not being assignable to BlobPart
2025-12-29 11:00:46 -08:00
Gregory Schier and GitHub
25d51a017e
Implement custom cookie handling in HTTP transaction layer ( #334 )
2025-12-29 09:47:53 -08:00
Gregory Schier
f1a3ef1c11
Fix pdf viewer css
2025-12-28 15:39:52 -08:00
Gregory Schier
3d919591f3
Rename useWebSocketRequestActions to useWebsocketRequestActions
2025-12-28 15:35:42 -08:00
Gregory Schier
75f92bdd29
Merge branch 'main' of github.com:turchinc/yaak into turchinc/main
2025-12-28 15:21:14 -08:00
Gregory Schier
2fc8678183
Fix lint errors
2025-12-28 15:18:01 -08:00
Gregory Schier and GitHub
1c29f4d4ad
Merge branch 'main' into main
2025-12-28 15:09:35 -08:00
Gregory Schier
8e1959b7c3
Use generated types for FolderActionPlugin and WorkspaceActionPlugin
2025-12-28 15:06:18 -08:00
Gregory Schier
cdd5ba3c83
Remove unused
2025-12-28 15:04:19 -08:00
Gregory Schier
3c45464e34
Get everything working
2025-12-28 15:01:15 -08:00
Gregory Schier
7446d62e39
Add test actions to copy-curl plugin and add WebSocket request actions to Sidebar
2025-12-28 14:37:14 -08:00
Gregory Schier
3855058d8f
Refactor new actions apis
2025-12-28 14:27:39 -08:00
Gregory Schier
07d743db21
Use workspace from plugin context instead of accepting it as parameter
...
- Removed workspaceId parameter from ctx.folder.list() and ctx.httpRequest.list()
- Updated event handlers to get workspace from plugin context
- Use proper generated TypeScript types in Context interface
2025-12-28 14:14:09 -08:00
Gregory Schier
6d5ba685f1
Remove unnecessary ctx.file APIs - plugins can use node:fs directly
2025-12-28 14:06:35 -08:00
Gregory Schier
218fdf3715
Merge main into turchinc/main (PR #324 )
2025-12-28 13:58:12 -08:00
b516ca877b
Fix variable matching in twig grammar to ignore ${var} format ( #330 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-28 13:25:47 -08:00
f3dc71a85c
Fix multipart form data parsing from cURL --data-raw ( #331 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-28 13:25:35 -08:00
Gregory Schier and GitHub
394fbbd55d
Refactor content viewer components and use for multpart and request body ( #333 )
2025-12-28 13:25:24 -08:00
Gregory Schier
6869aa49ec
Increase max size of multi-part viewer
2025-12-28 08:43:13 -08:00
Gregory Schier
ba00274045
Switch back to unbounded channel
2025-12-28 08:41:56 -08:00
Gregory Schier
e32930034d
Merge branch 'multipart-viewer'
2025-12-28 08:09:34 -08:00
Gregory Schier and GitHub
26a3e88715
Store and show request body in UI ( #327 )
2025-12-28 08:07:42 -08:00
Gregory Schier and GitHub
6a0d5d2337
Add Claude Code GitHub Workflow ( #332 )
2025-12-28 07:07:20 -08:00
Gregory Schier
9c5479b206
Tweak font sizes
2025-12-22 14:40:18 -08:00
Gregory Schier and GitHub
5f8902e57b
Fix cookies not being persisted after HTTP requests ( #328 )
2025-12-22 10:58:03 -08:00
Gregory Schier and GitHub
089c7e8dce
Http response events ( #326 )
2025-12-21 14:34:37 -08:00
Gregory Schier
7e0aa919fb
Immediate cancellation
2025-12-21 06:28:36 -08:00
Gregory Schier
5776bab288
Tweak response pane and refactor timings
2025-12-21 06:24:01 -08:00
Gregory Schier
6b52a0cbed
Try fix tests on Windows
2025-12-20 14:48:23 -08:00
Gregory Schier and GitHub
46933059f6
Split up HTTP sending logic ( #320 )
2025-12-20 14:10:55 -08:00
Gregory Schier
cfbfd66eef
Reformat project
2025-12-13 08:10:12 -08:00
Gregory Schier
c20c0eff32
Update entitlements.plist for 1Password shared lib
2025-12-11 09:22:27 -08:00
Gregory Schier
9d40949043
Fix warning: unused variable: window on non-mac OSs
2025-12-11 07:18:31 -08:00
Gregory Schier
d435337f2a
Don't strip symbols hotfix
2025-12-11 06:49:06 -08:00
Gregory Schier
a32145c054
Merge branch 'hotfix/2025.9.3'
2025-12-11 06:32:35 -08:00
Gregory Schier
e0f547b93f
Update tauri
2025-12-11 06:32:14 -08:00
Gregory Schier
5d4268d6a1
Merge branch 'hotfix/2025.9.3'
2025-12-11 06:00:47 -08:00
Gregory Schier
0a3506f81e
Also move defaultValue out
2025-12-11 05:59:40 -08:00
Gregory Schier
375b2287b7
Merge branch 'hotfix/2025.9.3'
2025-12-11 05:54:23 -08:00
Gregory Schier
e72c1e68e5
Unify 1Password field back to static name
2025-12-11 05:48:19 -08:00
Gregory Schier
3484db3371
Default cert to open when just added
2025-12-10 15:08:59 -08:00
Gregory Schier and GitHub
c4b559f34b
Support client certificates ( #319 )
2025-12-10 13:54:22 -08:00
4780bfe41f
Fix curl import: decode Unicode escape sequences in $'...' strings ( #318 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-09 14:15:39 -08:00
Gregory Schier
d0d01b3897
Update license check to use status instead of type
2025-12-09 14:12:13 -08:00
Gregory Schier
fc1e8baa23
Catch any 4XX error on refresh token failure
...
https://feedback.yaak.app/p/folders-oauth2-refresh-token-issue
2025-12-09 14:08:31 -08:00
Gregory Schier
d35116c494
Add license handling for expired licenses
2025-12-09 13:51:02 -08:00
Gregory Schier
1076d57e8a
Remove unused funding model entries from FUNDING.yml
2025-12-09 10:14:19 -08:00
Gregory Schier
01904cd1c9
Oops, forgot to commit this
2025-12-06 06:47:51 -08:00
Gregory Schier
1c93d5775f
Shorter titles when using native titlebar
2025-12-06 06:47:34 -08:00
Gregory Schier
113d0dc3c7
Started multi-part response viewer
2025-12-06 06:47:09 -08:00
Gregory Schier
7b78fac24e
Fix native titlebar. Get menu ready for native Mac menus
2025-12-05 15:14:13 -08:00
Gregory Schier
6534b3f622
Debug Window
2025-12-05 17:37:54 -08:00
Gregory Schier
daba21fbca
Couple small fixes for Windows
2025-12-05 10:18:21 -08:00
Gregory Schier
3b99ea1cad
Try fixing titlebar thing for Windows
2025-12-05 10:03:54 -08:00