plano/cli/planoai
Adil Hafeez f427c6b408 Fix rendered config to include merged endpoints and resolved tracing
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>
2026-02-12 06:33:30 +00:00
..
templates Introduce brand new CLI experience with tracing and quickstart (#724) 2026-02-10 13:17:43 -08:00
__init__.py release 0.4.6 (#740) 2026-02-10 21:00:29 -08:00
config_generator.py Fix rendered config to include merged endpoints and resolved tracing 2026-02-12 06:33:30 +00:00
config_providers.py Refactor config_generator into modular, testable components 2026-02-12 05:16:34 +00:00
config_validator.py Upgrade black 23.1.0 -> 25.1.0 for Python 3.14 compatibility 2026-02-12 06:01:30 +00:00
consts.py release 0.4.6 (#740) 2026-02-10 21:00:29 -08:00
core.py Introduce brand new CLI experience with tracing and quickstart (#724) 2026-02-10 13:17:43 -08:00
docker_cli.py Refactor config_generator into modular, testable components 2026-02-12 05:16:34 +00:00
init_cmd.py Introduce brand new CLI experience with tracing and quickstart (#724) 2026-02-10 13:17:43 -08:00
main.py Upgrade black 23.1.0 -> 25.1.0 for Python 3.14 compatibility 2026-02-12 06:01:30 +00:00
rich_click_config.py Introduce brand new CLI experience with tracing and quickstart (#724) 2026-02-10 13:17:43 -08:00
targets.py Upgrade black 23.1.0 -> 25.1.0 for Python 3.14 compatibility 2026-02-12 06:01:30 +00:00
trace_cmd.py Introduce brand new CLI experience with tracing and quickstart (#724) 2026-02-10 13:17:43 -08:00
utils.py Fix trailing newlines in utils.py 2026-02-12 05:44:36 +00:00
versioning.py Introduce brand new CLI experience with tracing and quickstart (#724) 2026-02-10 13:17:43 -08:00