Curry Yang
bd1dfd02da
feat: mcp workspace icon
2025-10-13 13:49:38 +08:00
Curry Yang
c0acfe7626
feat: add custom mcp icon ( #9112 )
2025-10-13 13:49:38 +08:00
Kent Wang
c57bf0611d
feat: mcp client support - SDK integration & Basic request pane ( #9109 )
...
* 1.initial check-in for mcp main
* add initial mcp request pane
* fix name
* fix type issues
* fix type issue
* fix issue
2025-10-13 13:49:38 +08:00
Curry Yang
fd681a0e77
feat: mcp client creation-[INS-1328] ( #9103 )
...
* feat: mcp client creation
* fix:: type check
* feat: fix icon
* feat: mcp workspace card dropdown
2025-10-13 13:49:38 +08:00
Kent Wang
c2f23b95e5
Fix: real time response pane event issue ( #9248 )
...
* fix sse and tab switch issue
* fix comments
2025-10-11 09:03:44 +00:00
Bingbing
fbde7aca7e
fix: modal show in non-auth pane ( #9246 )
2025-10-11 06:48:55 +00:00
Jay Wu
219c27d41d
increase timeout to 45 minutes for building artifacts ( #9238 )
2025-10-10 14:47:33 +08:00
George
e70062060c
fix: request is sent before script has been persisted ( #9237 )
2025-10-10 14:14:46 +08:00
Vivek Thuravupala
f517bfccd8
Reconcile secureReadFile changes with reverted mock response extractor changes
2025-10-09 18:54:51 -07:00
Vivek Thuravupala
a9d1a4b425
Revert "feat: create collection from mock server routes ( #9156 )"
...
This reverts commit 0b14918b8b .
2025-10-09 17:53:45 -07:00
James Gatz
80de9774d2
fix(deps): Move @react-router/dev to dev dependencies ( #9231 )
...
* move react-router dev to dev-deps
* fix: remove unnecessary x64ArchFiles configuration from electron-builder
2025-10-09 08:06:14 -07:00
James Gatz
c652978127
fix: exclude source map files from build output ( #9228 )
2025-10-09 19:50:38 +08:00
Bingbing
271f7245c1
fix: curl import issue when parse the pair value ( #9198 )
2025-10-09 10:35:49 +00:00
James Gatz
38df77ecf0
docs: add note on macOS entitlements for local testing of packaged app ( #9227 )
2025-10-09 12:17:44 +02:00
Bingbing
c53e80e106
fix: support specific importer when import from curl ( #9197 )
2025-10-09 10:14:52 +00:00
Jordan Gregory-Wallis
8f25cec593
fixed help text that incorrectly refers to momentjs instead of date-fns ( #9225 )
2025-10-09 09:58:14 +00:00
Jack Kavanagh
aa08a41acd
fix link rendering ( #9223 )
2025-10-09 07:47:20 +00:00
Jack Kavanagh
feb1cf5495
refactor importers to run in node ( #9217 )
...
* refactor import to run in node
* format json with prettier
* fix lint
* add process fork for tests, this is bad
2025-10-09 08:36:14 +02:00
Jack Kavanagh
fba2e097eb
refactor: wrap sensitive readFile - INS-1442 ( #8992 )
...
* fix: introduce secure read file interface
* fix: allow read client cert for grpc as it can be modified
* fix: remove comments
* chore: rebase
* fix: lint
---------
Co-authored-by: George He <hexxa@outlook.com >
2025-10-07 16:23:25 +00:00
Jack Kavanagh
4a6a0240e6
reduce esbuild external deps ( #9213 )
...
* remove all
* tidy up
2025-10-07 18:09:10 +02:00
Jack Kavanagh
b94115d77a
bumps ( #9199 )
2025-10-02 08:36:28 +00:00
James Gatz
3059f958a4
feat: Improve global modals ( #9190 )
...
* fix duplicate onOpenChange
* Use RAC modal for global modals like alert/prompt/settings etc
* example modern modal
* fix: update aria-label for modal dialog
* use .app to press Escape for closing modals
* fix: add visibility check for 'Create Credential' button in Cloud Credentials tab
---------
Co-authored-by: jackkav <jackkav@gmail.com >
2025-10-01 11:05:37 +02:00
Shelby Moore
0b14918b8b
feat: create collection from mock server routes ( #9156 )
2025-09-29 15:11:11 -07:00
Jack Kavanagh
1ac66dfdc0
Bump react-aria ( #9188 )
...
* bumps
* remove underlay
* fix e2e tests
* fix tests
* fix more e2e tests
* use prompt button
* fix type checks
* locator
2025-09-29 16:37:33 +00:00
Jack Kavanagh
d25412c93b
Fix release recurring builds ( #9191 )
...
* x64ArchFiles
* extend recurring timeout
2025-09-29 18:00:09 +02:00
jackkav
892f5c0fda
fix bundling test
2025-09-29 15:39:47 +02:00
Bingbing
7d3ead9eee
fix: should show correct error boundary ( #9184 )
2025-09-29 07:45:48 +00:00
Bingbing
bacbc1f9c4
fix: wrong expiry time of oauth token ( #9182 )
2025-09-28 17:41:15 +08:00
James Gatz
633692ae02
[INS-1309] - Improve init/complete sign in flows with GitHub/GitLab ( #9181 )
...
* replace node fetch with electron's net.fetch implementation in github/gitlab integrations
* Improve error handling in github/gitlab sign in flows and use net.fetch instead of fetch
2025-09-26 20:34:28 +02:00
Jack Kavanagh
805bf52ed7
add check to read file ( #9180 )
2025-09-26 14:32:31 +00:00
Jack Kavanagh
270244b44e
chore: explicit external deps ( #9124 )
...
* explicit external deps
* move definition
* duplicate
* fix warning
2025-09-26 16:17:52 +02:00
Jack Kavanagh
455bc56bda
use toast instead of show-notification ( #9128 )
...
* use toast
* rename
* Remove old toast
* fix types
2025-09-26 15:01:07 +02:00
yaoweiprc
f261e27345
Remove dependency on @mismerge/react since it does not support react 19, use the custom element mis-merge3 defined in @mismerge/core directly. ( #9145 )
2025-09-25 16:36:39 +08:00
Kent Wang
b5a0bf4035
feat: Enhance the real time event polling mechanism for websocket and socket-io ( #9157 )
...
* Change to observer pattern for websocket events
* Add Observer Pattern for socket io
2025-09-19 12:51:06 +00:00
Bingbing
0fbd7a06de
fix: auth code redirect uri affects implicit ( #9158 )
2025-09-19 14:11:52 +08:00
yaoweiprc
5471359889
Change the validation rule for branch name in cloud sync ( #9126 )
2025-09-19 01:20:00 +00:00
Vivek Thuravupala
60c46b744f
Merge branch 'release/11.6.1' into develop
2025-09-18 07:34:31 +00:00
Insomnia
42df4339f9
Trigger release/11.6.1 build
core@11.6.1
2025-09-18 06:46:40 +00:00
Insomnia
0d9ff79bd2
Bump app version to 11.6.1
2025-09-18 06:46:23 +00:00
Vivek Thuravupala
36fb1998a7
Revert "fix: Discard actions now respect staged vs unstaged changes and prevent silent data loss [INS-1099] ( #9141 )"
...
This reverts commit bf611ffcfd .
2025-09-17 23:12:36 -07:00
Pavlos Koutoglou
bf611ffcfd
fix: Discard actions now respect staged vs unstaged changes and prevent silent data loss [INS-1099] ( #9141 )
...
* feat: enhance discardChanges method to allow selective discarding of staged and unstaged changes
* feat: update discardChangesAction to support discarding unstaged changes
* feat: update discardChanges calls to support discarding unstaged changes
* fix: correct comment for discarding unstaged changes in GitVCS
2025-09-17 17:25:47 +03:00
Vivek Thuravupala
8c43ed9ef9
[INS-1054] Remove .git suffix requirement for custom git repository URL ( #9086 )
...
Not all providers will use a URL ending in .git. The requirement makes sense for Github/Gitlab, but not for a form which can connect to any git server.
---------
Co-authored-by: pavkout <pkoutoglou@gmail.com >
2025-09-16 14:58:38 -07:00
Bingbing
adbd124769
feat: polish scratch pad ( #9123 )
2025-09-16 09:10:48 +00:00
Ulises Bocchio
ca1f1aaf3c
Add auth header when refreshing token, closes #8946 ( #8947 )
...
Fixes issue when using Basic Auth for client credentials on OAuth2 authentication.
When using Basic Auth for client credentials, the refresh token functionality fails as it doesn't send the credentials headers.
2025-09-15 10:15:57 +00:00
Ryan Willis
899a23cd3d
fix: eliminate extra border ( #9091 )
2025-09-12 02:42:11 -07:00
Kent Wang
0adec30b0b
feat: Support Vault Dedicated for Hashicorp ( #9082 )
...
* add support for vault dedicated
* update vault plugin version
2025-09-12 07:06:49 +00:00
Jack Kavanagh
16702f86ab
dbl click unpin ( #9127 )
2025-09-12 05:47:36 +00:00
Balu George
e8bd0d07a6
fix: Get image name and provenance repository from environment variables ( #9134 )
...
* Get image name and provenance repository from environment variables
* Add yaml anchors to avoid https://github.com/actions/runner/issues/2372
2025-09-12 10:07:28 +05:30
yaoweiprc
9b342c181b
fix merge modal style issue ( #9133 )
2025-09-12 10:52:27 +08:00
Vivek Thuravupala
cb40e8bc4e
Merge branch 'release/11.6.0' into develop
2025-09-12 00:01:26 +00:00