Commit 336ef83
committed
Fix: Environment variables, rate limiting, and endoftext token issues
- Fix API key environment variables not being picked up from CLI
- Add retry logic with exponential backoff for rate limiting (2s, 4s, 8s delays)
- Add text sanitization to remove problematic tokens like <|endoftext|>
- Add configurable chunk delay (--chunk-delay) to avoid rate limits
- Increase default chunk delay from 2s to 5s
- Fix guidelines file path resolution for Cline rules
- Improve error handling and user feedback1 parent 8ebea87 commit 336ef83
14 files changed
Lines changed: 183 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments