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

# V10.6.2

* (Feature) OAuth2 private\_key\_jwt (RFC 7523) client assertion flow for external integrations, removing the need to distribute shared secrets
* (Feature) Workflow execution history detail view with step-by-step results, inputs, outputs, and status
* (Feature) GreenLight UI overhaul — new Evaluator node, a three-dot menu aligned with status indicators, a refined step result display, and a number of process bug fixes
* (Feature) Dashboard V2 — fullscreen dialog mode, in-house date picker (Radzen removed), custom toast notifications, and end-to-end test coverage
* (Feature) Drag-and-drop file uploads on the AskBox
* (Feature) Foundation design tokens centralized in the shared component library — color, spacing, and typography
* (Fix) AI Foundry sub-agent chats no longer fail under certain context conditions
* (Fix) AWS deployment — Teams transcript organizer resolves correctly when meetings are scheduled by a delegate
* (Fix) Upgrade page now displays the actual deployed version
* (Fix) App Configuration migration preserves content type metadata
* (Fix) App Configuration migrator correctly creates and updates references between legacy SEC entities and the new schema


---

# 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:

```
GET https://docs.aicrisk.com/release-notes/v10.6.2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
