Open
Conversation
…idge sessions page (#23969) *Disclaimer: implemented by a Coder Agent using Claude Opus 4.6* ## Summary Two changes on the AI Bridge sessions page (`/aibridge/sessions/<session>`): 1. **Updated header subtitle and link** — replaced the generic "Centralized auditing for LLM usage across your organization. More about AI Governance" with auditing-specific copy and a link to the [AI Bridge audit docs](https://coder.com/docs/ai-coder/ai-bridge/audit). 2. **Added prompt attribution tooltip** — each user prompt now shows an info icon with a tooltip explaining that prompt origin cannot be reliably determined (human vs. agent), linking to the [attribution docs](https://coder.com/docs/ai-coder/ai-bridge/audit#human-vs-agent-attribution). ## Changes | File | What changed | |------|-------------| | `AIBridgeSessionsLayout.tsx` | Updated subtitle text and link target | | `SessionTimeline.tsx` | Added `InfoIcon` + `Tooltip` next to the "Prompt" label in `ThreadItem` | <img width="954" height="318" alt="image" src="proxy.php?url=https%3A%2F%2Fredirect.github.com%2F%3Ca+href%3D"https://github.com/user-attachments/assets/db3ca443-cb0f-426a-8457-4625c82fd6ba">https://github.com/user-attachments/assets/db3ca443-cb0f-426a-8457-4625c82fd6ba" /> --------- Signed-off-by: Danny Kopping <[email protected]>
dannykopping
added a commit
that referenced
this pull request
Apr 2, 2026
_Disclaimer: created using Claude Opus 4.6._ ``` # Examples: # ./scripts/backport-pr.sh 2.30 23969 # ./scripts/backport-pr.sh --dry-run 2.30 23969 ``` Here's one I created: #23972 Signed-off-by: Danny Kopping <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #23969
Original PR: #23969 — chore: link to audit docs and add prompt attribution tooltip on AI Bridge sessions page
Merge commit: ed5c06f