@dgplsoares/singulai-ds-mcp 0.7.0 → 0.8.0

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.7.0",
2
+ "version": "0.8.0",
3
3
  "generated_at": "2026-05-12",
4
4
  "design_system": {
5
5
  "name": "Singulai Design System",
@@ -946,7 +946,7 @@
946
946
  {
947
947
  "name": "AiAssistantPanelComponent",
948
948
  "selector": "ds-ai-assistant-panel",
949
- "description": "Painel lateral do Agente IA — header com tabs (current/new/chats) + créditos pill + actions (settings, maximize/minimize, close) + timeline de mensagens + action prompts + composer. Modo embedded para projeção em mobile bottom-sheet. CHAT-1.3: adicionado slot [ai-panel-body] para embedar brain do chat + showMaximize input + settings dropdown com 4 data-switchers (G1) + send button hover micro-anim (G6).",
949
+ "description": "Painel lateral do Agente IA — header com tabs (current/new/chats) + créditos pill + actions (settings, maximize/minimize, close) + timeline de mensagens + action prompts + composer. Modo embedded para projeção em mobile bottom-sheet. CHAT-1.3: adicionado slot [ai-panel-body] para embedar brain do chat + showMaximize input + settings dropdown com 4 data-switchers (G1) + send button hover micro-anim (G6). CHAT-1.5: input showTabs adicionado para evitar duplicacao de tabs quando body projetado ja tem.",
950
950
  "tags": [
951
951
  "ai",
952
952
  "assistant",
@@ -1051,6 +1051,12 @@
1051
1051
  "type": "AiPromptConfig",
1052
1052
  "default": "DEFAULT_AI_PROMPT_CONFIG",
1053
1053
  "description": "G1: config dos 4 data-switchers do settings dropdown (criatividade, tomVoz, searchExternal, extendedThinking)."
1054
+ },
1055
+ {
1056
+ "name": "showTabs",
1057
+ "type": "boolean",
1058
+ "default": "true",
1059
+ "description": "CHAT-1.5: controla render da row de tabs no header. Quando useBodySlot=true (caller projeta body com suas proprias tabs ex: app-ai-chat-timeline), passar `false` evita duplicacao visual. Tech debt CHAT-2: refactor timeline para usar tabs do DS panel como source of truth."
1054
1060
  }
1055
1061
  ],
1056
1062
  "examples": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dgplsoares/singulai-ds-mcp",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "MCP server exposing the Singulai Design System (Angular 20) to AI agents \u2014 Claude Desktop, Claude Code, Cursor, Continue.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",