📋 Prerequisites
🎯 Affected Service(s)
UI Service
🚦 Impact/Severity
Blocker
🐛 Bug Description
Creating a new chat in UI 0.9.7 hangs indefinitely on "Thinking…". The session is created successfully, but the agent is never contacted — no POST /a2a/... request is issued. Reverting only the UI to 0.9.6 (backend unchanged) fixes it.
🔄 Steps To Reproduce
- Deploy/upgrade to 0.9.7
- Start new chat via UI
🤔 Expected Behavior
Able to create chat via UI
📱 Actual Behavior
UI shows "Thinking…" and never returns
Cancelling and sending a new message will work, but the first message will be gone on reload.
The UI makes the following requests:
POST /chat -> POST /api/sessions 201 (session created)
POST /chat/<uuid> -> GET /api/sessions/<ns>/<agent> 200 (sidebar refresh)
GET /chat/<uuid> (RSC navigation)
GET /chat/<uuid> (RSC navigation)
... stops; stuck on "Thinking…"
💻 Environment
- Browser: Firefox, Edge latest
- Version: 0.9.7
- v1.35.3-gke.2190000
🔧 CLI Bug Report
No response
🔍 Additional Context
Workaround - downgrade only UI to 0.9.6
no error logs in browser console, only access logs in kagent-ui pods. No sandboxed agents
📋 Logs
📷 Screenshots
No response
🙋 Are you willing to contribute?
📋 Prerequisites
🎯 Affected Service(s)
UI Service
🚦 Impact/Severity
Blocker
🐛 Bug Description
Creating a new chat in UI 0.9.7 hangs indefinitely on "Thinking…". The session is created successfully, but the agent is never contacted — no POST /a2a/... request is issued. Reverting only the UI to 0.9.6 (backend unchanged) fixes it.
🔄 Steps To Reproduce
🤔 Expected Behavior
Able to create chat via UI
📱 Actual Behavior
UI shows "Thinking…" and never returns
Cancelling and sending a new message will work, but the first message will be gone on reload.
The UI makes the following requests:
💻 Environment
🔧 CLI Bug Report
No response
🔍 Additional Context
Workaround - downgrade only UI to 0.9.6
no error logs in browser console, only access logs in kagent-ui pods. No sandboxed agents
📋 Logs
📷 Screenshots
No response
🙋 Are you willing to contribute?