mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-21 22:03:32 +00:00
Merge branch 'dev' of github.com:anomalyco/opencode into dev
This commit is contained in:
commit
ccccd75328
1 changed files with 1 additions and 1 deletions
|
|
@ -1663,7 +1663,7 @@ function ReasoningHeader(props: {
|
|||
? RGBA.fromValues(theme.warning.r, theme.warning.g, theme.warning.b, theme.thinkingOpacity)
|
||||
: theme.warning
|
||||
const completed = () => {
|
||||
if (props.encrypted) return `Thought (encrypted)${props.duration ? ` · ${props.duration}` : ""}`
|
||||
if (props.encrypted) return `Thought${props.duration ? ` · ${props.duration}` : ""}`
|
||||
const detail = [props.title, props.duration].filter(Boolean).join(" · ")
|
||||
return `${props.toggleable ? (props.open ? "- " : "+ ") : ""}Thought${detail ? `: ${detail}` : ""}`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue