This repository was archived by the owner on Sep 13, 2026. It is now read-only.
v0.3.4
Fixed
- README: corrected the hot-reload blanket claim for
vision_*fields.
The Hot Reload and Restart section previously stated that allvision_*
fields require a server restart. This was inaccurate for the 7 intent-aware
vision fields introduced in v0.3.2 (vision_intent_strategy,
vision_decomposition_enabled,vision_decomposition_timeout_ms,
vision_crafting_timeout_ms,vision_adjacent_text_max_chars,
vision_recent_messages_count,vision_system_prompt_max_chars), which
are hot-reloadable persrc/config/reload.tsand marked
restartRequired: falsein the dashboard Config tab. The README now lists
these 7 fields explicitly as hot-reloadable and qualifies the restart claim
as applying to "most othervision_*fields."