Skip to content

Commit e26c732

Browse files
committed
release: studio v0.1.0-alpha.2, provider v0.1.0-alpha.3
1 parent bc15ef2 commit e26c732

3 files changed

Lines changed: 20 additions & 1 deletion

File tree

src/provider/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.1.0-alpha.3] - 2026-06-03
4+
5+
- 修复 LLM 集成:缺失 `_build_analyze_prompt` 等 4 个函数补齐,`.chat()``.complete()`
6+
- 合并 3R 端点:新增 `/reflect`(空隙分析)、`/rewrite`(全文改写)、`/cycle`(一站式 3R)
7+
- 响应输出统一 JSON 格式(`response_format={"type": "json_object"}`
8+
- 解开 `style_examples` 硬编码:改为从 StyleStore 读取
9+
- 测试重构:按 app 结构对齐(test_main.py + services/ 子目录),18 个测试
10+
311
## [0.1.0-alpha.2] - 2026-05-04
412

513
- 配置系统重构:pydantic-settings 替代 Vault,LLM_API_KEY 从环境变量读取

src/provider/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "qtcloud-write-provider"
3-
version = "0.1.0-alpha.2"
3+
version = "0.1.0-alpha.3"
44
requires-python = ">=3.11"
55
dependencies = ["fastapi", "uvicorn", "hvac", "pydantic-settings", "quanttide-agent"]
66

src/studio/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.1.0-alpha.2] - 2026-06-03
4+
5+
- 3R 写作工作台:三栏布局 + 编辑器 + 空隙标记列 + 分析面板
6+
- 正则分析引擎:4 类空隙检测 / 3 项风格评分 / 引导问题 / 改写建议
7+
- Markdown 编辑/预览切换
8+
- BLoC 状态管理
9+
- 设计令牌暗色主题
10+
- 深度分析入口:连接 provider 语义分析(--dart-define=PROVIDER_URL)
11+
- doc_agent 文档智能体组件保留
12+
- 单元测试 124 个 + 集成测试 9 个
13+
314
## [0.1.0-alpha.1] - 2025-05-03
415

516
- Flutter Web 写作评审客户端界面

0 commit comments

Comments
 (0)