feat: add inline --budget flag with k/m suffix support
Add a --budget shorthand for the context-token limit (--max-tokens) that accepts a plain integer or a k/m suffix, e.g. --budget 100k == 100000. New parseTokenBudget helper and a tokens flag type in parseGoalArguments; invalid values are rejected with a clear error. README/CHANGELOG and unit + parsing tests. Item 8.1.
W
willytop8 committed
88cf85760ec486cf8d18bc734645693b0554e552
Parent: 7fc90a5