mirror of
https://mirror.skon.top/github.com/code-yeongyu/oh-my-opencode
synced 2026-05-01 12:10:01 +08:00
Align tmux plugin fallback with inline isolation
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -51,7 +51,7 @@ const OhMyOpenCodePlugin: Plugin = async (ctx) => {
|
||||
main_pane_size: pluginConfig.tmux?.main_pane_size ?? 60,
|
||||
main_pane_min_width: pluginConfig.tmux?.main_pane_min_width ?? 120,
|
||||
agent_pane_min_width: pluginConfig.tmux?.agent_pane_min_width ?? 40,
|
||||
isolation: pluginConfig.tmux?.isolation ?? "session",
|
||||
isolation: pluginConfig.tmux?.isolation ?? "inline",
|
||||
}
|
||||
|
||||
const modelCacheState = createModelCacheState()
|
||||
|
||||
Reference in New Issue
Block a user