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
Add the MiniMax provider with supported map, review, revalidate, and check operations. The provider refuses fix before network or filesystem side effects because MiniMax chat completions cannot edit a worktree.
Also repair package smoke so local runtime dependencies are packed as publish artifacts before installation, matching the package artifact path used by consumers.
Verification:
pnpm typecheck
pnpm lint
pnpm format:check
pnpm test
pnpm build
pnpm pack:smoke
GitHub Actions on head 05fba5c:
CI: success
CodeQL: success
Dependency Review: success
Security Gate: Secret Scanning: success
Co-authored-by: Fermin Quant <ferminquant@gmail.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Changelog
2
2
3
+
## 0.5.2 - Unreleased
4
+
5
+
- Added a MiniMax HTTP provider for `map`, `review`, and `revalidate`, with local schema validation and explicit unsupported `fix` handling, thanks @ferminquant.
6
+
3
7
## 0.5.1 - 2026-06-10
4
8
5
9
- Added npm trusted publishing through GitHub Actions OIDC, plus secops ownership, verified-secret scanning, and stale issue and pull request automation.
0 commit comments