Claude Code agent: tool approval improvements #16954
Answered
by
planger
safisa
asked this question in
Improvements
Improvement DescriptionHi, The Claude code agent may request tool approval multiple times within the same chat session. Thanks |
Answered by
planger
Feb 9, 2026
Replies: 2 comments 1 reply
|
Hi @safisa, thanks for starting this discussion! 👋 The Theia community will take a look soon. In the meantime, you might find helpful information in: 💙 Eclipse Theia is built and maintained by a community of contributors and sponsors. If Theia is valuable to your work, consider sponsoring the project. For professional support, training, or consulting services, learn more about available options. |
0 replies
|
Hi @planger, |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @safisa,
at the moment, we don't store user decisions on tool approval requests in Theia specifically. Whenever Claude Code asks, this will surface to the UI. Of course you can still use the usual Claude Code configuration to manage tool approvals. This way Claude Code won't even ask anymore.
If we want session-scoped approvals, we could remember the tool request approval in the session and auto-approve whenever Claude Code asks. Originally, we didn't want to interfere with Claude Code's permission system and enable standing approvals on top of it in Theia.
But it'd be for sure a nice touch! So feel free to open a PR to enable that. This would have to be implemented in
packages/ai-clau…