Skip to content

Commit 3fafb03

Browse files
committed
release: v0.39.1
1 parent 2f99acc commit 3fafb03

13 files changed

Lines changed: 46 additions & 46 deletions

File tree

bun.lock

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

crates/aft-tokenizer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aft-tokenizer"
3-
version = "0.39.0"
3+
version = "0.39.1"
44
edition = "2021"
55
description = "Claude lookup-encoding tokenizer for Agent File Tools"
66
license = "MIT"

crates/aft/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agent-file-tools"
3-
version = "0.39.0"
3+
version = "0.39.1"
44
edition = "2021"
55
description = "Agent File Tools — tree-sitter powered code analysis for AI agents"
66
license = "MIT"
@@ -80,7 +80,7 @@ oxc_span = "0.126"
8080
oxc_str = "0.126"
8181
rustc-hash = "2"
8282
rusqlite = { version = "0.32", features = ["bundled"] }
83-
aft-tokenizer = { path = "../aft-tokenizer", version = "0.39.0" }
83+
aft-tokenizer = { path = "../aft-tokenizer", version = "0.39.1" }
8484

8585
glob = "0.3"
8686
which = "7"

packages/aft-bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cortexkit/aft-bridge",
3-
"version": "0.39.0",
3+
"version": "0.39.1",
44
"type": "module",
55
"description": "Shared NDJSON bridge transport, binary resolution, and ONNX runtime helpers for AFT agent-host plugins (OpenCode, Pi)",
66
"license": "MIT",

packages/aft-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cortexkit/aft",
3-
"version": "0.39.0",
3+
"version": "0.39.1",
44
"type": "module",
55
"description": "Unified CLI for Agent File Tools (AFT) — setup, doctor, and diagnostics across supported agent harnesses (OpenCode, Pi)",
66
"license": "MIT",
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@clack/prompts": "^1.2.0",
27-
"@cortexkit/aft-bridge": "0.39.0",
27+
"@cortexkit/aft-bridge": "0.39.1",
2828
"comment-json": "^4.6.2"
2929
},
3030
"devDependencies": {

packages/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cortexkit/aft-darwin-arm64",
3-
"version": "0.39.0",
3+
"version": "0.39.1",
44
"description": "AFT binary for macOS ARM64 (Apple Silicon)",
55
"os": [
66
"darwin"

packages/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cortexkit/aft-darwin-x64",
3-
"version": "0.39.0",
3+
"version": "0.39.1",
44
"description": "AFT binary for macOS x64 (Intel)",
55
"os": [
66
"darwin"

packages/npm/linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cortexkit/aft-linux-arm64",
3-
"version": "0.39.0",
3+
"version": "0.39.1",
44
"description": "AFT binary for Linux ARM64",
55
"os": [
66
"linux"

packages/npm/linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cortexkit/aft-linux-x64",
3-
"version": "0.39.0",
3+
"version": "0.39.1",
44
"description": "AFT binary for Linux x64",
55
"os": [
66
"linux"

packages/npm/win32-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cortexkit/aft-win32-arm64",
3-
"version": "0.39.0",
3+
"version": "0.39.1",
44
"description": "AFT binary for Windows ARM64",
55
"os": [
66
"win32"

0 commit comments

Comments
 (0)