mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-31 13:24:32 +00:00
chore: generate
This commit is contained in:
parent
04ad06e2e3
commit
07bcd290c2
4 changed files with 181 additions and 2 deletions
|
|
@ -1676,8 +1676,7 @@ function SessionSwitchMessageV2(props: { message: SessionMessageInfo }) {
|
|||
}
|
||||
if (props.message.type === "model-switched")
|
||||
return switchLabel(props.message.model, ctx.models(), props.message.previous)
|
||||
if (props.message.type === "location-switched")
|
||||
return `Switched location to ${props.message.location.directory}`
|
||||
if (props.message.type === "location-switched") return `Switched location to ${props.message.location.directory}`
|
||||
return ""
|
||||
}
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue