Skip to content

Commit 75488c2

Browse files
committed
chore(release): publish
- @agentic-kit/agent@0.2.0 - agentic-kit@1.1.0 - @agentic-kit/anthropic@1.1.0 - @agentic-kit/ollama@1.1.0 - @agentic-kit/openai@1.1.0 - @agentic-kit/react@0.1.1
1 parent 86c30ea commit 75488c2

13 files changed

Lines changed: 9784 additions & 5382 deletions

File tree

packages/agent/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.2.0 (2026-05-14)
7+
8+
### Features
9+
10+
- redesign agentic-kit core and add agent runtime ([0531a19](https://github.com/constructive-io/agentic-kit/commit/0531a19f7ed6220100996b8cb593977deb63ad44))

packages/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentic-kit/agent",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "Minimal stateful agent runtime for agentic-kit",
66
"main": "index.js",

packages/agentic-kit/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/constructive-io/agentic-kit/compare/agentic-kit@0.1.2...agentic-kit@1.1.0) (2026-05-14)
7+
8+
### Bug Fixes
9+
10+
- **agentic-kit:** harden generate and tool ids ([6f5ab1c](https://github.com/constructive-io/agentic-kit/commit/6f5ab1cddfd6a697a8e642a3fb115a7cbd39077d))
11+
12+
### Features
13+
14+
- add @agentic-kit/anthropic and @agentic-kit/openai packages ([3281fd3](https://github.com/constructive-io/agentic-kit/commit/3281fd39949a2094ee89e0da5ba639b61ff7abc5))
15+
- redesign agentic-kit core and add agent runtime ([0531a19](https://github.com/constructive-io/agentic-kit/commit/0531a19f7ed6220100996b8cb593977deb63ad44))
16+
617
## [1.0.3](https://github.com/constructive-io/agentic-kit/compare/agentic-kit@1.0.2...agentic-kit@1.0.3) (2026-02-28)
718

819
**Note:** Version bump only for package agentic-kit

packages/agentic-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentic-kit",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "Provider-agnostic LLM adapter with streaming and multi-turn support",
66
"main": "index.js",

packages/anthropic/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.1.0 (2026-05-14)
7+
8+
### Features
9+
10+
- add @agentic-kit/anthropic and @agentic-kit/openai packages ([3281fd3](https://github.com/constructive-io/agentic-kit/commit/3281fd39949a2094ee89e0da5ba639b61ff7abc5))
11+
- redesign agentic-kit core and add agent runtime ([0531a19](https://github.com/constructive-io/agentic-kit/commit/0531a19f7ed6220100996b8cb593977deb63ad44))
12+
613
## [1.0.3](https://github.com/constructive-io/agentic-kit/compare/@agentic-kit/anthropic@1.0.2...@agentic-kit/anthropic@1.0.3) (2026-02-28)
714

815
**Note:** Version bump only for package @agentic-kit/anthropic

packages/anthropic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentic-kit/anthropic",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "Anthropic (Claude) adapter for agentic-kit",
66
"main": "index.js",

packages/ollama/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/constructive-io/agentic-kit/compare/@agentic-kit/ollama@0.1.2...@agentic-kit/ollama@1.1.0) (2026-05-14)
7+
8+
### Features
9+
10+
- add @agentic-kit/anthropic and @agentic-kit/openai packages ([3281fd3](https://github.com/constructive-io/agentic-kit/commit/3281fd39949a2094ee89e0da5ba639b61ff7abc5))
11+
- **providers:** refresh OpenAI and Ollama capabilities ([9d4716a](https://github.com/constructive-io/agentic-kit/commit/9d4716a6c0a7b0bb3bb76fbd1e606161c6475745))
12+
- redesign agentic-kit core and add agent runtime ([0531a19](https://github.com/constructive-io/agentic-kit/commit/0531a19f7ed6220100996b8cb593977deb63ad44))
13+
614
## [1.0.3](https://github.com/constructive-io/agentic-kit/compare/@agentic-kit/ollama@1.0.2...@agentic-kit/ollama@1.0.3) (2026-02-28)
715

816
**Note:** Version bump only for package @agentic-kit/ollama

packages/ollama/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentic-kit/ollama",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "Ollama",
66
"main": "index.js",

packages/openai/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.1.0 (2026-05-14)
7+
8+
### Features
9+
10+
- add @agentic-kit/anthropic and @agentic-kit/openai packages ([3281fd3](https://github.com/constructive-io/agentic-kit/commit/3281fd39949a2094ee89e0da5ba639b61ff7abc5))
11+
- **providers:** refresh OpenAI and Ollama capabilities ([9d4716a](https://github.com/constructive-io/agentic-kit/commit/9d4716a6c0a7b0bb3bb76fbd1e606161c6475745))
12+
- redesign agentic-kit core and add agent runtime ([0531a19](https://github.com/constructive-io/agentic-kit/commit/0531a19f7ed6220100996b8cb593977deb63ad44))
13+
614
## [1.0.3](https://github.com/constructive-io/agentic-kit/compare/@agentic-kit/openai@1.0.2...@agentic-kit/openai@1.0.3) (2026-02-28)
715

816
**Note:** Version bump only for package @agentic-kit/openai

packages/openai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentic-kit/openai",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "OpenAI (and OpenAI-compatible) adapter for agentic-kit",
66
"main": "index.js",

0 commit comments

Comments
 (0)