Skip to content

Commit 842edf3

Browse files
committed
updates
1 parent afc8d36 commit 842edf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opencode/src/agent/agent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export namespace Agent {
152152
tools: {},
153153
builtIn: false,
154154
}
155-
const { name, model, prompt, tools, description, temperature, top_p, mode, permission, ...extra } = value
155+
const { name, model, prompt, tools, description, temperature, top_p, mode, color, permission, ...extra } = value
156156
item.options = {
157157
...item.options,
158158
...extra,

0 commit comments

Comments
 (0)