You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: update onboarding version and add new features with corresponding images
* chore: remove outdated onboarding images
* fix: update icon types for features and adjust layout in onboarding
'Finally you can work on multiple collections and design documents with the multiple tabs capability that allows you to easily switch between one and another.',
17
-
image: multiple_tabs,
18
+
'Test and debug MCP servers with the same workflow you use for APIs including support for oAuth and Dynamic Client Registration.',
19
+
image: mcp_client,
18
20
},
19
21
{
20
-
id: 'git_sync',
21
-
icon: 'git',
22
-
title: 'New Git Sync',
22
+
id: 'auto_generated_mock_servers',
23
+
icon: 'server',
24
+
title: 'Auto-generated mock servers',
23
25
description:
24
-
'An entirely rebuilt Git Sync experience, where your entire project can be connected to a Git repository and we will import multiple Insomnia resources at once.',
25
-
image: git_projects,
26
+
'Automatically generate a mock server with executable routes from an OpenAPI spec, URL, or chat-based prompt.',
27
+
image: generate_mocks,
26
28
},
27
29
{
28
-
id: 'secret_vaults',
29
-
icon: 'cloud',
30
-
title: 'Secret Vaults',
30
+
id: 'smart_commits',
31
+
icon: ['fas','code-commit'],
32
+
title: 'Smart Commits',
31
33
description:
32
-
'With this enterprise capability we now support connecting your secrets with AWS secret Manager, Azure Key Vault, GCP Secret Manager and Hashicorp Vault.',
33
-
image: secret_vaults,
34
-
rounded: true,
34
+
'Spend more time coding and less time cleaning up commits. Automatically create commits and comments from your staged changes using AI.',
35
+
image: smart_commits,
36
+
},
37
+
{
38
+
id: 'git_sync_essentials',
39
+
icon: ['fab','git-alt'],
40
+
title: 'Git Sync for all plans',
41
+
description:
42
+
'Now Essentials (free) plan users can get the full benefits of Git Sync projects for up to 3 plan users.',
0 commit comments