From 706552a2e3dd0cb2e5ead4b0782425a4c6fd205a Mon Sep 17 00:00:00 2001 From: Haili Zhang Date: Mon, 17 Aug 2026 02:33:43 +0800 Subject: [PATCH] chore: prepare agentseek 0.1.2 release --- README.md | 2 +- README.zh.md | 2 +- pyproject.toml | 2 +- tests/test_docs_lifecycle.py | 4 ++-- uv.lock | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c170b7d0..97a662dd 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ AgentSeek is a template-first toolkit for local agent application development. It gives editable generated projects one predictable lifecycle: discover, create, inspect, configure, check, run, observe, and iterate. -AgentSeek 0.1.1 resolves lifecycle-v2 templates from the immutable +AgentSeek 0.1.2 resolves lifecycle-v2 templates from the immutable [`agentseek-ai/agentseek-templates` catalog](https://github.com/agentseek-ai/agentseek-templates/releases/tag/v0.1.0). The CLI lists templates from its embedded registry snapshot and fetches named template content at the exact locked commit. diff --git a/README.zh.md b/README.zh.md index cf3af127..6de8d647 100644 --- a/README.zh.md +++ b/README.zh.md @@ -34,7 +34,7 @@ AgentSeek 是面向本地 Agent 应用开发的 template-first 工具包。它为可编辑的生成项目 提供一条可预期的生命周期:发现、创建、审视、配置、检查、运行、观测和迭代。 -AgentSeek 0.1.1 从不可变的 +AgentSeek 0.1.2 从不可变的 [`agentseek-ai/agentseek-templates` catalog](https://github.com/agentseek-ai/agentseek-templates/releases/tag/v0.1.0) 解析 lifecycle-v2 模板。CLI 用内嵌注册表快照列出模板;命名模板内容只按精确锁定的 commit 获取。 diff --git a/pyproject.toml b/pyproject.toml index b0c4c928..f9b723db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "agentseek" -version = "0.1.1" +version = "0.1.2" description = "A database-native Agent Harness for runtime data workflows, powered by Bub" authors = [{ name = "Chojan Shang", email = "psiace@apache.org" }] readme = "README.md" diff --git a/tests/test_docs_lifecycle.py b/tests/test_docs_lifecycle.py index a75c206e..fc26db45 100644 --- a/tests/test_docs_lifecycle.py +++ b/tests/test_docs_lifecycle.py @@ -147,7 +147,7 @@ README_REQUIRED_TEXT = { "README.md": ( - "AgentSeek 0.1.1", + "AgentSeek 0.1.2", "releases/tag/v0.1.0", "native LangGraph backend", "React frontend", @@ -161,7 +161,7 @@ f"{IMMUTABLE_ASSET_ROOT}agentseek-adlc-en.svg", ), "README.zh.md": ( - "AgentSeek 0.1.1", + "AgentSeek 0.1.2", "releases/tag/v0.1.0", "发现、创建、审视、配置、检查、运行、观测和迭代", "原生 LangGraph 后端", diff --git a/uv.lock b/uv.lock index 957d8818..a757b8ae 100644 --- a/uv.lock +++ b/uv.lock @@ -38,7 +38,7 @@ wheels = [ [[package]] name = "agentseek" -version = "0.1.1" +version = "0.1.2" source = { editable = "." } dependencies = [ { name = "bub" },