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)