> For the complete documentation index, see [llms.txt](https://docs.controltheory.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.controltheory.com/controltheory-documentation/dstl8-docs/release-notes.md).

# Release Notes

## July 20, 2026

### Log Viewer

* **Better filtering** — select multiple values within a single dimension, and filter by sentiment.
* **Source labels** — every log line now shows which source it came from.
* **Drag-to-select improvements** — selecting a time range on the chart now shows the selected time as you drag, adds a reset button to clear the selection, and no longer leaves a gap at the end of the range.
* Fixed a vertical spacing issue that could cause log lines to overlap.

### Log detail modal

* Active filters are easier to see, and sentiment is now shown.
* Source labels appear here too, matching the Log Viewer.

### Incidents

* Changing an incident's state now prompts for a reason, so the incident timeline stays complete.
* The Sources section is now clickable — jump straight to a source's details page.
* The **Investigating** label is now legible in dark mode.

### Topology

* A new **Namespaces** section in the resource tree makes it clearer what you're looking at.
* Selecting an object now shows its related logs and log patterns right in the details panel.

### Anomalies

* Anomalies are now surfaced on the workspace dashboard, source details, and incident details pages.
* Each anomaly shows what was detected, why it was flagged, and its related log patterns.
* A **View Logs** button drops you into the Log Viewer, pre-filtered to the logs that triggered the anomaly.

### Other improvements

* Delete buttons and confirmations are now consistent across the UI.
* The workspace list is now sorted alphabetically.
* The setup guide's **Need a hand?** button now hides once you've completed the setup flow.
* The setup guide has a new **Chat instead** button to jump straight into Möbius Chat.
* Sources shown on workspace views are now clickable and link to the source details page — including sources that are still loading.
* The **MCP** section in the left navigation is now **MCP / CLI**, with CLI setup instructions added alongside the MCP integrations.
* Fixed: the source details page showed the source ID instead of its name.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.controltheory.com/controltheory-documentation/dstl8-docs/release-notes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
