feat(github-copilot-sdk): release v0.12.0 with adaptive console, stream deduplication and TTFT profiling

This commit is contained in:
fujie
2026-03-21 13:08:40 +08:00
parent c87e80379b
commit 9f2e7a9658
13 changed files with 191 additions and 40 deletions

View File

@@ -42,7 +42,7 @@ OpenWebUI 增强功能集合。包含个人开发与收集的插件、提示词
> [!TIP]
> **无需 GitHub Copilot 订阅!** 支持 **BYOK (Bring Your Own Key)** 模式,使用你自己的 OpenAI/Anthropic API Key。
#### 🚀 核心进化 (v0.11.0)
#### 🚀 核心进化 (v0.12.0)
- **🚀 高性能共享池**:通过单例进程池消除了对话间 1-2 秒的进程冷启动延迟,响应更迅速。
- **🔑 纯 BYOK 模式支持**:解除对 `GH_TOKEN` 的强制依赖,仅凭自定义 API Key 即可完整运行。
@@ -128,7 +128,7 @@ OpenWebUI 增强功能集合。包含个人开发与收集的插件、提示词
### Pipes (模型管道)
- **GitHub Copilot SDK** (`github-copilot-sdk`): 深度集成 GitHub Copilot SDK 的强大 Agent (v0.11.0)。支持高性能进程池优化、纯 BYOK 模式、智能意图识别、自主网页搜索与上下文压缩。
- **GitHub Copilot SDK** (`github-copilot-sdk`): 深度集成 GitHub Copilot SDK 的强大 Agent (v0.12.0)。支持高性能进程池优化、纯 BYOK 模式、智能意图识别、自主网页搜索与上下文压缩。
### Pipelines (工作流管道)