From 0e8a86a8e621a0c3a12f7e4445e6ea22650c4393 Mon Sep 17 00:00:00 2001 From: Diego Rodrigues de Sa e Souza Date: Tue, 14 Jul 2026 23:10:13 -0300 Subject: [PATCH] chore(changelog): fragment for #7208 --- changelog.d/fixes/7208-cli-version-fastpath.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/fixes/7208-cli-version-fastpath.md diff --git a/changelog.d/fixes/7208-cli-version-fastpath.md b/changelog.d/fixes/7208-cli-version-fastpath.md new file mode 100644 index 0000000000..8635400667 --- /dev/null +++ b/changelog.d/fixes/7208-cli-version-fastpath.md @@ -0,0 +1 @@ +- **fix(cli):** `omniroute --version` now fast-paths before the tsx/esm + polyfill imports, env-file loading, and Commander's full command registration, cutting local runtime from ~1.5s to ~0.3s. (thanks @Jordannst)