@docyrus/ui-pro-ai-assistant 0.5.1 → 0.5.3

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.
@@ -308,4 +308,11 @@ export interface DocyAssistantProps {
308
308
  initialFeatures?: InitialFeatureFlags;
309
309
  /** Initial files to attach when auto-sending the initial prompt */
310
310
  initialFiles?: File[];
311
+ /**
312
+ * Host environment identifier sent to the chat endpoint as `hostEnvironment`.
313
+ * The backend uses this to filter the tool list bound to the agent so that
314
+ * only tools available in the current environment are exposed.
315
+ * Common values: 'web' | 'desktop' | 'chrome' | 'word' | 'excel' | 'powerpoint' | 'outlook'.
316
+ */
317
+ hostEnvironment?: string;
311
318
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docyrus/ui-pro-ai-assistant",
3
- "version": "0.5.1",
3
+ "version": "0.5.3",
4
4
  "description": "Docyrus AI Assistant component — full-featured chat UI with canvas, projects, and i18n support.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",