feat(config): auto-migrate deprecated [llm] to [agent.llm]#142
feat(config): auto-migrate deprecated [llm] to [agent.llm]#142Shearerbeard wants to merge 1 commit into
Conversation
|
Promptless prepared a documentation update related to this change. Triggered by mezmo/aura#142 Updated Review: Update LLM migration docs for auto-migration behavior |
|
A few small suggestions from a review pass:
|
678835a to
ff1b146
Compare
Replace the hard error for legacy top-level [llm] configs with runtime auto-migration into [agent.llm]. Logs a deprecation warning so users know to update their TOML. Ambiguous configs (both present) and configs missing [agent] entirely still fail with clear errors. Fixes: #141
ff1b146 to
600b84a
Compare
Summary
[llm]now auto-migrate to[agent.llm]at load time instead of failing[llm]and[agent.llm]) and missing[agent]still fail with clear errors