Kent Wang
61bf1bc017
fix issue
2026-02-02 10:40:44 +08:00
Kent Wang
bcc7f3d3ea
add detail of oauth error
2026-02-02 10:40:44 +08:00
Kent Wang
6818de2d8d
fix the issue for code parser
2026-02-02 10:40:44 +08:00
Bingbing
a300b29092
feat: support add in new tab in command palette ( #9604 )
2026-02-02 10:25:17 +08:00
Vivek Thuravupala
36146f362c
Merge branch 'release/12.3.1-beta.0' into develop
2026-02-02 01:05:28 +00:00
Insomnia
a87223f8ae
Trigger release/12.3.1-beta.0 build
core@12.3.1-beta.0
2026-02-02 00:05:50 +00:00
Insomnia
a195fdf6a2
Bump app version to 12.3.1-beta.0
2026-02-02 00:05:36 +00:00
Ryan Willis
adccc9f13b
fix: nowrap input prefixes [INS-2039] ( #9620 )
2026-01-30 17:03:58 -07:00
Bingbing
56f0990d31
optimize: make debug view loader more robust ( #9611 )
2026-01-30 15:12:06 +08:00
Curry Yang
9eceef3455
refactor: migrate invite api - [INS-1875] ( #9590 )
...
* refactor: migrate invite api
* fix: return type
2026-01-29 08:28:53 +00:00
Copilot
583dc474b0
Fix Socket.io JSON requests and responses handling - [INS-1993] ( #9596 )
...
* Initial plan
* Fix Socket.io JSON requests and responses handling
- Fix sending: Parse JSON args before emitting to socket when content type is JSON
- Fix receiving: Handle objects properly in stringify function when displaying incoming messages
Co-authored-by: CurryYangxx <163384738+CurryYangxx@users.noreply.github.com >
* Fix [object Object] display in event list view
Add stringifyEventData helper function in event-log-view.tsx to properly
display JSON objects in the Socket.io event list instead of [object Object]
Co-authored-by: CurryYangxx <163384738+CurryYangxx@users.noreply.github.com >
* Fix potential runtime errors in handleSend function
- Add early return when renderedArgs is undefined (RenderError case)
- Use nullish coalescing for requestPayload?.args to prevent TypeError
Co-authored-by: CurryYangxx <163384738+CurryYangxx@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: CurryYangxx <163384738+CurryYangxx@users.noreply.github.com >
2026-01-28 11:43:10 +08:00
Alison Sabuwala
5013729970
feat: clearer ai settings panel ( #9602 )
2026-01-27 16:11:37 -07:00
Ryan Willis
9e74b545a8
feat(git): select commit email from git provider per repo [INS-1474] ( #9593 )
2026-01-27 08:15:23 -07:00
Kent Wang
b8987e98cf
Fix: MCP cloud sync action issues ( #9595 )
...
* fix cloud sync operation error for non-collection workspace
* update mcp url with git or vcs version change
2026-01-27 13:18:33 +00:00
Jack Kavanagh
4d5c339c78
feat: navigate to imported workspace ( #9601 )
...
* navigate to new workspace
* fix test
* only redirect to single workspace import
* clarify entity name
* tests no longer navigate to workspace
* fix tests
* fix scope of redirect
* document e2e test debugging
* fix vault test
* improve types
* fix e2e tests
2026-01-27 11:34:40 +00:00
Curry Yang
e98b7ef460
fix: no project ui ( #9606 )
2026-01-27 08:55:53 +00:00
Curry Yang
b18800897a
fix: socket.io body tab refresh - [INS-1997] ( #9600 )
...
* fix: socket.io body tab refresh
* fix
2026-01-27 15:42:22 +08:00
Jack Kavanagh
7e2fedd921
block import deeplink ( #9597 )
2026-01-22 21:00:11 +01:00
Kent Wang
dd1e65f04a
fix the missing file ( #9591 )
2026-01-22 02:11:11 +00:00
Jack Kavanagh
299c5db3dc
support curl import ( #9586 )
2026-01-21 13:27:15 +00:00
Jack Kavanagh
fee4936690
feat: when logged out handle deep link ( #9585 )
...
* first attempt
* tidy up
2026-01-21 11:49:13 +00:00
Curry Yang
02616f1033
fix: use password input for PAT ( #9588 )
2026-01-21 09:52:30 +00:00
Curry Yang
0bbae307fd
refactor: migrate projects request to insomnia-api package - [INS-1874] ( #9574 )
...
* refactor: migrate projects request to insomnia-api package
* fix: cr
* refactor: error handling
* fix: add isApiError
* fix: error
* fix
2026-01-21 09:14:53 +00:00
Kent Wang
eff9d9e7e2
Chore: Adding eslint rule to avoid using window and document in main process related code ( #9579 )
...
* add eslint rule for main
* update extension
2026-01-21 03:41:07 +00:00
Bingbing
252a4b8b63
refactor: move node dependencies from models to helpers ( #9563 )
2026-01-20 04:30:47 +00:00
Kent Wang
9e4d909bdb
fix mcp workspace sync issue ( #9584 )
2026-01-19 14:58:40 +00:00
Bingbing
9f7d3efbfa
refactor: move enterprise apis to insomnia-api ( #9552 )
2026-01-19 10:18:07 +00:00
Bingbing
28a29cd2d5
refactor: move some model types to a new file to reduce cycle references ( #9564 )
2026-01-19 17:58:42 +08:00
Bingbing
65e126d239
refactor: IoC database implementation to get rid of runtime dependencies ( #9511 )
2026-01-19 17:19:08 +08:00
Kent Wang
5762098af9
Fix: Environment variable in MCP OAuth settings in not working ( #9568 )
...
* fix environment not applied issue
* remove useless parameter
2026-01-16 03:45:15 +00:00
Ryan Willis
368402e2b0
feat: improved enterprise trial confirmation modal ( #9569 )
2026-01-15 07:42:13 -07:00
Niladri Adhikary
f69b512082
fix: persist environment tab data when switching between tabs ( #9138 )
...
* fix: persist environment tab data when switching between tabs
Signed-off-by: “niladrix719” <niladrix719@gmail.com >
* Update packages/insomnia/src/routes/organization.$organizationId.project.$projectId.workspace.$workspaceId.environment.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* fix: use memo wrap dependence
---------
Signed-off-by: “niladrix719” <niladrix719@gmail.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Curry Yang <163384738+CurryYangxx@users.noreply.github.com >
Co-authored-by: Curry Yang <1019yanglu@gmail.com >
2026-01-15 14:22:45 +00:00
Bingbing
085c4af3a5
fix: plugin install failed due to mixed usage of runtime api ( #9571 )
2026-01-15 15:46:17 +08:00
Curry Yang
f8c566244f
test: verify git sync feature flag & storage rule - [INS-1908] ( #9567 )
...
* test: verify git sync feature flag
* fix: close modal in smoke test
* fix: aria label
* feat: add test for storage rule
2026-01-15 15:38:11 +08:00
Kent Wang
93d85d27b0
set a default NODE_AUTH_TOKEN in order not to break local plugin installation ( #9572 )
2026-01-15 03:47:18 +00:00
Kent Wang
23bdd9229b
fix: Tooltip action is not clickable when render in modal ( #9565 )
...
* Generic way to fix tooltip issue
2026-01-15 03:18:25 +00:00
Vivek Thuravupala
e28b5de9fe
Merge branch 'release/12.3.0' into develop
2026-01-15 01:47:53 +00:00
Insomnia
d6e5ca47eb
Trigger release/12.3.0 build
core@12.3.0
2026-01-15 00:38:54 +00:00
Insomnia
efdc35fd43
Bump app version to 12.3.0
2026-01-15 00:38:36 +00:00
Pavlos Koutoglou
10df6cd466
refactor: Minor UX polish for AI Commits [INS-1644] ( #9561 )
...
* refactor: streamline file type handling and improve commit section UI
* refactor: update GitFileType handling to use string literals for modification types
2026-01-14 17:56:17 +00:00
Ryan Willis
ed8ce8738c
fix: clarify git credential fields ( #9566 )
2026-01-14 10:30:36 +08:00
Pavlos Koutoglou
2a075b9160
fix: enhance CookieSchema expiration handling for 'Infinity' and invalid dates ( #9543 )
2026-01-13 11:29:19 +02:00
Ryan Willis
6431ccb8b6
fix(mcp): minor ux improvements ( #9555 )
2026-01-12 17:58:05 -07:00
Ryan Willis
8a92207de0
feat(analytics): temporary org+project metrics ( #9551 )
2026-01-12 08:00:22 -07:00
Curry Yang
5a52860c80
Clarify macOS entitlements for local testing ( #9559 )
...
Updated instructions for macOS local testing of the packaged app to set the library validation key to true.
2026-01-12 14:14:48 +01:00
yaoweiprc
61b129a89c
Hide the git-repo form in the create project modal [INS-1900] ( #9558 )
...
* Hide the git-repo form in the create project modal when the git-sync feature is disabled, remove redundant props
* Fix type error
2026-01-12 17:22:01 +08:00
Curry Yang
574dd655a3
fix: new git credential flow ( #9553 )
...
* fix: hide git repo form when git feature flag is closed
* fix: clear git repository&credentials when logout
* fix: type
* fix: connect repo
2026-01-12 07:22:12 +00:00
Jack Kavanagh
0e79177e59
move above tests ( #9554 )
2026-01-12 07:43:49 +01:00
Pavlos Koutoglou
752146122c
feat: Make “Turn on AI” prompt clearer in Git Sync Smart Commits ( #9544 )
...
* feat: enhance AI commit message feature with settings modal prompt
* fix: update settings modal tab name for AI feature
2026-01-09 14:49:13 +02:00
Curry Yang
2a1b32446d
fix: git credential migration state storage path ( #9549 )
2026-01-08 08:16:20 +00:00