@clikvn/agent-widget-embedded 1.1.11 → 1.1.12-dev-02

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 (41) hide show
  1. package/CLAUDE.md +169 -169
  2. package/base.json +21 -21
  3. package/dist/commons/constants/variables.d.ts +1 -0
  4. package/dist/commons/constants/variables.d.ts.map +1 -1
  5. package/dist/components/Chat/Icons.d.ts +2 -1
  6. package/dist/components/Chat/Icons.d.ts.map +1 -1
  7. package/dist/components/Chat/Message.d.ts.map +1 -1
  8. package/dist/components/Chat/ProductDetail.d.ts +1 -0
  9. package/dist/components/Chat/ProductDetail.d.ts.map +1 -1
  10. package/dist/components/Chat/ProductList.d.ts +3 -3
  11. package/dist/components/Chat/ProductList.d.ts.map +1 -1
  12. package/dist/index.html +68 -65
  13. package/dist/models.d.ts +1 -1
  14. package/dist/models.d.ts.map +1 -1
  15. package/dist/services/vt360.service.d.ts.map +1 -1
  16. package/dist/web.d.ts.map +1 -1
  17. package/dist/web.js +1 -1
  18. package/docs/agent-response-trace/agentflow.txt +62 -62
  19. package/docs/agent-response-trace/chatflow.txt +26 -26
  20. package/docs/brand-ui-command-actions-tools.md +269 -269
  21. package/package.json +2 -2
  22. package/rollup.config.js +67 -67
  23. package/tailwind.config.cjs +145 -145
  24. package/.idea/clik-ai-chatbot-embedded.iml +0 -9
  25. package/.idea/codeStyles/codeStyleConfig.xml +0 -5
  26. package/.idea/inspectionProfiles/Project_Default.xml +0 -36
  27. package/.idea/jsLinters/eslint.xml +0 -7
  28. package/.idea/misc.xml +0 -9
  29. package/.idea/modules.xml +0 -8
  30. package/.idea/prettier.xml +0 -8
  31. package/.idea/vcs.xml +0 -6
  32. package/dist/components/Chat/AudioPlayerSimple.d.ts +0 -9
  33. package/dist/components/Chat/AudioPlayerSimple.d.ts.map +0 -1
  34. package/dist/components/Chat/MultimodalInputSimple.d.ts +0 -22
  35. package/dist/components/Chat/MultimodalInputSimple.d.ts.map +0 -1
  36. package/dist/components/Chat/Sidebar.d.ts +0 -8
  37. package/dist/components/Chat/Sidebar.d.ts.map +0 -1
  38. package/dist/serve.json +0 -11
  39. package/dist/simplifiedRegister.d.ts +0 -53
  40. package/dist/simplifiedRegister.d.ts.map +0 -1
  41. package/dist/web.css +0 -3680
@@ -1,269 +1,269 @@
1
- # UI Command Actions Tools Specification
2
-
3
- ## Overview
4
-
5
- This document defines the available command action tools that AI agents can use to interact with virtual tour/showroom UI interfaces. These tools enable contextual, interactive responses within virtual environments.
6
-
7
- ## Product Display Tools
8
-
9
- ### 1. `show_hotspot_guided_tour`
10
-
11
- **Description:** Launches an interactive guided tour with hotspot interactions for the currently viewed product.
12
-
13
- **Parameters:**
14
-
15
- - `product_id` (string, required): The unique identifier of the product being viewed
16
- - `tour_type` (string, optional): Type of guided tour ("interactive", "auto", "manual"). Default: "interactive"
17
- - `start_hotspot` (string, optional): Starting hotspot identifier. Default: first available hotspot
18
-
19
- **Usage Context:** When user is viewing a specific product and wants detailed guided exploration with interactive hotspots.
20
-
21
- **Expected Behavior:**
22
-
23
- - Initiates guided tour overlay on current product view
24
- - Highlights interactive hotspots with contextual information
25
- - Provides step-by-step navigation through product features
26
-
27
- ---
28
-
29
- ### 2. `show_product_AR`
30
-
31
- **Description:** Displays the currently viewed product in Augmented Reality mode, allowing users to visualize the product in their real environment.
32
-
33
- **Parameters:**
34
-
35
- - `product_id` (string, required): The unique identifier of the product being viewed
36
- - `ar_mode` (string, optional): AR display mode ("placement", "viewer", "try_on"). Default: "placement"
37
- - `scale_factor` (number, optional): Initial scale factor for AR display. Range: 0.1-5.0. Default: 1.0
38
-
39
- **Usage Context:** When user wants to see how a product would look in their actual space using device camera.
40
-
41
- **Expected Behavior:**
42
-
43
- - Activates device camera for AR visualization
44
- - Overlays 3D product model in real environment
45
- - Provides controls for scaling, rotation, and positioning
46
-
47
- ---
48
-
49
- ### 3. `show_product_360_image`
50
-
51
- **Description:** Shows a 360-degree interactive view of the currently viewed product, allowing full rotation and detailed inspection.
52
-
53
- **Parameters:**
54
-
55
- - `product_id` (string, required): The unique identifier of the product being viewed
56
- - `initial_angle` (number, optional): Starting rotation angle in degrees. Range: 0-360. Default: 0
57
- - `auto_rotate` (boolean, optional): Whether to automatically rotate the product. Default: false
58
- - `rotation_speed` (number, optional): Auto-rotation speed if enabled. Range: 1-10. Default: 3
59
-
60
- **Usage Context:** When user needs comprehensive visual inspection of product from all angles.
61
-
62
- **Expected Behavior:**
63
-
64
- - Displays interactive 360° product viewer
65
- - Enables mouse/touch drag controls for manual rotation
66
- - Provides zoom capabilities for detailed inspection
67
-
68
- ---
69
-
70
- ### 4. `show_product_image_gallery`
71
-
72
- **Description:** Opens a comprehensive image gallery for the currently viewed product, displaying multiple views, details, and lifestyle images.
73
-
74
- **Parameters:**
75
-
76
- - `product_id` (string, required): The unique identifier of the product being viewed
77
- - `gallery_type` (string, optional): Gallery display mode ("grid", "carousel", "lightbox"). Default: "lightbox"
78
- - `start_image` (number, optional): Index of initial image to display. Default: 0
79
- - `show_thumbnails` (boolean, optional): Whether to display thumbnail navigation. Default: true
80
-
81
- **Usage Context:** When user wants to see all available images and details of the product in a dedicated gallery view.
82
-
83
- **Expected Behavior:**
84
-
85
- - Opens full-screen or modal gallery interface
86
- - Displays high-resolution product images with navigation
87
- - Includes zoom functionality and image metadata
88
-
89
- ---
90
-
91
- ### 5. `show_product_info`
92
-
93
- **Description:** Displays detailed product information including specifications, pricing, availability, and related details.
94
-
95
- **Parameters:**
96
-
97
- - `product_id` (string, required): The unique identifier of the product being viewed
98
- - `info_sections` (array, optional): Specific information sections to display. Options: ["specs", "pricing", "availability", "reviews", "related"]. Default: all sections
99
- - `display_mode` (string, optional): Information display format ("panel", "modal", "inline"). Default: "panel"
100
-
101
- **Usage Context:** When user needs comprehensive product details, specifications, or purchasing information.
102
-
103
- **Expected Behavior:**
104
-
105
- - Opens detailed product information panel or modal
106
- - Displays organized sections of product data
107
- - Includes interactive elements like reviews, related products
108
-
109
- ## Scene Interaction Tools
110
-
111
- ### 6. `change_room_style`
112
-
113
- **Description:** Modifies the visual style/theme of the current scene/room, allowing users to see different aesthetic presentations.
114
-
115
- **Parameters:**
116
-
117
- - `scene_id` (string, required): The unique identifier of the current scene
118
- - `style_theme` (string, required): The style theme to apply. Options: ["modern", "classic", "minimalist", "industrial", "scandinavian", "traditional"]
119
- - `apply_to_products` (boolean, optional): Whether to update product materials to match style. Default: true
120
- - `transition_effect` (boolean, optional): Whether to use animated transition. Default: true
121
-
122
- **Usage Context:** When user is in a scene and wants to explore different aesthetic styles or design themes.
123
-
124
- **Expected Behavior:**
125
-
126
- - Changes room colors, textures, and overall aesthetic
127
- - Updates lighting to match selected style
128
- - Optionally updates product finishes to complement new style
129
-
130
- ---
131
-
132
- ### 7. `swap_product_material`
133
-
134
- **Description:** Changes materials, textures, or finishes of products within the current scene.
135
-
136
- **Parameters:**
137
-
138
- - `scene_id` (string, required): The unique identifier of the current scene
139
- - `product_id` (string, optional): Specific product to modify. If omitted, applies to all compatible products
140
- - `material_type` (string, required): Material to apply. Options: ["wood", "metal", "fabric", "leather", "glass", "stone", "ceramic"]
141
- - `material_variant` (string, optional): Specific variant of the material (e.g., "oak", "mahogany" for wood)
142
- - `finish` (string, optional): Surface finish. Options: ["matte", "glossy", "satin", "textured"]. Default: "satin"
143
-
144
- **Usage Context:** When user wants to see how different materials or finishes would look on products in the scene.
145
-
146
- **Expected Behavior:**
147
-
148
- - Updates product materials/textures in real-time
149
- - Maintains proper lighting and reflection properties
150
- - Shows realistic material appearance in current lighting conditions
151
-
152
- ---
153
-
154
- ### 8. `open_close_door`
155
-
156
- **Description:** Toggles door states (open/closed) in the virtual environment to show different spatial configurations.
157
-
158
- **Parameters:**
159
-
160
- - `scene_id` (string, required): The unique identifier of the current scene
161
- - `door_id` (string, optional): Specific door to toggle. If omitted, cycles through available doors
162
- - `action` (string, required): Door action. Options: ["open", "close", "toggle"]
163
- - `animation_duration` (number, optional): Animation duration in milliseconds. Range: 100-2000. Default: 500
164
-
165
- **Usage Context:** When user is in a scene with doors/cabinets and wants to see different open/closed configurations.
166
-
167
- **Expected Behavior:**
168
-
169
- - Animates door opening/closing smoothly
170
- - Updates interior visibility and spatial perception
171
- - May reveal additional products or storage spaces
172
-
173
- ---
174
-
175
- ### 9. `change_room_lighting`
176
-
177
- **Description:** Adjusts lighting conditions in the current scene to show different ambiances and times of day.
178
-
179
- **Parameters:**
180
-
181
- - `scene_id` (string, required): The unique identifier of the current scene
182
- - `lighting_preset` (string, required): Lighting configuration. Options: ["natural_day", "natural_evening", "warm_ambient", "bright_task", "dim_mood", "spotlight"]
183
- - `intensity` (number, optional): Light intensity level. Range: 0.1-2.0. Default: 1.0
184
- - `color_temperature` (number, optional): Color temperature in Kelvin. Range: 2700-6500. Default: 4000
185
-
186
- **Usage Context:** When user wants to see how the scene and products look under different lighting conditions.
187
-
188
- **Expected Behavior:**
189
-
190
- - Smoothly transitions between lighting conditions
191
- - Updates shadows, reflections, and material appearance
192
- - Shows realistic lighting effects on all scene elements
193
-
194
- ---
195
-
196
- ### 10. `open_scene_product_list`
197
-
198
- **Description:** Displays a comprehensive list of all products present in the current scene with quick access options.
199
-
200
- **Parameters:**
201
-
202
- - `scene_id` (string, required): The unique identifier of the current scene
203
- - `list_format` (string, optional): List display format. Options: ["grid", "list", "carousel"]. Default: "grid"
204
- - `sort_by` (string, optional): Sorting criteria. Options: ["name", "price", "category", "popularity"]. Default: "category"
205
- - `show_details` (boolean, optional): Whether to show product details in list. Default: true
206
- - `enable_filtering` (boolean, optional): Whether to enable category/price filtering. Default: true
207
-
208
- **Usage Context:** When user wants to see and access all products available in the current scene.
209
-
210
- **Expected Behavior:**
211
-
212
- - Opens organized product list interface
213
- - Provides search and filtering capabilities
214
- - Allows quick navigation to specific products in scene
215
-
216
- ---
217
-
218
- ### 11. `play_scene_guided_tour`
219
-
220
- **Description:** Starts an automated guided tour of the current scene, highlighting products and features with contextual information.
221
-
222
- **Parameters:**
223
-
224
- - `scene_id` (string, required): The unique identifier of the current scene
225
- - `tour_duration` (number, optional): Approximate tour duration in seconds. Range: 30-300. Default: 120
226
- - `focus_areas` (array, optional): Specific areas to highlight. Options: ["products", "features", "layout", "materials"]. Default: all areas
227
- - `narration` (boolean, optional): Whether to include audio narration. Default: false
228
- - `auto_advance` (boolean, optional): Whether to automatically advance between points. Default: true
229
- - `interaction_level` (string, optional): Level of interactivity. Options: ["passive", "interactive", "explorative"]. Default: "interactive"
230
-
231
- **Usage Context:** When user wants a comprehensive overview of the scene with guided exploration of key elements.
232
-
233
- **Expected Behavior:**
234
-
235
- - Initiates smooth camera movements around the scene
236
- - Highlights important products and features with overlays
237
- - Provides contextual information and interaction prompts
238
-
239
- ## Implementation Notes
240
-
241
- ### Parameter Validation
242
-
243
- - All required parameters must be validated before command execution
244
- - Optional parameters should use specified defaults when omitted
245
- - Invalid parameter values should return descriptive error messages
246
-
247
- ### State Management
248
-
249
- - Commands should respect current UI state and user context
250
- - Multiple commands may be chained for complex interactions
251
- - State changes should be reversible where applicable
252
-
253
- ### Performance Considerations
254
-
255
- - Commands involving 3D rendering (AR, 360°) should include loading states
256
- - Image-heavy operations should implement progressive loading
257
- - Animations should be optimized for smooth performance
258
-
259
- ### Accessibility
260
-
261
- - All commands should support keyboard navigation alternatives
262
- - Visual changes should include appropriate ARIA labels
263
- - Motion-sensitive users should have reduced animation options
264
-
265
- ### Error Handling
266
-
267
- - Commands should gracefully handle missing resources
268
- - Network-dependent features should have offline fallbacks
269
- - User feedback should be provided for long-running operations
1
+ # UI Command Actions Tools Specification
2
+
3
+ ## Overview
4
+
5
+ This document defines the available command action tools that AI agents can use to interact with virtual tour/showroom UI interfaces. These tools enable contextual, interactive responses within virtual environments.
6
+
7
+ ## Product Display Tools
8
+
9
+ ### 1. `show_hotspot_guided_tour`
10
+
11
+ **Description:** Launches an interactive guided tour with hotspot interactions for the currently viewed product.
12
+
13
+ **Parameters:**
14
+
15
+ - `product_id` (string, required): The unique identifier of the product being viewed
16
+ - `tour_type` (string, optional): Type of guided tour ("interactive", "auto", "manual"). Default: "interactive"
17
+ - `start_hotspot` (string, optional): Starting hotspot identifier. Default: first available hotspot
18
+
19
+ **Usage Context:** When user is viewing a specific product and wants detailed guided exploration with interactive hotspots.
20
+
21
+ **Expected Behavior:**
22
+
23
+ - Initiates guided tour overlay on current product view
24
+ - Highlights interactive hotspots with contextual information
25
+ - Provides step-by-step navigation through product features
26
+
27
+ ---
28
+
29
+ ### 2. `show_product_AR`
30
+
31
+ **Description:** Displays the currently viewed product in Augmented Reality mode, allowing users to visualize the product in their real environment.
32
+
33
+ **Parameters:**
34
+
35
+ - `product_id` (string, required): The unique identifier of the product being viewed
36
+ - `ar_mode` (string, optional): AR display mode ("placement", "viewer", "try_on"). Default: "placement"
37
+ - `scale_factor` (number, optional): Initial scale factor for AR display. Range: 0.1-5.0. Default: 1.0
38
+
39
+ **Usage Context:** When user wants to see how a product would look in their actual space using device camera.
40
+
41
+ **Expected Behavior:**
42
+
43
+ - Activates device camera for AR visualization
44
+ - Overlays 3D product model in real environment
45
+ - Provides controls for scaling, rotation, and positioning
46
+
47
+ ---
48
+
49
+ ### 3. `show_product_360_image`
50
+
51
+ **Description:** Shows a 360-degree interactive view of the currently viewed product, allowing full rotation and detailed inspection.
52
+
53
+ **Parameters:**
54
+
55
+ - `product_id` (string, required): The unique identifier of the product being viewed
56
+ - `initial_angle` (number, optional): Starting rotation angle in degrees. Range: 0-360. Default: 0
57
+ - `auto_rotate` (boolean, optional): Whether to automatically rotate the product. Default: false
58
+ - `rotation_speed` (number, optional): Auto-rotation speed if enabled. Range: 1-10. Default: 3
59
+
60
+ **Usage Context:** When user needs comprehensive visual inspection of product from all angles.
61
+
62
+ **Expected Behavior:**
63
+
64
+ - Displays interactive 360° product viewer
65
+ - Enables mouse/touch drag controls for manual rotation
66
+ - Provides zoom capabilities for detailed inspection
67
+
68
+ ---
69
+
70
+ ### 4. `show_product_image_gallery`
71
+
72
+ **Description:** Opens a comprehensive image gallery for the currently viewed product, displaying multiple views, details, and lifestyle images.
73
+
74
+ **Parameters:**
75
+
76
+ - `product_id` (string, required): The unique identifier of the product being viewed
77
+ - `gallery_type` (string, optional): Gallery display mode ("grid", "carousel", "lightbox"). Default: "lightbox"
78
+ - `start_image` (number, optional): Index of initial image to display. Default: 0
79
+ - `show_thumbnails` (boolean, optional): Whether to display thumbnail navigation. Default: true
80
+
81
+ **Usage Context:** When user wants to see all available images and details of the product in a dedicated gallery view.
82
+
83
+ **Expected Behavior:**
84
+
85
+ - Opens full-screen or modal gallery interface
86
+ - Displays high-resolution product images with navigation
87
+ - Includes zoom functionality and image metadata
88
+
89
+ ---
90
+
91
+ ### 5. `show_product_info`
92
+
93
+ **Description:** Displays detailed product information including specifications, pricing, availability, and related details.
94
+
95
+ **Parameters:**
96
+
97
+ - `product_id` (string, required): The unique identifier of the product being viewed
98
+ - `info_sections` (array, optional): Specific information sections to display. Options: ["specs", "pricing", "availability", "reviews", "related"]. Default: all sections
99
+ - `display_mode` (string, optional): Information display format ("panel", "modal", "inline"). Default: "panel"
100
+
101
+ **Usage Context:** When user needs comprehensive product details, specifications, or purchasing information.
102
+
103
+ **Expected Behavior:**
104
+
105
+ - Opens detailed product information panel or modal
106
+ - Displays organized sections of product data
107
+ - Includes interactive elements like reviews, related products
108
+
109
+ ## Scene Interaction Tools
110
+
111
+ ### 6. `change_room_style`
112
+
113
+ **Description:** Modifies the visual style/theme of the current scene/room, allowing users to see different aesthetic presentations.
114
+
115
+ **Parameters:**
116
+
117
+ - `scene_id` (string, required): The unique identifier of the current scene
118
+ - `style_theme` (string, required): The style theme to apply. Options: ["modern", "classic", "minimalist", "industrial", "scandinavian", "traditional"]
119
+ - `apply_to_products` (boolean, optional): Whether to update product materials to match style. Default: true
120
+ - `transition_effect` (boolean, optional): Whether to use animated transition. Default: true
121
+
122
+ **Usage Context:** When user is in a scene and wants to explore different aesthetic styles or design themes.
123
+
124
+ **Expected Behavior:**
125
+
126
+ - Changes room colors, textures, and overall aesthetic
127
+ - Updates lighting to match selected style
128
+ - Optionally updates product finishes to complement new style
129
+
130
+ ---
131
+
132
+ ### 7. `swap_product_material`
133
+
134
+ **Description:** Changes materials, textures, or finishes of products within the current scene.
135
+
136
+ **Parameters:**
137
+
138
+ - `scene_id` (string, required): The unique identifier of the current scene
139
+ - `product_id` (string, optional): Specific product to modify. If omitted, applies to all compatible products
140
+ - `material_type` (string, required): Material to apply. Options: ["wood", "metal", "fabric", "leather", "glass", "stone", "ceramic"]
141
+ - `material_variant` (string, optional): Specific variant of the material (e.g., "oak", "mahogany" for wood)
142
+ - `finish` (string, optional): Surface finish. Options: ["matte", "glossy", "satin", "textured"]. Default: "satin"
143
+
144
+ **Usage Context:** When user wants to see how different materials or finishes would look on products in the scene.
145
+
146
+ **Expected Behavior:**
147
+
148
+ - Updates product materials/textures in real-time
149
+ - Maintains proper lighting and reflection properties
150
+ - Shows realistic material appearance in current lighting conditions
151
+
152
+ ---
153
+
154
+ ### 8. `open_close_door`
155
+
156
+ **Description:** Toggles door states (open/closed) in the virtual environment to show different spatial configurations.
157
+
158
+ **Parameters:**
159
+
160
+ - `scene_id` (string, required): The unique identifier of the current scene
161
+ - `door_id` (string, optional): Specific door to toggle. If omitted, cycles through available doors
162
+ - `action` (string, required): Door action. Options: ["open", "close", "toggle"]
163
+ - `animation_duration` (number, optional): Animation duration in milliseconds. Range: 100-2000. Default: 500
164
+
165
+ **Usage Context:** When user is in a scene with doors/cabinets and wants to see different open/closed configurations.
166
+
167
+ **Expected Behavior:**
168
+
169
+ - Animates door opening/closing smoothly
170
+ - Updates interior visibility and spatial perception
171
+ - May reveal additional products or storage spaces
172
+
173
+ ---
174
+
175
+ ### 9. `change_room_lighting`
176
+
177
+ **Description:** Adjusts lighting conditions in the current scene to show different ambiances and times of day.
178
+
179
+ **Parameters:**
180
+
181
+ - `scene_id` (string, required): The unique identifier of the current scene
182
+ - `lighting_preset` (string, required): Lighting configuration. Options: ["natural_day", "natural_evening", "warm_ambient", "bright_task", "dim_mood", "spotlight"]
183
+ - `intensity` (number, optional): Light intensity level. Range: 0.1-2.0. Default: 1.0
184
+ - `color_temperature` (number, optional): Color temperature in Kelvin. Range: 2700-6500. Default: 4000
185
+
186
+ **Usage Context:** When user wants to see how the scene and products look under different lighting conditions.
187
+
188
+ **Expected Behavior:**
189
+
190
+ - Smoothly transitions between lighting conditions
191
+ - Updates shadows, reflections, and material appearance
192
+ - Shows realistic lighting effects on all scene elements
193
+
194
+ ---
195
+
196
+ ### 10. `open_scene_product_list`
197
+
198
+ **Description:** Displays a comprehensive list of all products present in the current scene with quick access options.
199
+
200
+ **Parameters:**
201
+
202
+ - `scene_id` (string, required): The unique identifier of the current scene
203
+ - `list_format` (string, optional): List display format. Options: ["grid", "list", "carousel"]. Default: "grid"
204
+ - `sort_by` (string, optional): Sorting criteria. Options: ["name", "price", "category", "popularity"]. Default: "category"
205
+ - `show_details` (boolean, optional): Whether to show product details in list. Default: true
206
+ - `enable_filtering` (boolean, optional): Whether to enable category/price filtering. Default: true
207
+
208
+ **Usage Context:** When user wants to see and access all products available in the current scene.
209
+
210
+ **Expected Behavior:**
211
+
212
+ - Opens organized product list interface
213
+ - Provides search and filtering capabilities
214
+ - Allows quick navigation to specific products in scene
215
+
216
+ ---
217
+
218
+ ### 11. `play_scene_guided_tour`
219
+
220
+ **Description:** Starts an automated guided tour of the current scene, highlighting products and features with contextual information.
221
+
222
+ **Parameters:**
223
+
224
+ - `scene_id` (string, required): The unique identifier of the current scene
225
+ - `tour_duration` (number, optional): Approximate tour duration in seconds. Range: 30-300. Default: 120
226
+ - `focus_areas` (array, optional): Specific areas to highlight. Options: ["products", "features", "layout", "materials"]. Default: all areas
227
+ - `narration` (boolean, optional): Whether to include audio narration. Default: false
228
+ - `auto_advance` (boolean, optional): Whether to automatically advance between points. Default: true
229
+ - `interaction_level` (string, optional): Level of interactivity. Options: ["passive", "interactive", "explorative"]. Default: "interactive"
230
+
231
+ **Usage Context:** When user wants a comprehensive overview of the scene with guided exploration of key elements.
232
+
233
+ **Expected Behavior:**
234
+
235
+ - Initiates smooth camera movements around the scene
236
+ - Highlights important products and features with overlays
237
+ - Provides contextual information and interaction prompts
238
+
239
+ ## Implementation Notes
240
+
241
+ ### Parameter Validation
242
+
243
+ - All required parameters must be validated before command execution
244
+ - Optional parameters should use specified defaults when omitted
245
+ - Invalid parameter values should return descriptive error messages
246
+
247
+ ### State Management
248
+
249
+ - Commands should respect current UI state and user context
250
+ - Multiple commands may be chained for complex interactions
251
+ - State changes should be reversible where applicable
252
+
253
+ ### Performance Considerations
254
+
255
+ - Commands involving 3D rendering (AR, 360°) should include loading states
256
+ - Image-heavy operations should implement progressive loading
257
+ - Animations should be optimized for smooth performance
258
+
259
+ ### Accessibility
260
+
261
+ - All commands should support keyboard navigation alternatives
262
+ - Visual changes should include appropriate ARIA labels
263
+ - Motion-sensitive users should have reduced animation options
264
+
265
+ ### Error Handling
266
+
267
+ - Commands should gracefully handle missing resources
268
+ - Network-dependent features should have offline fallbacks
269
+ - User feedback should be provided for long-running operations
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@clikvn/agent-widget-embedded",
3
3
  "description": "This is agent widget",
4
- "version": "1.1.11",
4
+ "version": "1.1.12-dev-02",
5
5
  "author": "Clik JSC",
6
6
  "license": "ISC",
7
7
  "type": "module",
@@ -14,7 +14,7 @@
14
14
  "lint:fix": "eslint --fix src",
15
15
  "prettier": "prettier --write .",
16
16
  "pub": "publish --access public",
17
- "deploy": "yarn build && yarn publish --access public"
17
+ "deploy": "npm login & yarn build && npm publish --access public"
18
18
  },
19
19
  "dependencies": {
20
20
  "@clikvn/agent-voice-embedded": "^0.0.10-dev",