From c3c1fa6572084c6311d37b78870c8f58fd525182 Mon Sep 17 00:00:00 2001 From: "feifei.xu" <307327147@qq.com> Date: Sat, 14 Mar 2026 21:26:49 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=A1=B9=E7=9B=AE=E6=9B=B4=E5=90=8D?= =?UTF-8?q?=20-=20PIT=20Router=20=E2=86=92=20=E6=99=BA=E9=98=9F=E4=B8=AD?= =?UTF-8?q?=E6=9E=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ README.md | 6 +++--- app/__init__.py | 4 ++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c263806..3493187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [0.6.2] - 2026-03-14 + +### Changed + +- **项目更名** - PIT Router / PIT 网关路由应用 → **智队中枢** + +--- + ## [0.6.1] - 2026-03-14 ### Fixed diff --git a/README.md b/README.md index 231bbdc..21c0bb5 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# PIT 网关路由应用 +# 智队中枢 > Personal Intelligent Team Router Service ## 项目概述 -PIT(Personal Intelligent Team)网关路由应用是 PIT 系统的核心组件,负责连接用户交互层和 Agent 层,实现消息路由、会话管理、Agent 调度等功能。 +**智队中枢**(原 PIT Router)是 PIT 系统的核心组件,负责连接用户交互层和 Agent 层,实现消息路由、会话管理、Agent 调度等功能。 ### 核心目标 @@ -637,7 +637,7 @@ volumes: ## 相关项目 -- [PIT Channel 插件](http://1.14.58.157:3000/yunxiafei/PIT_Channel) - OpenClaw Channel 插件 +- [PIT Channel 插件](http://1.14.58.157:3000/yunxiafei/PIT_Channel) - OpenClaw Channel 插件(智队中枢客户端) --- diff --git a/app/__init__.py b/app/__init__.py index db62427..0317e5b 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -38,8 +38,8 @@ def create_app(config_name='default'): @app.route('/') def index(): return { - 'service': 'PIT Router', - 'version': '0.6.0', + 'service': '智队中枢', + 'version': '0.6.1', 'status': 'running', 'endpoints': { 'health': '/health',