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

Codex sign-in link runs across the Tasks column

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

メンテナーはふだん 1 日以内に返信

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

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
86/100
issue の種類
バグ
明瞭さ
明確に書かれている
活発さ
活発
技術スタック
go
領域
cli

調査の方向性

Codex の待機カードを含む internal/tui3/connect.go:1015-1036 から始め、Tasks 列が表示される横幅の広いターミナルで /connect を使って問題を再現します。カードのリンク行をトランスクリプトの幅と照合します。e2e シナリオでサインイン URL がトランスクリプト内で折り返され、Tasks 列の境界線が維持されれば完了です。

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

説明

area:chat bug sev:papercut

Seen on: dev 837b2b0.

Behaviour

The waiting in your browser… card for Codex prints the long auth.openai.com URL wrapped at full width, over the │ border of the Tasks column. The link should wrap inside the transcript width.

Replication

  1. Build dev 837b2b0 (git checkout 837b2b0 && make build, binary bin/codeaf), or install the dev build with curl -fsSL https://agentfield.ai/get/devaf | bash.
  2. Use an isolated profile: export HOME=$(mktemp -d), export OPENROUTER_API_KEY, and keep the default model (~deepseek/deepseek-v4-flash-latest, crew on auto).
  3. On a busy machine set task.max_load to 0 (/settings, Tasks) so the busy-machine gate does not hold tasks.
  4. codeaf in a window at least 160 columns wide with the Tasks column shown, /connect, choose Codex, enter.

Evidence

  • Screen: the auth URL runs over the Tasks column border.
  • internal/tui3/connect.go:1015-1036 (the waiting card).

Guessed cause

A guess from reading the code, not a confirmed diagnosis. The card's link row is not wrapped to the transcript width.

Acceptance

  • e2e: the sign-in link wraps inside the transcript, and the Tasks column border is intact.

Found while writing the public docs; manual text differences are in #1545.

🤖 Generated with Claude Code

主要言語
Go
スター
115
フォーク
14
平均マージ
9時間 35分
マージ済み PR(30日)
752

環境構築

このプロジェクトの環境構築ファイルはまだ確認していません。まず README を読み、一般的な手順ははじめてのコントリビューションガイドを参照してください。

はじめの一歩

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

Agent-Field/CodeAF のほかの issue

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

似ている issue

Go の issue をもっと見る

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

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