snow-flow 4.5.33 → 4.5.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/website/tools.js +0 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "snow-flow",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.35",
|
|
4
4
|
"description": "Conversational ServiceNow development platform using Claude Code. Multi-agent orchestration with 20+ MCP servers providing 200+ ServiceNow tools for comprehensive platform development.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "commonjs",
|
package/website/tools.js
CHANGED
|
@@ -497,14 +497,6 @@ const snowFlowTools = {
|
|
|
497
497
|
description: "Create Configurable Agent Workspaces using modern UX App architecture (sys_ux_app_route, sys_ux_screen_type, sys_ux_screen, sys_ux_macroponent).",
|
|
498
498
|
highlight: "🏗️ UX App Architecture"
|
|
499
499
|
},
|
|
500
|
-
{
|
|
501
|
-
name: "snow_create_workspace_tab",
|
|
502
|
-
description: "Create custom tabs in Agent Workspace for specific record types."
|
|
503
|
-
},
|
|
504
|
-
{
|
|
505
|
-
name: "snow_create_contextual_panel",
|
|
506
|
-
description: "Create contextual side panels showing related information."
|
|
507
|
-
},
|
|
508
500
|
{
|
|
509
501
|
name: "snow_discover_workspaces",
|
|
510
502
|
description: "Discover available Configurable Agent Workspaces (UX Apps) with screen collections and individual screens.",
|