Updates
Rolling release / release (push) Successful in 6m25s

This commit is contained in:
2026-09-11 20:16:47 -04:00
parent d8d4f18e10
commit 9b1ceda01f
9 changed files with 57 additions and 11 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ export class HarnessBridge extends EventEmitter {
await closeQvac();
throw error;
}
for (const event of ['agent_message_chunk', 'tool_call', 'permission', 'ask_user', 'cap-chunk', 'error']) {
for (const event of ['agent_message_chunk', 'agent_thought_chunk', 'tool_call', 'tool_result', 'permission', 'ask_user', 'cap-chunk', 'error']) {
this.session.on(event, (payload) => {
if (event === 'agent_message_chunk' && payload?.text) {
const parsed = parseHudSidecar(payload.text);