openclaw/src/config
sheeek 90cdccee1e feat(config): add Zod validation for routing.agents sandbox and tools
Validate per-agent sandbox config:
- mode: 'off' | 'non-main' | 'all'
- scope: 'session' | 'agent' | 'shared'
- perSession: boolean
- workspaceRoot: string

Validate per-agent tools config:
- allow: string[]
- deny: string[]
2026-01-07 17:31:40 +01:00
..
config.test.ts feat: telegram draft streaming 2026-01-07 11:08:32 +01:00
config.ts chore: rename project to clawdbot 2026-01-04 14:38:51 +00:00
defaults.ts chore: fix lint warnings 2026-01-06 05:41:24 +01:00
group-policy.ts feat: multi-agent routing + multi-account providers 2026-01-06 18:33:37 +00:00
io.ts feat: add ack reaction defaults 2026-01-06 03:28:47 +00:00
legacy-migrate.ts chore: rename project to clawdbot 2026-01-04 14:38:51 +00:00
legacy.ts fix: clean model config typing 2026-01-06 01:08:36 +00:00
model-alias-defaults.test.ts feat!: redesign model config + auth profiles 2026-01-06 00:56:58 +00:00
paths.test.ts fix(oauth): derive oauth.json from state dir 2026-01-04 19:08:13 +01:00
paths.ts feat!: redesign model config + auth profiles 2026-01-06 00:56:58 +00:00
port-defaults.ts feat: add --dev/--profile CLI profiles 2026-01-05 01:27:13 +01:00
schema.test.ts feat: unify onboarding + config schema 2026-01-03 16:48:08 +01:00
schema.ts feat: telegram draft streaming 2026-01-07 11:08:32 +01:00
sessions.test.ts feat: multi-agent routing + multi-account providers 2026-01-06 18:33:37 +00:00
sessions.ts feat: add agents command 2026-01-07 10:03:53 +01:00
talk.ts refactor: split config module 2026-01-04 07:05:17 +01:00
types.ts feat(types): add sandbox and tools fields to routing.agents 2026-01-07 17:31:40 +01:00
ui-seam-color.test.ts feat: add ui.seamColor accent 2025-12-30 04:14:36 +01:00
validation.ts feat!: redesign model config + auth profiles 2026-01-06 00:56:58 +00:00
zod-schema.ts feat(config): add Zod validation for routing.agents sandbox and tools 2026-01-07 17:31:40 +01:00