picoclaw/pkg/config
wenjie 8949a2575b
Add exec allow_remote config support in web settings (#1363)
- default tools.exec.allow_remote to true when omitted in config loading
- preserve allow_remote in OpenClaw config migration and API updates
- expose allow_remote in the web config form with i18n strings
- add backend and config tests covering the new default behavior
2026-03-11 19:57:59 +08:00
..
config.go fix(security): harden unauthenticated tool-exec paths (#1360) 2026-03-11 19:22:20 +08:00
config_test.go Add exec allow_remote config support in web settings (#1363) 2026-03-11 19:57:59 +08:00
defaults.go Add exec allow_remote config support in web settings (#1363) 2026-03-11 19:57:59 +08:00
migration.go Merge upstream main 2026-03-05 23:58:59 -08:00
migration_test.go Merge upstream main 2026-03-05 23:58:59 -08:00
model_config_test.go refactor(modernize): apply safe modernize fixes 2026-02-27 16:35:07 +08:00
version.go feat:Modify the location where version is obtained, and insert version information into the context (#1300) 2026-03-10 17:42:05 +08:00
version_test.go feat:Modify the location where version is obtained, and insert version information into the context (#1300) 2026-03-10 17:42:05 +08:00