Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/conscious-ivory-catshark.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sharp-pillows-dance.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/sour-pots-knock.md

This file was deleted.

11 changes: 11 additions & 0 deletions agents-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @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

## 0.45.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion agents-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inkeep/agents-api",
"version": "0.45.0",
"version": "0.45.1",
"description": "Unified Inkeep Agents API - combines management, runtime, and evaluation capabilities",
"types": "dist/index.d.ts",
"exports": {
Expand Down
11 changes: 11 additions & 0 deletions agents-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @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 refinements` error
- 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

## 0.45.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion agents-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inkeep/agents-cli",
"version": "0.45.0",
"version": "0.45.1",
"description": "Inkeep CLI tool",
"type": "module",
"main": "./dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions agents-manage-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @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 refinements` error
- Updated dependencies [21e6ae5]
- @inkeep/agents-core@0.45.1

## 0.45.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion agents-manage-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inkeep/agents-manage-ui",
"version": "0.45.0",
"version": "0.45.1",
"license": "SEE LICENSE IN LICENSE.md",
"main": "index.js",
"types": "index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/agents-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @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 refinements` error

## 0.45.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agents-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inkeep/agents-core",
"version": "0.45.0",
"version": "0.45.1",
"description": "Agents Core contains the database schema, types, and validation schemas for Inkeep Agent Framework, along with core components.",
"type": "module",
"license": "SEE LICENSE IN LICENSE.md",
Expand Down
6 changes: 6 additions & 0 deletions packages/agents-manage-mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @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 refinements` error

## 0.45.0

## 0.44.0
Expand Down
2 changes: 1 addition & 1 deletion packages/agents-manage-mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inkeep/agents-manage-mcp",
"version": "0.45.0",
"version": "0.45.1",
"author": "Speakeasy",
"type": "module",
"sideEffects": false,
Expand Down
6 changes: 6 additions & 0 deletions packages/agents-mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @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 refinements` error

## 0.45.0

## 0.44.0
Expand Down
2 changes: 1 addition & 1 deletion packages/agents-mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inkeep/agents-mcp",
"version": "0.45.0",
"version": "0.45.1",
"author": "Speakeasy",
"type": "module",
"sideEffects": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/agents-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @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 refinements` error
- Updated dependencies [21e6ae5]
- @inkeep/agents-core@0.45.1

## 0.45.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agents-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inkeep/agents-sdk",
"version": "0.45.0",
"version": "0.45.1",
"description": "Agents SDK for building and managing agents in the Inkeep Agent Framework",
"types": "dist/index.d.ts",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/agents-work-apps/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @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

## 0.45.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agents-work-apps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inkeep/agents-work-apps",
"version": "0.45.0",
"version": "0.45.1",
"description": "First party integrations for Inkeep Agents",
"type": "module",
"license": "SEE LICENSE IN LICENSE.md",
Expand Down
8 changes: 8 additions & 0 deletions packages/ai-sdk-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @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 refinements` error
- Updated dependencies [21e6ae5]
- @inkeep/agents-core@0.45.1

## 0.45.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-sdk-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inkeep/ai-sdk-provider",
"version": "0.45.0",
"version": "0.45.1",
"description": "AI SDK provider for Inkeep Agent Framework",
"type": "module",
"license": "SEE LICENSE IN LICENSE.md",
Expand Down
8 changes: 8 additions & 0 deletions packages/create-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @inkeep/create-agents

## 0.45.1

### Patch Changes

- 21e6ae5: bump zod to latest 4.3.6 and fix `.omit() cannot be used on object schemas containing refinements` error
- Updated dependencies [21e6ae5]
- @inkeep/agents-core@0.45.1

## 0.45.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-agents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inkeep/create-agents",
"version": "0.45.0",
"version": "0.45.1",
"description": "Create an Inkeep Agent Framework project",
"type": "module",
"bin": {
Expand Down