[PR #945] [CLOSED] feat: Allow for custom chat width in percentage #9751

Closed
opened 2026-02-16 18:14:06 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/945
Author: @marcosktsz
Created: 7/13/2025
Status: Closed

Base: devHead: chat_width


📝 Commits (2)

📊 Changes

5 files changed (+23 additions, -6 deletions)

View changed files

📝 packages/opencode/src/config/config.ts (+1 -0)
📝 packages/tui/internal/app/app.go (+4 -0)
📝 packages/tui/internal/config/config.go (+2 -0)
📝 packages/tui/internal/tui/tui.go (+13 -6)
📝 packages/tui/sdk/config.go (+3 -0)

📄 Description

Screenshot 2025-07-13 at 18 05 07
chat_width: 0.1 - 1.0

allows for users to specify a desired width for the chat


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/945 **Author:** [@marcosktsz](https://github.com/marcosktsz) **Created:** 7/13/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `chat_width` --- ### 📝 Commits (2) - [`91e9642`](https://github.com/anomalyco/opencode/commit/91e96428e46fd942e1ae734f270119e1631ce8d7) width config - [`20f46f4`](https://github.com/anomalyco/opencode/commit/20f46f4a0b99a3f39c8e1aefcf8ba1d8ebfa7aa4) added min/max constraints ### 📊 Changes **5 files changed** (+23 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `packages/opencode/src/config/config.ts` (+1 -0) 📝 `packages/tui/internal/app/app.go` (+4 -0) 📝 `packages/tui/internal/config/config.go` (+2 -0) 📝 `packages/tui/internal/tui/tui.go` (+13 -6) 📝 `packages/tui/sdk/config.go` (+3 -0) </details> ### 📄 Description <img width="1680" height="1050" alt="Screenshot 2025-07-13 at 18 05 07" src="https://github.com/user-attachments/assets/c575f80b-b30d-4023-b50e-7073ff148b49" /> ``` chat_width: 0.1 - 1.0 ``` allows for users to specify a desired width for the chat --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:06 -05:00
yindo closed this issue 2026-02-16 18:14:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9751