Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Home takes room from the current conversation tab at 19 columns

オープン
#1,474 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
67/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
活発
技術スタック
go

調査の方向性

Start with internal/tui3/hometabs.go, the shared tab renderer, and the priority statement in internal/manual/chat/screen.md:192. Reproduce the 19- and 18-column cases in tmux with a conversation title beginning with T, then inspect the existing width-table and end-to-end test coverage. Done means the current tab retains a recognizable prefix, the navigation row does not wrap, boundary tests cover when home yields space, and the manual and change entry agree.

索引モデルが issue の本文から書いたものです。

説明

area:chat bug sev:papercut

Seen on dev@debffabf6. Surfaced while verifying #1424; not introduced by it.

What happened

At the narrowest width still showing home (19 columns in the 2026-09-24 hand test), the current conversation's tab name shrinks to .. At 18 columns home disappears and the name reads T.... The manual promises that the current tab takes priority on very narrow frames.

Replication

Deterministic (no model). Open a conversation with a title beginning with T in codeaf chat under tmux. Resize to 19, then 18 columns and capture the tab row. Today 19 retains home and reduces the current tab to .; 18 gives the current name several cells. Repeat with a longer terminal as control.

Where

internal/manual/chat/screen.md:192 at dev@debffabf6 promises current-tab priority. The tab width allocation is in internal/tui3/hometabs.go and the shared tab renderer.

The fix

Reserve a readable minimum for the current tab before allocating home on the narrowest frames, or revise the priority statement if a one-character current tab is intended.

Acceptance

  • e2e: at 19 and 18 columns, the current tab retains a recognizable prefix, and the navigation row fits without wrapping.
  • Unit: width-table tests cover the boundary at which home yields space.
  • Align screen.md and the change entry's invalidates with the chosen rule.
主要言語
Go
スター
115
フォーク
14
平均マージ
9時間 38分
マージ済み PR(30日)
730

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

Agent-Field/CodeAF のほかの issue

Agent-Field/CodeAF の issue をすべて見る

似ている issue

Go の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。