Cognis

Release 1.11.10 · AI chat tool-call inspector and control-plane approval improvements

v1.11.10 · 2026-04-16

AI chat tool-call inspector and control-plane approval improvements

The AI chat sidebar now shows a collapsible "Called N tools" summary with per-tool status (success / failure detection). Expanding the list and clicking a tool opens a detail sheet with pretty-printed Input, Output, and Error payloads. This replaces the previous tool-card rows. AI chat features are experimental and under active development.

Control-plane directive actions now show "Automated / Automatic" dispatch as a disabled option with a Coming soon label — manual approval remains the only active path. The demo.approval_practice action participates in the real execution approval gate (same workflow as production actions).

Org AI chat (experimental) now shows summary check/error icons only when each tool payload has a root-level isError boolean (for example MCP-style envelopes). If isError is missing on any call, the summary icons stay hidden so we do not infer failures from HTTP codes or message text. Individual tool rows can show a small error marker when that call’s output has isError: true, with a new accessible label.