feat(web): add config settings with save and restart#182
Conversation
wanghaojie124
commented
Jun 8, 2026
- Expose common config.toml fields in the Web UI settings modal, add structured config API endpoints with bootstrap validation before save, and restart the daemon or prompt for manual restart after saving.
|
I think the API shape here would be clearer if we group these endpoints under A cleaner split would be:
The reason is that Also, I think the current So if the goal is a complete and consistent server-facing API surface for this feature, |
Expose common config.toml fields in the Web UI settings modal, add structured config API endpoints with bootstrap validation before save, and restart the daemon or prompt for manual restart after saving.
Replace /config/settings, /config/apply, and /config/restart/status with /server/config, /server/restart, and /server/restart/status. Remove the raw config file API and align frontend handlers with the new routes. Bump embedded picoclaw image tag to 2026.6.8.