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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
✨ Features
Wire up AWS Bedrock AIP for workflow runners, validate LLM and AIP environment variables at startup, and consolidate A2A agent configuration by removing the separate agents folder. (#451)
Add explicit server-level consent checks before clients invoke downstream MCP servers through the gateway, with approval APIs and frontend consent screens. (#452)
Add step_objective field to workflow steps to enable step-level prompt rendering with intention data and context injection. (#450)
Require cached per-user OAuth client consent before issuing registry-managed tokens, with Redis-backed consent state and frontend consent flows with deep-link support. (#444)
Implement refresh token rotation with 14-day session caps, filter unknown IdP groups before token issuance, harden refresh token validation, and add session start claims. (#445)
🐛 Bug Fixes
Refactor OpenTelemetry metrics collection to fix server ID generation, remove unused metrics, and add explicit error type tracking. (#440)
🔧 Refactoring & Performance
Update the release changelog generation action to handle existing branches and closed PRs gracefully. (#449)