agent-runtime-kit 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # agent-runtime-kit
2
2
 
3
- A provider-agnostic SDK for orchestrating AI agent sessions, streaming events, and structured outputs across multiple coding agent backends.
4
-
5
3
  [![Test](https://github.com/WillBooster/agent-runtime-kit/actions/workflows/test.yml/badge.svg)](https://github.com/WillBooster/agent-runtime-kit/actions/workflows/test.yml)
6
4
  [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
7
5
 
6
+ A provider-agnostic SDK for orchestrating AI agent sessions, streaming events, and structured outputs across multiple coding agent backends.
7
+
8
8
  ## Installation
9
9
 
10
10
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-runtime-kit",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WillBooster/agent-runtime-kit.git"
@@ -21,16 +21,15 @@
21
21
  ],
22
22
  "scripts": {
23
23
  "build": "build-ts lib",
24
- "check-all-for-ai": "bun run check-for-ai && bun run test --silent",
24
+ "check-all-for-ai": "bun run check-for-ai && bun run test",
25
25
  "check-for-ai": "bun install > /dev/null && bun run cleanup && bun run typecheck",
26
26
  "cleanup": "bun --bun wb lint --fix --format",
27
27
  "format": "bun --bun wb lint --format",
28
28
  "lint": "bun --bun wb lint",
29
29
  "lint-fix": "bun --bun wb lint --fix",
30
30
  "prepare": "lefthook install || true",
31
- "prepublishOnly": "bun run build",
32
31
  "release": "semantic-release",
33
- "test": "bun test && bun wb test",
32
+ "test": "bun wb test",
34
33
  "test:e2e-github": "bun test test/e2e/github-pr.test.ts",
35
34
  "typecheck": "bun --bun wb typecheck"
36
35
  },
@@ -40,19 +39,20 @@
40
39
  "@openai/codex-sdk": "0.117.0"
41
40
  },
42
41
  "devDependencies": {
43
- "@biomejs/biome": "2.4.9",
42
+ "@biomejs/biome": "2.4.10",
43
+ "@tsconfig/bun": "1.0.10",
44
44
  "@types/bun": "1.3.11",
45
- "@willbooster/biome-config": "3.3.0",
46
- "@willbooster/prettier-config": "10.3.0",
47
- "@willbooster/wb": "13.5.0",
48
- "build-ts": "^17.0.22",
45
+ "@willbooster/biome-config": "3.4.1",
46
+ "@willbooster/prettier-config": "10.4.0",
47
+ "@willbooster/wb": "13.5.1",
48
+ "build-ts": "^17.0.24",
49
49
  "conventional-changelog-conventionalcommits": "9.3.1",
50
50
  "lefthook": "2.1.4",
51
51
  "prettier": "3.8.1",
52
52
  "prettier-plugin-java": "2.8.1",
53
53
  "semantic-release": "25.0.3",
54
54
  "sort-package-json": "3.6.1",
55
- "typescript": "5.9.3"
55
+ "typescript": "6.0.2"
56
56
  },
57
57
  "engines": {
58
58
  "node": ">=24"
File without changes
File without changes
File without changes
File without changes