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/fair-buckets-clap.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/large-turquoise-guan.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/thundering-yellow-lungfish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/vast-teeth-yell.md

This file was deleted.

18 changes: 18 additions & 0 deletions agents-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @inkeep/agents-cli

## 0.29.11

### Patch Changes

- dba5a31: Update quickstart port check
- b0817aa: Fix CLI bugs

- Quickstart inkeep.config.ts indents and types
- inkeep init run API and manage API urls

- Updated dependencies [9ca1b6c]
- Updated dependencies [dba5a31]
- Updated dependencies [b0817aa]
- Updated dependencies [69c303e]
- @inkeep/agents-manage-ui@0.29.11
- @inkeep/agents-core@0.29.11
- @inkeep/agents-sdk@0.29.11

## 0.29.10

### 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.29.10",
"version": "0.29.11",
"description": "Inkeep CLI tool",
"type": "module",
"main": "./dist/index.js",
Expand Down
14 changes: 14 additions & 0 deletions agents-manage-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @inkeep/agents-manage-api

## 0.29.11

### Patch Changes

- dba5a31: Update quickstart port check
- b0817aa: Fix CLI bugs

- Quickstart inkeep.config.ts indents and types
- inkeep init run API and manage API urls

- Updated dependencies [dba5a31]
- Updated dependencies [b0817aa]
- @inkeep/agents-core@0.29.11

## 0.29.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion agents-manage-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inkeep/agents-manage-api",
"version": "0.29.10",
"version": "0.29.11",
"description": "Agents Manage API for Inkeep Agent Framework - handles CRUD operations and OAuth",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
18 changes: 18 additions & 0 deletions agents-manage-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @inkeep/agents-manage-ui

## 0.29.11

### Patch Changes

- 9ca1b6c: fix `ProjectSelector` make items active if their names and descriptions are identical
- dba5a31: Update quickstart port check
- b0817aa: Fix CLI bugs

- Quickstart inkeep.config.ts indents and types
- inkeep init run API and manage API urls

- 69c303e: fix validation errors for Sub Agents and setup Cypress e2e tests
- Updated dependencies [dba5a31]
- Updated dependencies [b0817aa]
- @inkeep/agents-core@0.29.11
- @inkeep/agents-manage-api@0.29.11
- @inkeep/agents-run-api@0.29.11

## 0.29.10

### Patch 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.29.10",
"version": "0.29.11",
"license": "SEE LICENSE IN LICENSE.md",
"main": "index.js",
"types": "index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions agents-run-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @inkeep/agents-run-api

## 0.29.11

### Patch Changes

- dba5a31: Update quickstart port check
- b0817aa: Fix CLI bugs

- Quickstart inkeep.config.ts indents and types
- inkeep init run API and manage API urls

- Updated dependencies [dba5a31]
- Updated dependencies [b0817aa]
- @inkeep/agents-core@0.29.11

## 0.29.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion agents-run-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inkeep/agents-run-api",
"version": "0.29.10",
"version": "0.29.11",
"description": "Agents Run API for Inkeep Agent Framework - handles chat, agent execution, and streaming",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/agents-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @inkeep/agents-core

## 0.29.11

### Patch Changes

- dba5a31: Update quickstart port check
- b0817aa: Fix CLI bugs

- Quickstart inkeep.config.ts indents and types
- inkeep init run API and manage API urls

## 0.29.10

### 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.29.10",
"version": "0.29.11",
"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
14 changes: 14 additions & 0 deletions packages/agents-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @inkeep/agents-sdk

## 0.29.11

### Patch Changes

- dba5a31: Update quickstart port check
- b0817aa: Fix CLI bugs

- Quickstart inkeep.config.ts indents and types
- inkeep init run API and manage API urls

- Updated dependencies [dba5a31]
- Updated dependencies [b0817aa]
- @inkeep/agents-core@0.29.11

## 0.29.10

### 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.29.10",
"version": "0.29.11",
"description": "Agents SDK for building and managing agents in the Inkeep Agent Framework",
"main": "src/index.ts",
"type": "module",
Expand Down
14 changes: 14 additions & 0 deletions packages/create-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @inkeep/create-agents

## 0.29.11

### Patch Changes

- dba5a31: Update quickstart port check
- b0817aa: Fix CLI bugs

- Quickstart inkeep.config.ts indents and types
- inkeep init run API and manage API urls

- Updated dependencies [dba5a31]
- Updated dependencies [b0817aa]
- @inkeep/agents-core@0.29.11

## 0.29.10

### 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.29.10",
"version": "0.29.11",
"description": "Create an Inkeep Agent Framework project",
"type": "module",
"bin": {
Expand Down