mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
The old code mutated config_yaml via dict references (endpoints and tracing dicts were modified in-place), so yaml.dump captured the merged state. The refactored code used separate variables without writing them back to config, causing the rendered YAML to miss agent-inferred endpoints and resolved tracing config. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| templates | ||
| __init__.py | ||
| config_generator.py | ||
| config_providers.py | ||
| config_validator.py | ||
| consts.py | ||
| core.py | ||
| docker_cli.py | ||
| init_cmd.py | ||
| main.py | ||
| rich_click_config.py | ||
| targets.py | ||
| trace_cmd.py | ||
| utils.py | ||
| versioning.py | ||