snow-flow 4.5.32 → 4.5.34

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/website/tools.js +8 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snow-flow",
3
- "version": "4.5.32",
3
+ "version": "4.5.34",
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
@@ -460,10 +460,10 @@ const snowFlowTools = {
460
460
  },
461
461
 
462
462
  "servicenow-flow-workspace-mobile": {
463
- name: "📱 Flow, Workspace & Mobile + UI Builder Server",
464
- description: "Flow Designer, Agent Workspaces, Mobile management + COMPLETE UI Builder integration",
463
+ name: "📱 Flow, Configurable Workspaces & Mobile + UI Builder Server",
464
+ description: "Flow Designer, Configurable Agent Workspaces (UX Apps), Mobile management + COMPLETE UI Builder integration",
465
465
  badge: "27+ Tools",
466
- highlight: "🆕 UI Builder Complete",
466
+ highlight: "🏗️ UX App Architecture + UI Builder",
467
467
  tools: [
468
468
  // Flow Designer Tools
469
469
  {
@@ -491,22 +491,16 @@ const snowFlowTools = {
491
491
  description: "Import flows from XML (only programmatic creation method)."
492
492
  },
493
493
 
494
- // Agent Workspace Tools
494
+ // Configurable Agent Workspace Tools (UX App Architecture)
495
495
  {
496
496
  name: "snow_create_workspace",
497
- description: "Create Agent Workspace configurations for customized agent experiences."
498
- },
499
- {
500
- name: "snow_create_workspace_tab",
501
- description: "Create custom tabs in Agent Workspace for specific record types."
502
- },
503
- {
504
- name: "snow_create_contextual_panel",
505
- description: "Create contextual side panels showing related information."
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
+ highlight: "🏗️ UX App Architecture"
506
499
  },
507
500
  {
508
501
  name: "snow_discover_workspaces",
509
- description: "Discover available Agent Workspaces and configurations."
502
+ description: "Discover available Configurable Agent Workspaces (UX Apps) with screen collections and individual screens.",
503
+ highlight: "🔍 UX App Discovery"
510
504
  },
511
505
 
512
506
  // Mobile App Tools