Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/platform-areas/ai-inventory.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Use AI Inventory when you need to:
hooks, permissions, plugins, and repositories.
- Review endpoint-discovered applications with the Discovery sub-view: filter by name, user email,
category, source, OS type, approval status, and criticality, and update execution policy inline.
- Open the full conversation behind an endpoint agent interaction, including per-turn prompts,
tools, files, policy outcomes, findings, and entities.
- Review LLM Gateway API keys with request, blocked, anonymized, model, last-used, and posture
context.
- Review MCP Gateway servers with tools, scopes, DLP action, status, and activity metrics.
Expand All @@ -63,6 +65,15 @@ sensitive activity, detections, blocked activity, and users. Where coding invent
the detail view can also show related agents, skills, MCP servers, models, hooks, permissions,
plugins, and repositories for the selected application group.

Each row in the endpoint interactions table opens an interaction details drawer. When an interaction
has an associated session or conversation, a **View conversation** action opens the full
conversation in a dedicated drawer showing every turn in order — prompt text, tools called, files
touched, and the resulting policy outcome (allowed, blocked, or denied) — along with any detected
findings and entities per turn. Turn-level detail such as skills, MCP servers, and full context
metadata is available behind a **Details** toggle on each turn. Session-wide facts (user, device,
and app version) are shown once above the timeline. The conversation view can be refreshed on
demand.

A **Discovery** sub-view within the Endpoint Agent source lists all applications observed on
endpoints through asset inventory, including applications that have not generated AI-specific
activity. Discovery rows show application name, associated users, device count, OS type, privilege,
Expand Down
12 changes: 12 additions & 0 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ hide_copy_dropdown: true

# Release Notes

## July 8, 2026

### New

- [AI Inventory](/platform-areas/ai-inventory): Added a **View conversation** action to the
Endpoint Agent interaction details drawer. When an interaction has an associated session or
conversation, admins can open the full conversation timeline — every turn with its prompt text,
tools called, files touched, and policy outcome (allowed, blocked, or denied), plus any detected
findings and entities. Turn-level detail such as skills, MCP servers, and full context metadata
is available behind a **Details** toggle, and session-wide user and device context is shown once
above the timeline. The conversation view can be refreshed on demand.

## June 26, 2026

### New
Expand Down