aglinxinyuan opened a new issue, #6338: URL: https://github.com/apache/texera/issues/6338
### Task Summary Two under-tested frontend units in the agent panel: - `AgentService` (`workspace/service/agent/`, ~18%): agent CRUD cache/404/eviction, model-type formatting + shareReplay, send-message guards, the WebSocket event stream (snapshot/step/error, `operatorAccess` object→Map), workflow polling, hovered-message dedup, and request-header routing. - `ReActStepDetailModalComponent` (`workspace/component/agent/agent-panel/react-step-detail-modal/`): its existing spec instantiates the class with `new`, leaving the template at 0% — convert to a TestBed fixture and add render tests (role tag colors, tool-call/result sections, operator-access chips, close wiring, hidden-when-invisible baseline). ### Task Type - [ ] Refactor / Cleanup - [ ] DevOps / Deployment / CI - [x] Testing / QA - [ ] Documentation - [ ] Performance - [ ] Other -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
