Initial TrueGrowth source import

This commit is contained in:
2026-07-07 09:36:36 +08:00
commit 3b6781d695
2283 changed files with 691996 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
## 1. Implementation
- [x] 1.1 为 `ToolDefinition` 补充默认窗口行为类型定义,至少支持 `autoPinOnOpen`
- [x] 1.2 调整 `tool-window-service` 的打开逻辑,在未显式传入 `autoPin` 时读取工具定义默认行为
- [x] 1.3 为 `video-analyzer``music-analyzer` 配置默认打开即常驻
- [x] 1.4 补充针对性校验,确认默认自动常驻与显式 `autoPin`、手动 pin/unpin 不冲突