Skip to content

Releases: inkeep/agents

2026-03-31

31 Mar 02:48
c278ea4

Choose a tag to compare

Changelog

@inkeep/agents-api@0.63.3

Patch Changes

  • cfcdc30: Fix anonymous auth path accepting arbitrary tenant/project headers for global apps
    • @inkeep/agents-core@0.63.3
    • @inkeep/agents-email@0.63.3
    • @inkeep/agents-mcp@0.63.3
    • @inkeep/agents-work-apps@0.63.3

@inkeep/agents-cli@0.63.3

Patch Changes

  • @inkeep/agents-manage-ui@0.63.3
  • @inkeep/agents-core@0.63.3
  • @inkeep/agents-sdk@0.63.3

@inkeep/agents-manage-ui@0.63.3

Patch Changes

  • @inkeep/agents-core@0.63.3

@inkeep/agents-sdk@0.63.3

Patch Changes

  • @inkeep/agents-core@0.63.3

@inkeep/agents-work-apps@0.63.3

Patch Changes

  • @inkeep/agents-core@0.63.3

@inkeep/ai-sdk-provider@0.63.3

Patch Changes

  • @inkeep/agents-core@0.63.3

@inkeep/create-agents@0.63.3

Patch Changes

  • @inkeep/agents-core@0.63.3

@inkeep/agents-core@0.63.3

@inkeep/agents-email@0.63.3

@inkeep/agents-mcp@0.63.3

2026-03-30

30 Mar 22:57
614acc8

Choose a tag to compare

Changelog

@inkeep/agents-api@0.63.2

Patch Changes

  • dc818c0: Add support for nested files and folders within Skills. Each skill is now a directory containing a SKILL.md entry file plus any number of nested reference files (templates, checklists, examples). The SDK loadSkills() function recursively discovers all files under each skill directory. The CLI pull command writes one file per skill file path. The Visual Builder shows a file-tree sidebar with per-file editing, context menus for adding and removing files, and breadcrumb navigation. The API accepts a files array for skill create and update, with four new file-level endpoints for individual CRUD operations. SKILL.md frontmatter remains the source of truth for skill name, description, and metadata.
  • dc818c0: Load nested skill files in the built-in load_skill tool.
  • Updated dependencies [dc818c0]
  • Updated dependencies [dc818c0]
    • @inkeep/agents-core@0.63.2
    • @inkeep/agents-work-apps@0.63.2
    • @inkeep/agents-email@0.63.2
    • @inkeep/agents-mcp@0.63.2

@inkeep/agents-cli@0.63.2

Patch Changes

  • dc818c0: Add support for nested files and folders within Skills. Each skill is now a directory containing a SKILL.md entry file plus any number of nested reference files (templates, checklists, examples). The SDK loadSkills() function recursively discovers all files under each skill directory. The CLI pull command writes one file per skill file path. The Visual Builder shows a file-tree sidebar with per-file editing, context menus for adding and removing files, and breadcrumb navigation. The API accepts a files array for skill create and update, with four new file-level endpoints for individual CRUD operations. SKILL.md frontmatter remains the source of truth for skill name, description, and metadata.
  • Updated dependencies [dc818c0]
  • Updated dependencies [8e2f1e0]
  • Updated dependencies [dc818c0]
    • @inkeep/agents-core@0.63.2
    • @inkeep/agents-manage-ui@0.63.2
    • @inkeep/agents-sdk@0.63.2

@inkeep/agents-manage-ui@0.63.2

Patch Changes

  • 8e2f1e0: Fix Monaco Editor WebAssembly CompileError by adding wasm-unsafe-eval to CSP script-src directive
  • dc818c0: Add support for nested files and folders within Skills. Each skill is now a directory containing a SKILL.md entry file plus any number of nested reference files (templates, checklists, examples). The SDK loadSkills() function recursively discovers all files under each skill directory. The CLI pull command writes one file per skill file path. The Visual Builder shows a file-tree sidebar with per-file editing, context menus for adding and removing files, and breadcrumb navigation. The API accepts a files array for skill create and update, with four new file-level endpoints for individual CRUD operations. SKILL.md frontmatter remains the source of truth for skill name, description, and metadata.
  • Updated dependencies [dc818c0]
  • Updated dependencies [dc818c0]
    • @inkeep/agents-core@0.63.2

@inkeep/agents-core@0.63.2

Patch Changes

  • dc818c0: Backfill SKILL.md files for legacy skills when migrating to nested skill files.
  • dc818c0: Add support for nested files and folders within Skills. Each skill is now a directory containing a SKILL.md entry file plus any number of nested reference files (templates, checklists, examples). The SDK loadSkills() function recursively discovers all files under each skill directory. The CLI pull command writes one file per skill file path. The Visual Builder shows a file-tree sidebar with per-file editing, context menus for adding and removing files, and breadcrumb navigation. The API accepts a files array for skill create and update, with four new file-level endpoints for individual CRUD operations. SKILL.md frontmatter remains the source of truth for skill name, description, and metadata.

@inkeep/agents-sdk@0.63.2

Patch Changes

  • dc818c0: Add support for nested files and folders within Skills. Each skill is now a directory containing a SKILL.md entry file plus any number of nested reference files (templates, checklists, examples). The SDK loadSkills() function recursively discovers all files under each skill directory. The CLI pull command writes one file per skill file path. The Visual Builder shows a file-tree sidebar with per-file editing, context menus for adding and removing files, and breadcrumb navigation. The API accepts a files array for skill create and update, with four new file-level endpoints for individual CRUD operations. SKILL.md frontmatter remains the source of truth for skill name, description, and metadata.
  • Updated dependencies [dc818c0]
  • Updated dependencies [dc818c0]
    • @inkeep/agents-core@0.63.2

@inkeep/agents-work-apps@0.63.2

Patch Changes

  • Updated dependencies [dc818c0]
  • Updated dependencies [dc818c0]
    • @inkeep/agents-core@0.63.2

@inkeep/ai-sdk-provider@0.63.2

Patch Changes

  • Updated dependencies [dc818c0]
  • Updated dependencies [dc818c0]
    • @inkeep/agents-core@0.63.2

@inkeep/create-agents@0.63.2

Patch Changes

  • Updated dependencies [dc818c0]
  • Updated dependencies [dc818c0]
    • @inkeep/agents-core@0.63.2

@inkeep/agents-email@0.63.2

@inkeep/agents-mcp@0.63.2

2026-03-30

30 Mar 21:21
7f70ee5

Choose a tag to compare

Changelog

@inkeep/agents-api@0.63.1

Patch Changes

  • 4141e26: Return 403 Forbidden with "Origin not allowed for this app" when origin validation fails, instead of misleading 401 "Invalid Token"
  • 02eb244: Updated Cost UI
  • 0f0247e: Fix delegation metadata leaking API key to external agents
  • 7dc35b6: Set initiatedBy in execution context metadata for app credential auth paths so user-scoped MCP credentials (e.g. Linear OAuth) are resolved correctly
    • @inkeep/agents-core@0.63.1
    • @inkeep/agents-email@0.63.1
    • @inkeep/agents-mcp@0.63.1
    • @inkeep/agents-work-apps@0.63.1

@inkeep/agents-cli@0.63.1

Patch Changes

  • Updated dependencies [02eb244]
  • Updated dependencies [e222844]
  • Updated dependencies [4fa11aa]
    • @inkeep/agents-manage-ui@0.63.1
    • @inkeep/agents-core@0.63.1
    • @inkeep/agents-sdk@0.63.1

@inkeep/agents-manage-ui@0.63.1

Patch Changes

  • 02eb244: Updated Cost UI
  • e222844: Omit falsy model configs in agent form to prevent empty model objects in payload
  • 4fa11aa: Making agent timeout more noticeable in trace conversation view
    • @inkeep/agents-core@0.63.1

@inkeep/agents-sdk@0.63.1

Patch Changes

  • @inkeep/agents-core@0.63.1

@inkeep/agents-work-apps@0.63.1

Patch Changes

  • @inkeep/agents-core@0.63.1

@inkeep/ai-sdk-provider@0.63.1

Patch Changes

  • @inkeep/agents-core@0.63.1

@inkeep/create-agents@0.63.1

Patch Changes

  • @inkeep/agents-core@0.63.1

@inkeep/agents-core@0.63.1

@inkeep/agents-email@0.63.1

@inkeep/agents-mcp@0.63.1

2026-03-30

30 Mar 20:38
8390a81

Choose a tag to compare

Changelog

@inkeep/agents-api@0.63.0

Minor Changes

  • 0f77d00: Add scheduler workflow with centralized trigger dispatch and deploy restart endpoint

Patch Changes

  • Updated dependencies [0f77d00]
    • @inkeep/agents-core@0.63.0
    • @inkeep/agents-work-apps@0.63.0
    • @inkeep/agents-email@0.63.0
    • @inkeep/agents-mcp@0.63.0

@inkeep/agents-cli@0.63.0

Minor Changes

  • 0f77d00: Add scheduler workflow with centralized trigger dispatch and deploy restart endpoint

Patch Changes

  • Updated dependencies [0f77d00]
    • @inkeep/agents-core@0.63.0
    • @inkeep/agents-manage-ui@0.63.0
    • @inkeep/agents-sdk@0.63.0

@inkeep/agents-manage-ui@0.63.0

Minor Changes

  • 0f77d00: Add scheduler workflow with centralized trigger dispatch and deploy restart endpoint

Patch Changes

  • Updated dependencies [0f77d00]
    • @inkeep/agents-core@0.63.0

@inkeep/agents-core@0.63.0

Minor Changes

  • 0f77d00: Add scheduler workflow with centralized trigger dispatch and deploy restart endpoint

@inkeep/agents-sdk@0.63.0

Minor Changes

  • 0f77d00: Add scheduler workflow with centralized trigger dispatch and deploy restart endpoint

Patch Changes

  • Updated dependencies [0f77d00]
    • @inkeep/agents-core@0.63.0

@inkeep/agents-work-apps@0.63.0

Patch Changes

  • Updated dependencies [0f77d00]
    • @inkeep/agents-core@0.63.0

@inkeep/ai-sdk-provider@0.63.0

Patch Changes

  • Updated dependencies [0f77d00]
    • @inkeep/agents-core@0.63.0

@inkeep/create-agents@0.63.0

Patch Changes

  • Updated dependencies [0f77d00]
    • @inkeep/agents-core@0.63.0

@inkeep/agents-email@0.63.0

@inkeep/agents-mcp@0.63.0

2026-03-30

30 Mar 19:25
c5e862d

Choose a tag to compare

Changelog

@inkeep/agents-api@0.62.2

Patch Changes

  • f614c56: Add environment-aware domain verification for the playground app
  • ccedaca: Harden media download route to allowlist only safe image MIME types instead of blocklisting HTML
  • Updated dependencies [f614c56]
  • Updated dependencies [6332134]
    • @inkeep/agents-core@0.62.2
    • @inkeep/agents-email@0.62.2
    • @inkeep/agents-work-apps@0.62.2
    • @inkeep/agents-mcp@0.62.2

@inkeep/agents-cli@0.62.2

Patch Changes

  • Updated dependencies [f614c56]
  • Updated dependencies [fe4b442]
  • Updated dependencies [c799d92]
  • Updated dependencies [9ee6ab7]
  • Updated dependencies [9bba8fc]
  • Updated dependencies [ea88f5f]
    • @inkeep/agents-core@0.62.2
    • @inkeep/agents-manage-ui@0.62.2
    • @inkeep/agents-sdk@0.62.2

@inkeep/agents-manage-ui@0.62.2

Patch Changes

  • fe4b442: Prevent sidebar links rerenders on query param changes
  • c799d92: Fix ExternalLink icon shrinking in flex containers
  • 9ee6ab7: Remove redundant client-side validateProjectId and validateTenantId calls that duplicated server-side Zod validation
  • 9bba8fc: Fix CSP policy for PostHog and Sentry to use wildcard subdomains instead of exact host URLs
  • ea88f5f: Fix local login CSP defaults so auth requests reach the API without extra public env vars.
  • Updated dependencies [f614c56]
    • @inkeep/agents-core@0.62.2

@inkeep/agents-core@0.62.2

Patch Changes

  • f614c56: Add environment-aware domain verification for the playground app

@inkeep/agents-email@0.62.2

Patch Changes

  • 6332134: Upgrade nodemailer to v8.0.4 to address SMTP command injection

@inkeep/agents-sdk@0.62.2

Patch Changes

  • Updated dependencies [f614c56]
    • @inkeep/agents-core@0.62.2

@inkeep/agents-work-apps@0.62.2

Patch Changes

  • Updated dependencies [f614c56]
    • @inkeep/agents-core@0.62.2

@inkeep/ai-sdk-provider@0.62.2

Patch Changes

  • Updated dependencies [f614c56]
    • @inkeep/agents-core@0.62.2

@inkeep/create-agents@0.62.2

Patch Changes

  • Updated dependencies [f614c56]
    • @inkeep/agents-core@0.62.2

@inkeep/agents-mcp@0.62.2

2026-03-27

27 Mar 20:03
77d4b47

Choose a tag to compare

Changelog

@inkeep/agents-api@0.62.1

Patch Changes

  • 9728814: Perserve Part Ordering in Conversations API
  • 6e88d12: Improve playground app startup logging for production observability
  • 8b74409: Add inline text document attachments to the run chat APIs for text/plain, text/markdown, text/html, text/csv, text/x-log, and application/json while keeping remote URLs limited to PDFs. Persist text attachments as blob-backed file parts and replay them into model input as XML-tagged text blocks.
    • @inkeep/agents-core@0.62.1
    • @inkeep/agents-email@0.62.1
    • @inkeep/agents-mcp@0.62.1
    • @inkeep/agents-work-apps@0.62.1

@inkeep/agents-cli@0.62.1

Patch Changes

  • 0ab1cf8: Abort push when merge conflicts are detected.
    • @inkeep/agents-manage-ui@0.62.1
    • @inkeep/agents-core@0.62.1
    • @inkeep/agents-sdk@0.62.1

@inkeep/agents-manage-ui@0.62.1

Patch Changes

  • @inkeep/agents-core@0.62.1

@inkeep/agents-sdk@0.62.1

Patch Changes

  • @inkeep/agents-core@0.62.1

@inkeep/agents-work-apps@0.62.1

Patch Changes

  • @inkeep/agents-core@0.62.1

@inkeep/ai-sdk-provider@0.62.1

Patch Changes

  • @inkeep/agents-core@0.62.1

@inkeep/create-agents@0.62.1

Patch Changes

  • @inkeep/agents-core@0.62.1

@inkeep/agents-core@0.62.1

@inkeep/agents-email@0.62.1

@inkeep/agents-mcp@0.62.1

2026-03-27

27 Mar 18:33
e455e7e

Choose a tag to compare

Changelog

@inkeep/agents-core@0.62.0

Minor Changes

  • ce9c516: Add migration to seed global playground app for authenticated chat sessions

@inkeep/agents-api@0.62.0

Patch Changes

  • ce9c516: Add startup auto-registration of playground public key and derived kid for key rotation
  • b1507d1: Fix evaluation scoring returning null and display evaluation results in local time
  • Updated dependencies [ce9c516]
    • @inkeep/agents-core@0.62.0
    • @inkeep/agents-work-apps@0.62.0
    • @inkeep/agents-email@0.62.0
    • @inkeep/agents-mcp@0.62.0

@inkeep/agents-cli@0.62.0

Patch Changes

  • Updated dependencies [ce9c516]
  • Updated dependencies [b1507d1]
  • Updated dependencies [ce9c516]
    • @inkeep/agents-core@0.62.0
    • @inkeep/agents-manage-ui@0.62.0
    • @inkeep/agents-sdk@0.62.0

@inkeep/agents-manage-ui@0.62.0

Patch Changes

  • b1507d1: Fix evaluation scoring returning null and display evaluation results in local time
  • ce9c516: Update @inkeep/agents-ui to support getAuthToken, remove max keys limit, add public key hover/copy
  • Updated dependencies [ce9c516]
    • @inkeep/agents-core@0.62.0

@inkeep/agents-sdk@0.62.0

Patch Changes

  • Updated dependencies [ce9c516]
    • @inkeep/agents-core@0.62.0

@inkeep/agents-work-apps@0.62.0

Patch Changes

  • Updated dependencies [ce9c516]
    • @inkeep/agents-core@0.62.0

@inkeep/ai-sdk-provider@0.62.0

Patch Changes

  • Updated dependencies [ce9c516]
    • @inkeep/agents-core@0.62.0

@inkeep/create-agents@0.62.0

Patch Changes

  • Updated dependencies [ce9c516]
    • @inkeep/agents-core@0.62.0

@inkeep/agents-email@0.62.0

@inkeep/agents-mcp@0.62.0

2026-03-27

27 Mar 16:29
a6766a9

Choose a tag to compare

Version Packages (#2844)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

2026-03-26

26 Mar 02:35
c3980cd

Choose a tag to compare

Changelog

@inkeep/agents-api@0.60.0

Minor Changes

  • 1199d45: BREAKING: File parts on /run/api/chat use a Vercel-compatible shape (url and required mediaType; no text or mimeType). Add PDF URL ingestion for chat attachments with explicit bad-request errors on PDF URL ingest failures.

Patch Changes

  • 2eaebb3: Fix deterministic ID generation for sub-agent relation/junction tables to prevent Dolt merge conflicts
  • c0018a6: Use actual AI SDK token usage for compression decisions and fix pricing service model ID lookup
  • ed10886: Add optional prompt field to app deployments for surface-specific behavioral tuning
  • Updated dependencies [2eaebb3]
  • Updated dependencies [c0018a6]
  • Updated dependencies [ed10886]
  • Updated dependencies [b1199eb]
    • @inkeep/agents-core@0.60.0
    • @inkeep/agents-work-apps@0.60.0
    • @inkeep/agents-email@0.60.0
    • @inkeep/agents-mcp@0.60.0

@inkeep/agents-cli@0.60.0

Patch Changes

  • Updated dependencies [2eaebb3]
  • Updated dependencies [c0018a6]
  • Updated dependencies [ed10886]
  • Updated dependencies [b1199eb]
    • @inkeep/agents-core@0.60.0
    • @inkeep/agents-manage-ui@0.60.0
    • @inkeep/agents-sdk@0.60.0

@inkeep/agents-manage-ui@0.60.0

Patch Changes

  • ed10886: Add optional prompt field to app deployments for surface-specific behavioral tuning
  • Updated dependencies [2eaebb3]
  • Updated dependencies [c0018a6]
  • Updated dependencies [ed10886]
  • Updated dependencies [b1199eb]
    • @inkeep/agents-core@0.60.0

@inkeep/agents-core@0.60.0

Patch Changes

  • 2eaebb3: Fix deterministic ID generation for sub-agent relation/junction tables to prevent Dolt merge conflicts
  • c0018a6: Use actual AI SDK token usage for compression decisions and fix pricing service model ID lookup
  • ed10886: Add optional prompt field to app deployments for surface-specific behavioral tuning
  • b1199eb: Compute sorted merge resolution order based on fk relations

@inkeep/agents-sdk@0.60.0

Patch Changes

  • Updated dependencies [2eaebb3]
  • Updated dependencies [c0018a6]
  • Updated dependencies [ed10886]
  • Updated dependencies [b1199eb]
    • @inkeep/agents-core@0.60.0

@inkeep/agents-work-apps@0.60.0

Patch Changes

  • Updated dependencies [2eaebb3]
  • Updated dependencies [c0018a6]
  • Updated dependencies [ed10886]
  • Updated dependencies [b1199eb]
    • @inkeep/agents-core@0.60.0

@inkeep/ai-sdk-provider@0.60.0

Patch Changes

  • Updated dependencies [2eaebb3]
  • Updated dependencies [c0018a6]
  • Updated dependencies [ed10886]
  • Updated dependencies [b1199eb]
    • @inkeep/agents-core@0.60.0

@inkeep/create-agents@0.60.0

Patch Changes

  • Updated dependencies [2eaebb3]
  • Updated dependencies [c0018a6]
  • Updated dependencies [ed10886]
  • Updated dependencies [b1199eb]
    • @inkeep/agents-core@0.60.0

@inkeep/agents-email@0.60.0

@inkeep/agents-mcp@0.60.0

2026-03-25

25 Mar 11:27
4c57d6b

Choose a tag to compare

Changelog

@inkeep/agents-api@0.59.4

Patch Changes

  • be7f056: Add two-phase Doltgres branch merge API with stateless conflict preview and per-row resolution
  • 99b5edf: Update TypeScript to 6.0.2
  • Updated dependencies [be7f056]
  • Updated dependencies [6a8a439]
  • Updated dependencies [99b5edf]
    • @inkeep/agents-core@0.59.4
    • @inkeep/agents-work-apps@0.59.4
    • @inkeep/agents-email@0.59.4
    • @inkeep/agents-mcp@0.59.4

@inkeep/agents-cli@0.59.4

Patch Changes

  • 9dec3ff: Refactor inkeep pull introspect-generator into modular architecture with per-generator task.collect functions
  • 99b5edf: Update TypeScript to 6.0.2
  • Updated dependencies [be7f056]
  • Updated dependencies [82bd424]
  • Updated dependencies [296c79a]
  • Updated dependencies [ef7987f]
  • Updated dependencies [1b37b29]
  • Updated dependencies [99b5edf]
  • Updated dependencies [6f1c5da]
    • @inkeep/agents-core@0.59.4
    • @inkeep/agents-manage-ui@0.59.4
    • @inkeep/agents-sdk@0.59.4

@inkeep/agents-manage-ui@0.59.4

Patch Changes

  • 82bd424: Add InputGroup compound component and use it in ProjectSwitcher search input
  • 296c79a: Remove unused tooltip rendering from sidebar nav items to improve performance
  • ef7987f: Replace ad-hoc search input patterns with unified InputGroup compound component
  • 1b37b29: Migrate from individual @radix-ui/react-* packages to unified radix-ui package
  • 99b5edf: Update TypeScript to 6.0.2
  • 6f1c5da: fix(dashboard): Ensures rounded bottom corners render correctly in dark mode
  • Updated dependencies [be7f056]
  • Updated dependencies [99b5edf]
    • @inkeep/agents-core@0.59.4

@inkeep/agents-core@0.59.4

Patch Changes

  • be7f056: Add two-phase Doltgres branch merge API with stateless conflict preview and per-row resolution
  • 99b5edf: Update TypeScript to 6.0.2

@inkeep/agents-sdk@0.59.4

Patch Changes

  • 99b5edf: Update TypeScript to 6.0.2
  • Updated dependencies [be7f056]
  • Updated dependencies [99b5edf]
    • @inkeep/agents-core@0.59.4

@inkeep/agents-work-apps@0.59.4

Patch Changes

  • 6a8a439: Add oxfmt format option to github file tools
  • 99b5edf: Update TypeScript to 6.0.2
  • Updated dependencies [be7f056]
  • Updated dependencies [99b5edf]
    • @inkeep/agents-core@0.59.4

@inkeep/ai-sdk-provider@0.59.4

Patch Changes

  • 99b5edf: Update TypeScript to 6.0.2
  • Updated dependencies [be7f056]
  • Updated dependencies [99b5edf]
    • @inkeep/agents-core@0.59.4

@inkeep/create-agents@0.59.4

Patch Changes

  • 99b5edf: Update TypeScript to 6.0.2
  • Updated dependencies [be7f056]
  • Updated dependencies [99b5edf]
    • @inkeep/agents-core@0.59.4

@inkeep/agents-email@0.59.4

@inkeep/agents-mcp@0.59.4