Skip to content

Commit 75de2a3

Browse files
committed
fix: update subagent marker ID prefix for opencode 1.2.26 compatibility
Change ID format from message.id-subagent-marker to prt-message.id-subagent-marker to match opencode 1.2.26 requirements.
1 parent 47eb502 commit 75de2a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.opencode/plugins/subagent-marker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const SubagentMarkerPlugin = async () => {
5454
})}`
5555

5656
output.parts.unshift({
57-
id: `${output.message.id}-subagent-marker`,
57+
id: `prt-${output.message.id}-subagent-marker`,
5858
sessionID: output.message.sessionID,
5959
messageID: output.message.id,
6060
type: "text",

0 commit comments

Comments
 (0)