You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration still works via the `gds-assistant/mcp_servers` filter or `GDS_ASSISTANT_MCP_SERVERS` env var — those take precedence over UI-added entries
Provider fixes
Gemini: `google_search` grounding disabled by default — breaks multi-tool payloads on 2.5-flash/flash-lite with "Multiple tools are supported only when they are all search tools." Re-enable via `gds-assistant/gemini_web_tools` filter if running exclusively on Pro
Tool name fallback: when LLMs normalize hyphens to underscores (e.g. calling `gds__mail_send` instead of `gds__mail-send`), the ability resolver now tries the hyphen variant so the call succeeds
Tier-gating
Destructive-annotated tools that explicitly opt in via `min_tier` are no longer filtered out of lower-tier models (web-fetch, mail-send). Existing risk-based filtering preserved for other dangerous tools (terms-delete, cache-clear)
UX
Skills panel closes when you pick a skill (was staying open)
Default skill prompts rewritten in first-person imperative — reads as a natural user request rather than meta-instructions to the assistant
Modal backdrops now dim correctly on MCP Servers / Skills / Memory pages (z-index collision with the admin page wrap resolved)