Skip to content

feat(#314): Stop条件入力に正規表現Tipsツールチップ追加#318

Merged
Kewton merged 1 commit intodevelopfrom
feature/314-worktree
Feb 19, 2026
Merged

feat(#314): Stop条件入力に正規表現Tipsツールチップ追加#318
Kewton merged 1 commit intodevelopfrom
feature/314-worktree

Conversation

@Kewton
Copy link
Owner

@Kewton Kewton commented Feb 19, 2026

Summary

  • Stop条件(正規表現)入力フィールドのラベル横に ? アイコンを追加
  • クリックで正規表現のTipsをツールチップ表示(\bcat\b 単語境界、error|fatal OR条件、大文字小文字の区別について)
  • catverification にマッチする等の部分一致問題をユーザーが自己解決できるようにする

Test plan

  • Stop条件ラベル横の ? アイコンをクリックするとツールチップが表示される
  • ツールチップ外をクリックすると閉じる
  • ダイアログを再度開くとツールチップは非表示状態にリセットされる
  • ja/en両方の翻訳が正しく表示される

🤖 Generated with Claude Code

Add a "?" info button next to the stop pattern label that shows
regex tips on click (word boundary, OR, case sensitivity).
Helps users avoid unintended partial matches like "cat" in "verification".

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Kewton Kewton merged commit ff4c30b into develop Feb 19, 2026
5 checks passed
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