You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: improve gemini client and thought signature extraction
- Remove redundant comments from gemini-client.ts.
- Replace `any` with `ExtendedGenerateContentRequest` intersection type in `generateContentWithFallback`.
- Simplify thought signature extraction with optional chaining.
- Secure `NEW_THOUGHT_SIG` extraction in `reusable-gemini-review.yml` by checking against `"null"`.
- Refactor regex for `THOUGHT_SIG` in `decide-review-strategy.sh` to use `\K` for more robust matching.
- Update `identify-tech-debt.ts` to destructure the updated return type of `generateContentWithFallback`.
Co-authored-by: arii <342438+arii@users.noreply.github.com>
0 commit comments