Skip to content

Commit 6089250

Browse files
kveyclaude
andcommitted
Release 3.7.0
Bump the version train (chidori crate, TypeScript SDK, Python SDK) from the unreleased 3.6.1 to 3.7.0. The 46 commits since v3.6.0 include the chidori-wasm engine, the docs site and playground, the safe-defaults / guarded-replay policy change, and the security hardening pass — more than the staged patch number covered. chidori-js stays at 0.3.3 (bumped in #140, unchanged since, still unpublished) and publishes with this train. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 19c94b5 commit 6089250

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/chidori/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chidori"
3-
version = "3.6.1"
3+
version = "3.7.0"
44
edition = "2021"
55
# oxc 0.133 relies on `if let` guards, stabilized in Rust 1.95.
66
rust-version = "1.95"

sdk/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "chidori"
7-
version = "3.6.1"
7+
version = "3.7.0"
88
description = "Python SDK for the Chidori agent framework — HTTP client for running and replaying TypeScript agents."
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }

sdk/typescript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@1kbirds/chidori",
3-
"version": "3.6.1",
3+
"version": "3.7.0",
44
"description": "TypeScript SDK for the Chidori agent framework — HTTP client plus agent authoring types.",
55
"keywords": ["ai", "agents", "typescript", "llm", "replay"],
66
"publishConfig": { "access": "public" },

0 commit comments

Comments
 (0)