feat: prepare GoodBuddy 0.8.0

This commit is contained in:
lofyer
2026-08-05 19:40:40 +08:00
parent 38ac2206f2
commit 39a457ded8
96 changed files with 14221 additions and 1027 deletions
+10 -2
View File
@@ -454,7 +454,13 @@ describe('ContinueHostAdapter', () => {
toolCall: {
function: { name: 'Bash' }
},
status: 'errored'
status: 'errored',
output: [
{
content:
'PowerShell parser failed Authorization: Bearer secret-token'
}
]
}
]
},
@@ -505,7 +511,9 @@ describe('ContinueHostAdapter', () => {
{
callId: 'call-1',
name: 'Bash',
state: 'failed'
state: 'failed',
error:
'PowerShell parser failed Authorization: [REDACTED]'
}
]
})