Dashboard › cli › @stricli/core 1.2.7 patch: -H alias res…
019fbcde-70de-77a9-aba9-6425b2aa24be| Project | Hits | Last recalled |
|---|---|---|
| Code | 1 | 2026-07-01 |
Trap: When Stricli throws on -H aliases used for --header or --host, removing the aliases from command files looks like the simple fix. But the project intentionally uses -H for curl-style API usage. Fix: the in-repo patch for @stricli/core (targeting 1.2.7) removes -H from the reserved list. Pin version to 1.2.7 (not ^1.2.8) so the patch applies. Never remove -H alias usages from command files. Added in commit 78c9b04a5. Cursor Bugbot and Seer both flag -H removal as blocking.