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.
Changelog
@inkeep/agents-api@0.42.0
Minor Changes
ad01cd7: Add triggers API endpoints for CRUD operations on trigger configurations and viewing invocation history
0893319: Add multi-part message format for triggers: messages now include both text part (from messageTemplate) and data part (transformed payload) for richer context
82afd5b: Hash trigger authentication header values before storing in database using new headers array format
82afd5b: Update webhook handler to use async trigger authentication verification with new headers format
a210291: Doltgres migration and evaluation system.
ad01cd7: Add webhook endpoint for trigger invocations with support for authentication, payload validation, output transformation, and async agent execution
Patch Changes
3940062: added extra prompting optionally to mcp tools
b336b0e: Fix bug with agent name and description not updating
322a6d6: Remove throwOnError option from default QueryClient settings in tanstack
d7da349: move all React context Provider in @/contexts (except shadcn providers)- remove unnecessary .Provider suffix React context components. Starting in React 19, you can render <SomeContext> as a provider.
a210291: Doltgres migration and evaluation system.
0893319: Make trigger messageTemplate optional in schema and validation to support data-only trigger messages
ad01cd7: Add triggers feature with new database schemas for trigger configuration and invocation tracking, data access functions, validation schemas, and authentication utilities
82afd5b: Simplify trigger authentication schema to use headers array format with hashed secrets. Add hashTriggerHeaderValue(), validateTriggerHeaderValue(), and hashAuthenticationHeaders() utilities. Breaking change: old auth types (api_key, basic_auth, bearer_token) removed.
Patch Changes
3940062: added extra prompting optionally to mcp tools