What's Changed
- fix(ask): Extract reasoning tokens for openai compatible models by @brendan-kellam in #582
- fix(github app): Generate installation tokens each time by @msukkari in #583
- fix(web): Fix "The account is already associated with another user" errors when signing in with GitLab by @brendan-kellam in #584
- feat(ee): GitLab permission syncing by @brendan-kellam in #585
- fix(web): Fix
/settings/connectionsthrowing a error when there is agitconnection present by @brendan-kellam in #588 - chore(tech-debt): Remove built-in secret manager by @msukkari in #592
- fix(worker): add p-limit to GitHub API calls to avoid overwhelming the node process (or the API rate limits) by @brianphillips in #591
- fix(backend): Limit concurrent git operations to prevent resource exhaustion by @derek-miller in #593
- feat(worker,web): Support google secrets as a token type by @brendan-kellam in #594
- feat(ee): Add ability to link external accounts by @msukkari in #595
- chore(worker): Refactor permission syncing join table to be between Account <> Repo by @brendan-kellam in #600
- feat(web,worker): Environment overrides by @brendan-kellam in #597
New Contributors
- @brianphillips made their first contribution in #591
- @derek-miller made their first contribution in #593
Full Changelog: v4.8.1...v4.9.0