We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad545d0 commit bb33823Copy full SHA for bb33823
1 file changed
packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx
@@ -1007,7 +1007,7 @@ export function Prompt(props: PromptProps) {
1007
</box>
1008
<Show when={autoaccept() === "edit"}>
1009
<text>
1010
- <span style={{ fg: theme.warning, bold: true }}>auto-edit</span>
+ <span style={{ fg: theme.warning }}>autoedit</span>
1011
</text>
1012
</Show>
1013
0 commit comments