plano/cli/planoai
Adil Hafeez edfd237111
Make native mode default, auto-download pre-compiled binaries
- Flip --native to --docker on up/down commands (native is now default)
- Add ensure_wasm_plugins() and ensure_brightstaff_binary() to auto-download from GitHub releases
- Add _find_config_dir() to support pip-installed usage without repo checkout
- Bundle config templates in wheel via pyproject.toml force-include
- Add publish-binaries.yml CI workflow for release binary uploads
- Update docs to reflect native-first experience
2026-03-03 14:50:28 -08:00
..
templates sync CLI templates with demo configs via manifest + CI flow (#764) 2026-02-17 12:59:09 -08:00
__init__.py release 0.4.9 (#785) 2026-02-26 16:18:02 -08:00
config_generator.py Upstream TLS validation and configurable connect timeout (#766) 2026-02-18 01:19:20 -08:00
consts.py Make native mode default, auto-download pre-compiled binaries 2026-03-03 14:50:28 -08:00
core.py Add native execution mode: run Plano without Docker 2026-03-03 14:48:57 -08:00
docker_cli.py Rename all arch references to plano (#745) 2026-02-13 15:16:56 -08:00
init_cmd.py Introduce brand new CLI experience with tracing and quickstart (#724) 2026-02-10 13:17:43 -08:00
main.py Make native mode default, auto-download pre-compiled binaries 2026-03-03 14:50:28 -08:00
native_binaries.py Make native mode default, auto-download pre-compiled binaries 2026-03-03 14:50:28 -08:00
native_runner.py Make native mode default, auto-download pre-compiled binaries 2026-03-03 14:50:28 -08: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 restructure cli (#656) 2025-12-25 14:55:29 -08:00
template_sync.py sync CLI templates with demo configs via manifest + CI flow (#764) 2026-02-17 12:59:09 -08:00
trace_cmd.py add support for background trace collection and tracing output (#749) 2026-02-24 19:17:33 -08:00
trace_listener_runtime.py add support for background trace collection and tracing output (#749) 2026-02-24 19:17:33 -08:00
utils.py Overhaul demos directory: cleanup, restructure, and standardize configs (#760) 2026-02-17 03:09:28 -08:00
versioning.py Introduce brand new CLI experience with tracing and quickstart (#724) 2026-02-10 13:17:43 -08:00