[PR #9662] fix(ui): show filename in Edit/Write permission titles #13176

Closed
opened 2026-02-16 18:18:02 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/9662

State: closed
Merged: Yes


Summary

Fixes #9631

When requesting edit/write permissions, the title now shows the filename directly (e.g., "Edit page.tsx" instead of just "Edit"), making it clearer what file is being modified when approving permissions.

Changes

  • Added filename to Edit tool title: "Edit" → "Edit {filename}"
  • Added filename to Write tool title: "Write" → "Write {filename}"
  • Directory path is still shown below the title when applicable

🤖 Generated with Claude Code

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/9662 **State:** closed **Merged:** Yes --- ## Summary Fixes #9631 When requesting edit/write permissions, the title now shows the filename directly (e.g., "Edit page.tsx" instead of just "Edit"), making it clearer what file is being modified when approving permissions. ## Changes - Added filename to Edit tool title: "Edit" → "Edit {filename}" - Added filename to Write tool title: "Write" → "Write {filename}" - Directory path is still shown below the title when applicable --- 🤖 Generated with Claude Code
yindo added the pull-request label 2026-02-16 18:18:02 -05:00
yindo closed this issue 2026-02-16 18:18:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13176