Skip to content

feat(schedule): show schedule name in execution logs with Message/Response detail#360

Merged
Kewton merged 1 commit intodevelopfrom
feature/294-worktree
Feb 24, 2026
Merged

feat(schedule): show schedule name in execution logs with Message/Response detail#360
Kewton merged 1 commit intodevelopfrom
feature/294-worktree

Conversation

@Kewton
Copy link
Owner

@Kewton Kewton commented Feb 24, 2026

Summary

  • 実行ログ一覧の表示をメッセージからスケジュール名(Name)に統一し、Schedulesセクションとの一貫性を向上
  • ログ展開時の詳細表示を Message / Response の2セクション構成に改修
  • 削除済みスケジュールのフォールバック表示を追加(ja: 削除済みスケジュール / en: deleted schedule)

Changes

  • src/components/worktree/ExecutionLogPane.tsx: scheduleNameMap (useMemo) でschedule_id→name変換、詳細表示にMessage/Responseラベル追加
  • locales/ja/schedule.json: message, response, unknownSchedule キー追加
  • locales/en/schedule.json: message, response, unknownSchedule キー追加

Test plan

  • npx tsc --noEmit — 型チェックパス
  • npx vitest run tests/unit/components/worktree — 全18ファイル387テストパス
  • npm run lint — エラー・警告なし

🤖 Generated with Claude Code

…ponse detail

Execution log list now displays the schedule name instead of the message
content for consistency with the Schedules section. Expanded log detail
shows both Message and Response as labeled sections.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Kewton Kewton merged commit eca8a56 into develop Feb 24, 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