@oh-my-pi/pi-coding-agent 16.4.0 → 16.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/cli.js +3022 -3012
- package/package.json +12 -12
- package/src/mcp/oauth-flow.ts +17 -8
- package/src/prompts/advisor/system.md +9 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [16.4.1] - 2026-07-10
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Reduced agent bias against large diffs and refactors in advisor prompts
|
|
10
|
+
- Updated advisor blocker criteria to prioritize explicit user instructions over plan size
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- Fixed MCP OAuth dynamic client registration omitting discovered scopes on the RFC 7591 registration body. Providers such as Clerk bind DCR-created clients to only the scopes declared at registration, then reject the subsequent authorize request when it asks for `openid` (from `scopes_supported`). Registration now includes `config.scopes` when present, matching Claude Code and the scopes already sent on authorize.
|
|
15
|
+
|
|
5
16
|
## [16.4.0] - 2026-07-10
|
|
6
17
|
|
|
7
18
|
### Breaking Changes
|