@docyrus/ui-pro-ai-assistant 0.1.5 → 0.1.6

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/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -208,6 +208,8 @@ The main chat interface component.
208
208
  | `enableNavDropdown` | `boolean` | `false` | Show navigation dropdown |
209
209
  | `defaultFullscreen` | `boolean` | `false` | Start in fullscreen |
210
210
  | `hideExpand` | `boolean` | `false` | Hide the fullscreen toggle |
211
+ | `hideCloseButton` | `boolean` | `false` | Hide the close (X) button in the header |
212
+ | `hideAgentSelector` | `boolean` | `false` | Hide the agent selector dropdown; shows agent name as static text instead |
211
213
  | `maxMessages` | `number` | — | Max messages to keep in context |
212
214
 
213
215
  #### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docyrus/ui-pro-ai-assistant",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
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",