We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ee8e9 commit 3aa6eebCopy full SHA for 3aa6eeb
packages/opencode/src/session/index.ts
@@ -1115,7 +1115,7 @@ export namespace Session {
1115
}
1116
const p = await getParts(assistantMsg.sessionID, assistantMsg.id)
1117
for (const part of p) {
1118
- if (part.type === "tool" && part.state.status !== "completed") {
+ if (part.type === "tool" && part.state.status !== "completed" && part.state.status !== "error") {
1119
updatePart({
1120
...part,
1121
state: {
0 commit comments