Handle background task permission prompts #122

Closed
opened 2026-02-06 16:31:17 -08:00 by hikari · 0 comments
Owner

Description

Claude Code 2.1.20 changed background agents to prompt for permissions before launching, rather than failing silently.

Current State

We handle permission prompts for the main conversation but may not correctly handle permission prompts that originate from background agents.

Proposed Changes

  1. Verify that permission prompts from background agents are correctly displayed
  2. Ensure the agent monitor panel shows when a background agent is waiting for permission
  3. Test that granting/denying permissions for background agents works correctly
  4. Consider visual indicators showing which agent is requesting permission

References

Priority

High - Permission handling is critical for correct operation

This issue was created with help from Hikari~ 🌸

## Description Claude Code 2.1.20 changed background agents to prompt for permissions before launching, rather than failing silently. ## Current State We handle permission prompts for the main conversation but may not correctly handle permission prompts that originate from background agents. ## Proposed Changes 1. Verify that permission prompts from background agents are correctly displayed 2. Ensure the agent monitor panel shows when a background agent is waiting for permission 3. Test that granting/denying permissions for background agents works correctly 4. Consider visual indicators showing which agent is requesting permission ## References - [Changelog 2.1.20](https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md#2120) ## Priority High - Permission handling is critical for correct operation ✨ This issue was created with help from Hikari~ 🌸
naomi closed this issue 2026-02-07 21:15:42 -08:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/hikari-desktop#122