Commit 8255cde
committed
fix(yaml): carry style: 'llm' through LLM planner config for observability
CodeRabbit caught: compileMissionYamlWithLlmPlan omitted `style` from
the agentos plannerConfig. The agentos compiler ignores `style` when
`plan` is set, so behavior was unchanged — but downstream code that
reads plannerConfig.style for logging/telemetry would see undefined.
Set it explicitly so the choice is observable everywhere it might be
inspected.1 parent cb90481 commit 8255cde
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
657 | 657 | | |
658 | 658 | | |
659 | 659 | | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
660 | 665 | | |
661 | 666 | | |
662 | 667 | | |
| |||
0 commit comments