Releases: inkeep/agents
2026-02-24
Changelog
@inkeep/agents-api@0.53.1
Patch Changes
- 2583c64: remove flushing on local dev for otel
- Updated dependencies [8063da9]
- Updated dependencies [bd3aab5]
- Updated dependencies [75fbceb]
- Updated dependencies [c4d8a7b]
- @inkeep/agents-work-apps@0.53.1
- @inkeep/agents-core@0.53.1
- @inkeep/agents-mcp@0.53.1
@inkeep/agents-cli@0.53.1
Patch Changes
- Updated dependencies [e06a945]
- Updated dependencies [2222e08]
- Updated dependencies [75fbceb]
- @inkeep/agents-manage-ui@0.53.1
- @inkeep/agents-core@0.53.1
- @inkeep/agents-sdk@0.53.1
@inkeep/agents-manage-ui@0.53.1
Patch Changes
- e06a945: fix generic combobox text color and chevron color, fix select hover color on light mode
- 2222e08: Show MCP tool overrides in agent editor sidepane — display name, description, and schema overrides are now reflected in the tool configuration table
- 75fbceb: Add smart Slack link — preserve user questions in JWT intent claims and auto-resume after account linking
- Updated dependencies [75fbceb]
- @inkeep/agents-core@0.53.1
@inkeep/agents-core@0.53.1
Patch Changes
- 75fbceb: Add smart Slack link — preserve user questions in JWT intent claims and auto-resume after account linking
@inkeep/agents-sdk@0.53.1
Patch Changes
- Updated dependencies [75fbceb]
- @inkeep/agents-core@0.53.1
@inkeep/agents-work-apps@0.53.1
Patch Changes
- 8063da9: Add attachment content to slack messages
- bd3aab5: Add randomness to generated branch names to prevent collisions
- 75fbceb: Add smart Slack link — preserve user questions in JWT intent claims and auto-resume after account linking
- c4d8a7b: Add project name and link to /inkeep status command response.
- Updated dependencies [75fbceb]
- @inkeep/agents-core@0.53.1
@inkeep/ai-sdk-provider@0.53.1
Patch Changes
- Updated dependencies [75fbceb]
- @inkeep/agents-core@0.53.1
@inkeep/create-agents@0.53.1
Patch Changes
- Updated dependencies [75fbceb]
- @inkeep/agents-core@0.53.1
@inkeep/agents-mcp@0.53.1
2026-02-24
Changelog
@inkeep/agents-work-apps@0.53.0
Minor Changes
- 901ff0a: Add PR body reactions to GitHub MCP. BREAKING: Renamed
add-comment-reaction→add-reaction,remove-comment-reaction→remove-reactionandlist-comment-reactions→list-reactions. Parameterscomment_id/comment_typerenamed totarget_id/target_type.
Patch Changes
- 6d435a6: Refactor lookupAgentName to reuse fetchAgentsForProject instead of duplicating API call logic
- 41ed409: Fix Slack responses showing agent ID instead of agent name in thinking messages and signatures across all interaction types
- 38506a8: Show agent name and ID in Slack modal dropdowns for disambiguation
- f868a96: Enforce single Slack workspace per tenant and improve error handling
- 4d4fa33: Update slack user metadata in thread context
- Updated dependencies [0a0cb6e]
- @inkeep/agents-core@0.53.0
@inkeep/agents-api@0.53.0
Patch Changes
- 6a7dc67: Updated artifact parsing
- Updated dependencies [901ff0a]
- Updated dependencies [6d435a6]
- Updated dependencies [0a0cb6e]
- Updated dependencies [41ed409]
- Updated dependencies [38506a8]
- Updated dependencies [f868a96]
- Updated dependencies [4d4fa33]
- @inkeep/agents-work-apps@0.53.0
- @inkeep/agents-core@0.53.0
- @inkeep/agents-mcp@0.53.0
@inkeep/agents-cli@0.53.0
Patch Changes
- ef0f287: Remove deprecated pull-v3 code and consolidate tests into pull-v4
- ac63aa8: Fix
inkeep pullfor create mode: missing generation for MCP tools, sub-agent dependency imports, and project import alias collisions - Updated dependencies [f54846b]
- Updated dependencies [0a0cb6e]
- Updated dependencies [08ba7c2]
- Updated dependencies [9c293ff]
- Updated dependencies [a5f8f24]
- Updated dependencies [f868a96]
- @inkeep/agents-manage-ui@0.53.0
- @inkeep/agents-core@0.53.0
- @inkeep/agents-sdk@0.53.0
@inkeep/agents-manage-ui@0.53.0
Patch Changes
- f54846b: Add code formatting action button for Prompt, Markdown and JavaScript Monaco editors
- 08ba7c2: rename
JsonSchemaInputtoGenericJsonSchemaEditorand addJsonSchemaEditorcomponent - 9c293ff: Improve function tool form, add a toggle between visual and JSON editing modes for Input Schema field
- a5f8f24: Fix double skeleton rendering in header menus
- f868a96: Enforce single Slack workspace per tenant and improve error handling
- Updated dependencies [0a0cb6e]
- @inkeep/agents-core@0.53.0
@inkeep/agents-core@0.53.0
Patch Changes
- 0a0cb6e: Unify .env generation between quickstart CLI and contributor flows
@inkeep/agents-sdk@0.53.0
Patch Changes
- Updated dependencies [0a0cb6e]
- @inkeep/agents-core@0.53.0
@inkeep/ai-sdk-provider@0.53.0
Patch Changes
- Updated dependencies [0a0cb6e]
- @inkeep/agents-core@0.53.0
@inkeep/create-agents@0.53.0
Patch Changes
- 0a0cb6e: Unify .env generation between quickstart CLI and contributor flows
- 3e3efd2: Sync template @inkeep/* dependency versions to match CLI version after clone
- Updated dependencies [0a0cb6e]
- @inkeep/agents-core@0.53.0
@inkeep/agents-mcp@0.53.0
2026-02-23
Changelog
@inkeep/agents-cli@0.52.0
Minor Changes
-
886b2da: Refactor pull command to use ts-morph for improved code generation and smart merging
- Migrates from string-based code generation to AST-based manipulation using ts-morph
- Adds intelligent merge mode that preserves user customizations when pulling updates
- Improves handling of imports, comments, and custom code during regeneration
- Adds comprehensive test coverage for the new pull command implementation
Patch Changes
- Updated dependencies [886b2da]
- Updated dependencies [eea5f0a]
- Updated dependencies [65f71b5]
- Updated dependencies [d717f54]
- @inkeep/agents-core@0.52.0
- @inkeep/agents-manage-ui@0.52.0
- @inkeep/agents-sdk@0.52.0
@inkeep/agents-api@0.52.0
Patch Changes
-
eea5f0a: agents-core: Add isUniqueConstraintError and throwIfUniqueConstraintError helpers to normalize unique constraint error detection across PostgreSQL and Doltgres
agents-api: Fix duplicate resource creation returning 500 instead of 409 when Doltgres reports unique constraint violations as MySQL errno 1062
agents-work-apps: Fix concurrent user mapping creation returning 500 instead of succeeding silently when a duplicate mapping already exists
-
Updated dependencies [886b2da]
-
Updated dependencies [eea5f0a]
-
Updated dependencies [65f71b5]
-
Updated dependencies [f2d822b]
-
Updated dependencies [520e4f0]
- @inkeep/agents-core@0.52.0
- @inkeep/agents-work-apps@0.52.0
- @inkeep/agents-mcp@0.52.0
@inkeep/agents-manage-ui@0.52.0
Patch Changes
- d717f54: Add clear option to Slack workspace default agent selector dropdown
- Updated dependencies [886b2da]
- Updated dependencies [eea5f0a]
- Updated dependencies [65f71b5]
- @inkeep/agents-core@0.52.0
@inkeep/agents-core@0.52.0
Patch Changes
-
886b2da: Restrict
stopWhenschema for sub-agents to only allowstepCountIsfield -
eea5f0a: agents-core: Add isUniqueConstraintError and throwIfUniqueConstraintError helpers to normalize unique constraint error detection across PostgreSQL and Doltgres
agents-api: Fix duplicate resource creation returning 500 instead of 409 when Doltgres reports unique constraint violations as MySQL errno 1062
agents-work-apps: Fix concurrent user mapping creation returning 500 instead of succeeding silently when a duplicate mapping already exists
-
65f71b5: Derive scope config types and WHERE helpers from single source of truth (scope-definitions.ts)
@inkeep/agents-sdk@0.52.0
Patch Changes
- Updated dependencies [886b2da]
- Updated dependencies [eea5f0a]
- Updated dependencies [65f71b5]
- @inkeep/agents-core@0.52.0
@inkeep/agents-work-apps@0.52.0
Patch Changes
-
eea5f0a: agents-core: Add isUniqueConstraintError and throwIfUniqueConstraintError helpers to normalize unique constraint error detection across PostgreSQL and Doltgres
agents-api: Fix duplicate resource creation returning 500 instead of 409 when Doltgres reports unique constraint violations as MySQL errno 1062
agents-work-apps: Fix concurrent user mapping creation returning 500 instead of succeeding silently when a duplicate mapping already exists
-
f2d822b: Fix Slack modal showing 'We had some trouble connecting' error on form submission by returning empty ack body
-
520e4f0: Add branch file inspection tool to github mcp
-
Updated dependencies [886b2da]
-
Updated dependencies [eea5f0a]
-
Updated dependencies [65f71b5]
- @inkeep/agents-core@0.52.0
@inkeep/ai-sdk-provider@0.52.0
Patch Changes
- Updated dependencies [886b2da]
- Updated dependencies [eea5f0a]
- Updated dependencies [65f71b5]
- @inkeep/agents-core@0.52.0
@inkeep/create-agents@0.52.0
Patch Changes
- Updated dependencies [886b2da]
- Updated dependencies [eea5f0a]
- Updated dependencies [65f71b5]
- @inkeep/agents-core@0.52.0
@inkeep/agents-mcp@0.52.0
2026-02-21
Changelog
@inkeep/agents-core@0.51.0
Minor Changes
- fe36caa: Add organization service account, preferred auth method, and Slack workspace join-from-workspace schema support
Patch Changes
- 012a843: Add tool approvals to slack app
@inkeep/agents-api@0.51.0
Patch Changes
- 012a843: Add tool approvals to slack app
- Updated dependencies [fe36caa]
- Updated dependencies [012a843]
- Updated dependencies [fe36caa]
- @inkeep/agents-work-apps@0.51.0
- @inkeep/agents-core@0.51.0
- @inkeep/agents-mcp@0.51.0
@inkeep/agents-cli@0.51.0
Patch Changes
- Updated dependencies [fe36caa]
- Updated dependencies [012a843]
- Updated dependencies [fe36caa]
- @inkeep/agents-manage-ui@0.51.0
- @inkeep/agents-core@0.51.0
- @inkeep/agents-sdk@0.51.0
@inkeep/agents-manage-ui@0.51.0
Patch Changes
- fe36caa: Add join-from-workspace toggle and auto-invite flow for Slack users
- Updated dependencies [012a843]
- Updated dependencies [fe36caa]
- @inkeep/agents-core@0.51.0
@inkeep/agents-sdk@0.51.0
Patch Changes
@inkeep/agents-work-apps@0.51.0
Patch Changes
- fe36caa: Fix error response format consistency in join-from-workspace endpoints
- 012a843: Add tool approvals to slack app
- Updated dependencies [012a843]
- Updated dependencies [fe36caa]
- @inkeep/agents-core@0.51.0
@inkeep/ai-sdk-provider@0.51.0
Patch Changes
@inkeep/create-agents@0.51.0
Patch Changes
@inkeep/agents-mcp@0.51.0
2026-02-20
Changelog
@inkeep/agents-api@0.50.6
Patch Changes
- 51bb2f6: remove noisy instrumentation in agents api
- @inkeep/agents-core@0.50.6
- @inkeep/agents-mcp@0.50.6
- @inkeep/agents-work-apps@0.50.6
@inkeep/agents-cli@0.50.6
Patch Changes
- @inkeep/agents-manage-ui@0.50.6
- @inkeep/agents-core@0.50.6
- @inkeep/agents-sdk@0.50.6
@inkeep/agents-manage-ui@0.50.6
Patch Changes
- @inkeep/agents-core@0.50.6
@inkeep/agents-sdk@0.50.6
Patch Changes
- @inkeep/agents-core@0.50.6
@inkeep/agents-work-apps@0.50.6
Patch Changes
- @inkeep/agents-core@0.50.6
@inkeep/ai-sdk-provider@0.50.6
Patch Changes
- @inkeep/agents-core@0.50.6
@inkeep/create-agents@0.50.6
Patch Changes
- @inkeep/agents-core@0.50.6
@inkeep/agents-core@0.50.6
@inkeep/agents-mcp@0.50.6
2026-02-20
Changelog
@inkeep/agents-api@0.50.5
Patch Changes
- Updated dependencies [56fd821]
- @inkeep/agents-core@0.50.5
- @inkeep/agents-work-apps@0.50.5
- @inkeep/agents-mcp@0.50.5
@inkeep/agents-cli@0.50.5
Patch Changes
- Updated dependencies [56fd821]
- @inkeep/agents-core@0.50.5
- @inkeep/agents-manage-ui@0.50.5
- @inkeep/agents-sdk@0.50.5
@inkeep/agents-manage-ui@0.50.5
Patch Changes
- Updated dependencies [56fd821]
- @inkeep/agents-core@0.50.5
@inkeep/agents-core@0.50.5
Patch Changes
- 56fd821: Fix multi-tenant unique constraint on sub_agent_skills table to scope by tenant, project, and agent
@inkeep/agents-sdk@0.50.5
Patch Changes
- Updated dependencies [56fd821]
- @inkeep/agents-core@0.50.5
@inkeep/agents-work-apps@0.50.5
Patch Changes
- Updated dependencies [56fd821]
- @inkeep/agents-core@0.50.5
@inkeep/ai-sdk-provider@0.50.5
Patch Changes
- Updated dependencies [56fd821]
- @inkeep/agents-core@0.50.5
@inkeep/create-agents@0.50.5
Patch Changes
- Updated dependencies [56fd821]
- @inkeep/agents-core@0.50.5
@inkeep/agents-mcp@0.50.5
2026-02-05
Highlights
Changelog
@inkeep/agents-api@0.45.2
Patch Changes
- 4524c28: Trigger release
- Updated dependencies [4524c28]
- @inkeep/agents-core@0.45.2
- @inkeep/agents-work-apps@0.45.2
- @inkeep/agents-manage-mcp@0.45.2
- @inkeep/agents-mcp@0.45.2
@inkeep/agents-cli@0.45.2
Patch Changes
- 4524c28: Trigger release
- Updated dependencies [4524c28]
- Updated dependencies [4524c28]
- Updated dependencies [4524c28]
- @inkeep/agents-sdk@0.45.2
- @inkeep/agents-manage-ui@0.45.2
- @inkeep/agents-core@0.45.2
@inkeep/agents-manage-ui@0.45.2
Patch Changes
@inkeep/agents-core@0.45.2
Patch Changes
- 4524c28: Trigger release
@inkeep/agents-sdk@0.45.2
Patch Changes
@inkeep/agents-work-apps@0.45.2
Patch Changes
- Updated dependencies [4524c28]
- @inkeep/agents-core@0.45.2
@inkeep/ai-sdk-provider@0.45.2
Patch Changes
@inkeep/create-agents@0.45.2
Patch Changes
@inkeep/agents-manage-mcp@0.45.2
@inkeep/agents-mcp@0.45.2
2026-02-04
Highlights
Changelog
@inkeep/agents-api@0.45.1
Patch Changes
- Updated dependencies [54b2d4c]
- Updated dependencies [21e6ae5]
- @inkeep/agents-work-apps@0.45.1
- @inkeep/agents-manage-mcp@0.45.1
- @inkeep/agents-core@0.45.1
- @inkeep/agents-mcp@0.45.1
@inkeep/agents-cli@0.45.1
Patch Changes
- 21e6ae5: bump zod to latest 4.3.6 and fix
.omit() cannot be used on object schemas containing refinementserror - Updated dependencies [cd28e97]
- Updated dependencies [21e6ae5]
- @inkeep/agents-manage-ui@0.45.1
- @inkeep/agents-core@0.45.1
- @inkeep/agents-sdk@0.45.1
@inkeep/agents-manage-ui@0.45.1
Patch Changes
- cd28e97: Fix optional chaining for data.details in error case to prevent runtime errors
- 21e6ae5: bump zod to latest 4.3.6 and fix
.omit() cannot be used on object schemas containing refinementserror - Updated dependencies [21e6ae5]
- @inkeep/agents-core@0.45.1
@inkeep/agents-core@0.45.1
Patch Changes
- 21e6ae5: bump zod to latest 4.3.6 and fix
.omit() cannot be used on object schemas containing refinementserror
@inkeep/agents-manage-mcp@0.45.1
Patch Changes
- 21e6ae5: bump zod to latest 4.3.6 and fix
.omit() cannot be used on object schemas containing refinementserror
@inkeep/agents-mcp@0.45.1
Patch Changes
- 21e6ae5: bump zod to latest 4.3.6 and fix
.omit() cannot be used on object schemas containing refinementserror
@inkeep/agents-sdk@0.45.1
Patch Changes
- 21e6ae5: bump zod to latest 4.3.6 and fix
.omit() cannot be used on object schemas containing refinementserror - Updated dependencies [21e6ae5]
- @inkeep/agents-core@0.45.1
@inkeep/agents-work-apps@0.45.1
Patch Changes
- 54b2d4c: Get file content from feature branch
- Updated dependencies [21e6ae5]
- @inkeep/agents-core@0.45.1
@inkeep/ai-sdk-provider@0.45.1
Patch Changes
- 21e6ae5: bump zod to latest 4.3.6 and fix
.omit() cannot be used on object schemas containing refinementserror - Updated dependencies [21e6ae5]
- @inkeep/agents-core@0.45.1
@inkeep/create-agents@0.45.1
Patch Changes
2026-02-04
Highlights
Changelog
@inkeep/agents-manage-ui@0.45.0
Minor Changes
- bab4641: add format action button for code editor
Patch Changes
- 4f91394: add new available-agents route and authz permissions to runAuth middleware
- 8f067f4: chore(dashboard): update vitest deps and add image snapshots for form error state
- 48b5400: Fix text overflow for function tool node and placeholder node in agent flow
- Updated dependencies [938ffb8]
- Updated dependencies [4f91394]
- Updated dependencies [6f5bd15]
- @inkeep/agents-core@0.45.0
@inkeep/agents-api@0.45.0
Patch Changes
- 0626128: adjust manage api routes
- 4f91394: add new available-agents route and authz permissions to runAuth middleware
- Updated dependencies [0ef70dd]
- Updated dependencies [938ffb8]
- Updated dependencies [4f91394]
- Updated dependencies [6f5bd15]
- @inkeep/agents-work-apps@0.45.0
- @inkeep/agents-core@0.45.0
- @inkeep/agents-manage-mcp@0.45.0
- @inkeep/agents-mcp@0.45.0
@inkeep/agents-cli@0.45.0
Patch Changes
- Updated dependencies [938ffb8]
- Updated dependencies [4f91394]
- Updated dependencies [6f5bd15]
- Updated dependencies [8f067f4]
- Updated dependencies [bab4641]
- Updated dependencies [48b5400]
- @inkeep/agents-core@0.45.0
- @inkeep/agents-manage-ui@0.45.0
- @inkeep/agents-sdk@0.45.0
@inkeep/agents-core@0.45.0
Patch Changes
- 938ffb8: Revert refine method in resource id schema
- 4f91394: add new available-agents route and authz permissions to runAuth middleware
- 6f5bd15: Add CI check for env.ts descriptions
@inkeep/agents-sdk@0.45.0
Patch Changes
- Updated dependencies [938ffb8]
- Updated dependencies [4f91394]
- Updated dependencies [6f5bd15]
- @inkeep/agents-core@0.45.0
@inkeep/agents-work-apps@0.45.0
Patch Changes
- 0ef70dd: Add review params to pull request tool.
- 4f91394: add new available-agents route and authz permissions to runAuth middleware
- Updated dependencies [938ffb8]
- Updated dependencies [4f91394]
- Updated dependencies [6f5bd15]
- @inkeep/agents-core@0.45.0
@inkeep/ai-sdk-provider@0.45.0
Patch Changes
- Updated dependencies [938ffb8]
- Updated dependencies [4f91394]
- Updated dependencies [6f5bd15]
- @inkeep/agents-core@0.45.0
@inkeep/create-agents@0.45.0
Patch Changes
- Updated dependencies [938ffb8]
- Updated dependencies [4f91394]
- Updated dependencies [6f5bd15]
- @inkeep/agents-core@0.45.0
@inkeep/agents-manage-mcp@0.45.0
@inkeep/agents-mcp@0.45.0
2026-02-10
Highlights
null
Changelog
@inkeep/agents-api@0.47.4
Patch Changes
- 83346fc: Retry/rerun functionality for webhook triggers in the traces UI
- 820bd49: Fix z.stringbool() breaking COMPRESSION_ENABLED default when env var is unset
- Updated dependencies [83346fc]
- Updated dependencies [5f3f5ea]
- @inkeep/agents-core@0.47.4
- @inkeep/agents-work-apps@0.47.4
- @inkeep/agents-manage-mcp@0.47.4
- @inkeep/agents-mcp@0.47.4
@inkeep/agents-cli@0.47.4
Patch Changes
- Updated dependencies [6fb0715]
- Updated dependencies [83346fc]
- Updated dependencies [5f3f5ea]
- @inkeep/agents-manage-ui@0.47.4
- @inkeep/agents-core@0.47.4
- @inkeep/agents-sdk@0.47.4
@inkeep/agents-manage-ui@0.47.4
Patch Changes
- 6fb0715: Fix hydration error by adding UTC timezone to all date formatting functions. Ensures server and client render identical date strings regardless of server/client timezone differences.
- 83346fc: Retry/rerun functionality for webhook triggers in the traces UI
- Updated dependencies [83346fc]
- Updated dependencies [5f3f5ea]
- @inkeep/agents-core@0.47.4
@inkeep/agents-core@0.47.4
Patch Changes
- 83346fc: Retry/rerun functionality for webhook triggers in the traces UI
- 5f3f5ea: Add keepAlive config to db connections