Skip to content

fix(tui): use tab layout setting - #40952

Merged
kitlangton merged 2 commits into
v2from
tab-layout
Aug 7, 2026
Merged

fix(tui): use tab layout setting#40952
kitlangton merged 2 commits into
v2from
tab-layout

Conversation

@opencode-agent

Copy link
Copy Markdown
Contributor

Summary

  • replace the boolean tabs.vertical setting with tabs.layout
  • support explicit "horizontal" and "vertical" layout values
  • default unresolved tab layouts to "horizontal"

Tests

  • bun test test/config-v2.test.tsx test/ui/layout.test.ts
  • bun typecheck

Requested by: @kitlangton (Kit Langton via Slack)

@kitlangton
kitlangton merged commit d765151 into v2Aug 7, 2026
11 of 12 checks passed
@kitlangton
kitlangton deleted the tab-layout branch August 7, 2026 01:19
github-actionsBot pushed a commit to ReStranger/opencode that referenced this pull request Aug 7, 2026
* upstream/v2: (84 commits)
fix(core): align shell output limits (anomalyco#41007)
feat(core): bound tool output (anomalyco#40929)
refactor(app): remove legacy layout (anomalyco#40947)
refactor(core): simplify file tools to lexical paths (anomalyco#40962)
fix(core): default custom agents to primary (anomalyco#40880)
fix(core): migrate legacy small model (anomalyco#40966)
fix(tui): dismiss stale permission prompts (anomalyco#40960)
fix(tui): use tab layout setting (anomalyco#40952)
fix(tui): keep model selection session scoped (anomalyco#40913)
feat(ai): expose model compatibility options (anomalyco#40942)
feat(cli): add session import and export (anomalyco#40914)
fix(core): deduplicate websearch consent prompts (anomalyco#40869)
test(core): cover config precedence
feat(tui): enable cwd-scoped session tabs by default
feat(core): normalize mixed config formats (anomalyco#40919)
fix(tui): simplify MCP status rows (anomalyco#40916)
fix(tui): compact single-line prompts (anomalyco#40924)
fix(config): omit unset optional values (anomalyco#40918)
fix(tui): open authorization links (anomalyco#40912)
refactor(mcp): remove unused registration status (anomalyco#40904)
...
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@kitlangton