Problem
New config fields lack Zod validation:
remory_enabledremory_persist_contextremory_persist_thinkingremory_inject_contextremory_max_lengthremory_search_limitbackground_tasksmax_background_taskscontext_window_percent
Solution
Add Zod schemas with:
- Type validation
- Bounds checking (e.g., context_window_percent 0-1)
- Sensible defaults
Files
packages/opencode/src/config/config.ts
Branch
claude/simplify-agentic-loop-2jRSP
Problem
New config fields lack Zod validation:
remory_enabledremory_persist_contextremory_persist_thinkingremory_inject_contextremory_max_lengthremory_search_limitbackground_tasksmax_background_taskscontext_window_percentSolution
Add Zod schemas with:
Files
packages/opencode/src/config/config.tsBranch
claude/simplify-agentic-loop-2jRSP