Skip to content

Commit e743426

Browse files
barry3406claude
andcommitted
release: v1.0.0-beta.10 — Production-ready for digital employee platform
5,014 tests | 63,406 lines source | 103,600 lines tests | 208,000+ total Since beta.9: - Core thickened: defineAPI lifecycle hooks, policy composition, graceful shutdown - React 19: use(), useActionState, useOptimistic, preload API, SSR improvements - React thickened: SSR error recovery, hydration priorities, router guards, error boundaries - Cron: enhanced parser (@Yearly, @every, step patterns) - 1,138 new tests across core, dev, router, cron packages - Fly adapter port range fix for CI stability Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0596c1a commit e743426

15 files changed

Lines changed: 28 additions & 28 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ No glue code. No adapter layer. No walls.
1515
[![TypeScript](https://img.shields.io/badge/TypeScript-5.9-blue?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
1616
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1717
[![Tests](https://img.shields.io/badge/tests-full%20suite%20passing-brightgreen?logo=bun&logoColor=white)](https://bun.sh)
18-
[![Version](https://img.shields.io/badge/version-1.0.0--beta.9-orange)](https://github.com/barry3406/capstan)
18+
[![Version](https://img.shields.io/badge/version-1.0.0--beta.10-orange)](https://github.com/barry3406/capstan)
1919
[![ESM](https://img.shields.io/badge/ESM-only-blue)](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules)
2020

2121
[Demo](#-30-seconds-to-see-it) · [Why Zero Walls?](#-why-zero-walls) · [For Humans](#-for-humans--full-stack-web) · [For Agents](#-for-agents--smart-runtime) · [The Bridge](#-the-bridge--self-evolution) · [Docs](#-documentation)

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ AI Agent 通过工具操作它。Agent 在每次运行中持续进化。
1515
[![TypeScript](https://img.shields.io/badge/TypeScript-5.9-blue?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
1616
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1717
[![Tests](https://img.shields.io/badge/tests-full%20suite%20passing-brightgreen?logo=bun&logoColor=white)](https://bun.sh)
18-
[![Version](https://img.shields.io/badge/version-1.0.0--beta.9-orange)](https://github.com/barry3406/capstan)
18+
[![Version](https://img.shields.io/badge/version-1.0.0--beta.10-orange)](https://github.com/barry3406/capstan)
1919
[![ESM](https://img.shields.io/badge/ESM-only-blue)](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules)
2020

2121
[演示](#-30-秒体验) · [为什么零壁垒?](#-为什么零壁垒) · [面向人类](#-面向人类--全栈-web) · [面向 Agent](#-面向-agent--智能运行时) · [进化桥梁](#-桥梁--自我进化) · [文档](#-文档)

README.zh-TW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ AI Agent 透過工具操作它。Agent 在每次執行中持續進化。
1515
[![TypeScript](https://img.shields.io/badge/TypeScript-5.9-blue?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
1616
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1717
[![Tests](https://img.shields.io/badge/tests-full%20suite%20passing-brightgreen?logo=bun&logoColor=white)](https://bun.sh)
18-
[![Version](https://img.shields.io/badge/version-1.0.0--beta.9-orange)](https://github.com/barry3406/capstan)
18+
[![Version](https://img.shields.io/badge/version-1.0.0--beta.10-orange)](https://github.com/barry3406/capstan)
1919
[![ESM](https://img.shields.io/badge/ESM-only-blue)](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules)
2020

2121
[展示](#-30-秒體驗) · [為什麼零壁壘?](#-為什麼零壁壘) · [面向人類](#-面向人類--全端-web) · [面向 Agent](#-面向-agent--智慧執行環境) · [進化橋梁](#-橋梁--自我進化) · [文件](#-文件)

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": "@zauso-ai/capstan-agent",
3-
"version": "1.0.0-beta.9",
3+
"version": "1.0.0-beta.10",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zauso-ai/capstan-ai",
3-
"version": "1.0.0-beta.9",
3+
"version": "1.0.0-beta.10",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zauso-ai/capstan-auth",
3-
"version": "1.0.0-beta.9",
3+
"version": "1.0.0-beta.10",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/cli/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zauso-ai/capstan-cli",
3-
"version": "1.0.0-beta.9",
3+
"version": "1.0.0-beta.10",
44
"type": "module",
55
"bin": {
66
"capstan": "./dist/index.js"
@@ -12,14 +12,14 @@
1212
"dev": "tsx src/index.ts"
1313
},
1414
"dependencies": {
15-
"@zauso-ai/capstan-ai": "1.0.0-beta.9",
16-
"@zauso-ai/capstan-agent": "1.0.0-beta.9",
17-
"@zauso-ai/capstan-auth": "1.0.0-beta.9",
18-
"@zauso-ai/capstan-core": "1.0.0-beta.9",
19-
"@zauso-ai/capstan-db": "1.0.0-beta.9",
20-
"@zauso-ai/capstan-dev": "1.0.0-beta.9",
21-
"@zauso-ai/capstan-ops": "1.0.0-beta.9",
22-
"@zauso-ai/capstan-router": "1.0.0-beta.9",
15+
"@zauso-ai/capstan-ai": "1.0.0-beta.10",
16+
"@zauso-ai/capstan-agent": "1.0.0-beta.10",
17+
"@zauso-ai/capstan-auth": "1.0.0-beta.10",
18+
"@zauso-ai/capstan-core": "1.0.0-beta.10",
19+
"@zauso-ai/capstan-db": "1.0.0-beta.10",
20+
"@zauso-ai/capstan-dev": "1.0.0-beta.10",
21+
"@zauso-ai/capstan-ops": "1.0.0-beta.10",
22+
"@zauso-ai/capstan-router": "1.0.0-beta.10",
2323
"picocolors": "^1.1.1",
2424
"tsx": "^4.19.0",
2525
"zod": "^4.0.0"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zauso-ai/capstan-core",
3-
"version": "1.0.0-beta.9",
3+
"version": "1.0.0-beta.10",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/create-capstan/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-capstan-app",
3-
"version": "1.0.0-beta.9",
3+
"version": "1.0.0-beta.10",
44
"type": "module",
55
"bin": {
66
"create-capstan-app": "./dist/index.js"

packages/cron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zauso-ai/capstan-cron",
3-
"version": "1.0.0-beta.9",
3+
"version": "1.0.0-beta.10",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)