Skip to content

fix: CodeRabbitレビュー指摘の修正(PR #14)#15

Merged
myuron merged 1 commit into
mainfrom
fix/coderabbit-review-pr14
Jun 28, 2026
Merged

fix: CodeRabbitレビュー指摘の修正(PR #14)#15
myuron merged 1 commit into
mainfrom
fix/coderabbit-review-pr14

Conversation

@myuron

@myuron myuron commented Jun 28, 2026

Copy link
Copy Markdown
Owner

PR #14(Bubble Tea移行)に対する CodeRabbit のレビュー指摘 9 件を修正します。マージ済みのため別PRとして起票しました。

修正内容

# 重要度 ファイル 内容
1 🟠 Major model.go / keybinding.go ? 後方検索の入口を追加(searchBackward()? マップ)
2 🟠 Major keybinding.go pasteOverwrite で同一パス上書きをガード
3 🟡 Minor keybinding.go 検索確定時に searchFwd を保存(n/N の方向ずれ防止)
4 🟡 Minor model.go 非キーMsg(textinput.Blink等)を入力欄へ委譲しカーソル点滅を維持
5 🟡 Minor render.go highlightMatch をrune境界ベースに変更(マルチバイト分割防止)
6 🟡 Minor docs/design.md 表セル内 ghq list | fzf| をエスケープ
7 🟠 Major(doc) docs/design.md 前提条件の fzf を任意ツール扱いに修正
8 🟡 Minor CLAUDE.md ワークフロー番号 1→2→3→4→5→6 に修正
9 🔵 Trivial selector.go / model.go ListRepositories()tea.Cmd で非同期化(repoListMsg 導入)

追加クリーンアップ

  • 誤ってコミットされていた nix ビルド成果物 result(シンボリックリンク)を削除し、.gitignore に追加

テスト

  • 後方検索・同一パスガード・マルチバイトハイライト・セレクタ非同期取得のテストを追加
  • gofmt クリーン / go vet OK / golangci-lint 0 issues / go test ./... 全パス

🤖 Generated with Claude Code

- ?による後方検索の入口を追加し検索方向を確定時に保存
- pasteOverwriteで同一パスへの上書きコピーをガード
- textinputの非キーメッセージをUpdateで入力欄へ委譲しカーソル点滅を維持
- highlightMatchをrune境界ベースに変更しマルチバイト分割を防止
- ListRepositoriesをtea.Cmdで非同期化(repoListMsg導入)
- docs/design.md/CLAUDE.mdの軽微な記述・番号付けを修正
- 誤コミットしたnix成果物resultを削除し.gitignoreに追加

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jun 28, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@myuron, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 36 minutes and 56 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: e1f1beef-f4ea-43cc-8a92-9ea539126e3a

📥 Commits

Reviewing files that changed from the base of the PR and between d6f894c and 7616a4f.

📒 Files selected for processing (10)
  • .gitignore
  • CLAUDE.md
  • docs/design.md
  • internal/ui/keybinding.go
  • internal/ui/model.go
  • internal/ui/model_test.go
  • internal/ui/render.go
  • internal/ui/render_test.go
  • internal/ui/selector.go
  • result
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/coderabbit-review-pr14

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@myuron myuron merged commit 6c8ee4d into main Jun 28, 2026
2 checks passed
@myuron myuron deleted the fix/coderabbit-review-pr14 branch June 28, 2026 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant