Skip to content

v1.13.0

Choose a tag to compare

@github-actions github-actions released this 23 Feb 03:50
· 39 commits to main since this release
a2104f8

1.13.0 (2026-02-23)

Bug Fixes

  • authz: prioritize org owner/admin over explicit project membership (a7e111a)
  • Migrate provider_id column from UUID to TEXT to support various OIDC subject ID formats (4ce858e)

Features

  • add credentials (b5d7432)
  • add FastAPI dependencies for authentication (ded14ce)
  • add memory tools (4782b6e)
  • api: implement AI agent registration and proxying functionality with health checks (38c1883)
  • api: integrate skills and skills direct routes, and add AI agent system prompt configuration (aead1da)
  • audit: implement nil UUID fallback for user IDs and enhance logging of authentication failures (c37133d)
  • auth: enhance user ID resolution from tokens and improve authentication flow (387e748)
  • authz: implement project-scoped credential management and authorization delegation (f00e44e)
  • cost-tracking: implement cost tracking service, logging, and API endpoints for project-scoped cost management (e1fa5d2)
  • credentials: implement credential export to agent environment and enhance management features (6517212)
  • docs: add comprehensive documentation for Agent Architecture and OIDC Authentication Setup, detailing system components, registration flow, and provider configuration (baf125a)
  • Enhance database migration process with new configurations, implement OIDC authentication (05a9dea)
  • enhance UI with lazy loading (0ccf3a9)
  • Implement marketplace skill auto-discovery and WebSocket capability reporting for agents. (65d5cdb)
  • Implement OIDC authentication, update related configurations, and enhance user management with new database tables and migrations (a4b7af6)
  • marketplace: enhance marketplace installation and update process with auto re-cloning for missing repositories and improved error handling (0a1b0ee)
  • policy: introduce declarative policy engine for tool access control, including CRUD operations and integration with AI agent workflows (f87f120)
  • Refactor mobile connection to use OIDC for authentication, simplifying QR codes and supporting multiple OIDC client IDs. (6ba9738)
  • Simplify mobile connect QR (1f4407d)