[FEATURE] reload config on SIGUSR1
Resolved 💬 4 comments Opened Jan 17, 2026 by Morriz Closed Jan 21, 2026
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
It is now impossible to reload settings of a running cloud code instance.
Proposed Solution
We have integrated CC in a framework with tmux and would like to reload with SIGUSR1 the theme configuration (and any other setting that is suitable) that we have changed with our tooling so that the running process picks up the new settings.json
Alternative Solutions
_No response_
Priority
Low - Nice to have
Feature Category
Interactive mode (TUI)
Use Case Example
When changing dark mode a script is run to send SIGUser1 to running cloud code instances, making them pick up settings that can be reloaded on the fly.
Additional Context
_No response_
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗