◐ Shell
clean mode source ↗

feat(site/src/pages/AgentsPage): show error details for generic errors by johnstcn · Pull Request #25803 · coder/coder

@johnstcn johnstcn changed the title feat(site/AgentsPage): show error details in collapsible section feat(site): show error details in collapsible section

May 28, 2026

johnstcn

Error messages in agent chat now expose the actual error detail
behind a <details>/<summary> element instead of either hiding it
entirely or always showing it. Also captures API response detail
for generic errors that previously dropped it.

@johnstcn johnstcn marked this pull request as ready for review

May 29, 2026 09:46

Copilot AI review requested due to automatic review settings

May 29, 2026 09:46

@johnstcn johnstcn changed the title feat(site): show error details in collapsible section feat(site): show error details for generic errors

May 29, 2026

@johnstcn johnstcn changed the title feat(site): show error details for generic errors feat(site/src/pages/AgentsPage): show error details for generic errors

May 29, 2026

DanielleMaywood