coso
|
9f31ba4cd7
|
feat: sync latest workspace changes
v1.14.0
|
2026-04-19 18:50:13 +08:00 |
|
coso
|
3715b6e304
|
chore: prepare v1.14.0 release
|
2026-04-19 17:19:33 +08:00 |
|
coso
|
ce8590d8be
|
chore: prepare v1.13.0 release
v1.13.0
|
2026-04-18 02:43:24 +08:00 |
|
coso
|
0c22408595
|
release: prepare v1.12.3
v1.12.3
|
2026-04-17 10:12:42 +08:00 |
|
coso
|
0d19155303
|
release: prepare v1.12.2
v1.12.2
|
2026-04-17 08:39:25 +08:00 |
|
coso
|
b98578c7a4
|
feat: enrich sceneapp context surfaces
|
2026-04-17 08:28:15 +08:00 |
|
coso
|
b400187197
|
release: prepare v1.12.1
v1.12.1
|
2026-04-17 07:18:55 +08:00 |
|
coso
|
8d16779569
|
chore: finalize v1.12.0 release state
v1.12.0
|
2026-04-16 23:32:06 +08:00 |
|
coso
|
558e80e5a7
|
release: v1.12.0
|
2026-04-16 23:32:03 +08:00 |
|
coso
|
dfca03a5e5
|
Merge pull request #142 from limecloud/release-fix-v1.11.0-20260415-092021
fix: serialize release asset publishing
|
2026-04-15 10:05:50 +08:00 |
|
coso
|
08402574fc
|
fix: serialize release asset publishing
|
2026-04-15 09:21:07 +08:00 |
|
coso
|
302e7524d2
|
修复编译问题
v1.11.0
|
2026-04-15 07:38:01 +08:00 |
|
coso
|
d5902c9380
|
release: v1.11.0
|
2026-04-15 02:09:45 +08:00 |
|
coso
|
ca7e460e27
|
fix: repair hotkey catalog typecheck
v1.10.0
|
2026-04-13 13:13:40 +08:00 |
|
coso
|
bf03e44ac7
|
release: v1.10.0
|
2026-04-13 13:07:08 +08:00 |
|
coso
|
0f15b8a71e
|
release: v1.9.0
v1.9.0
|
2026-04-13 02:50:53 +08:00 |
|
coso
|
52624b1488
|
fix: guard nullable turns in workspace inputbar runtime
v1.8.0
|
2026-04-12 13:02:45 +08:00 |
|
coso
|
0b535507bb
|
chore: release v1.8.0
|
2026-04-12 12:48:28 +08:00 |
|
coso
|
9412768f39
|
fix: stabilize v1.7.0
v1.7.0
|
2026-04-11 02:53:07 +08:00 |
|
coso
|
26751bc117
|
release: v1.7.0
|
2026-04-11 01:17:15 +08:00 |
|
coso
|
182c0d464a
|
feat: ship lime 1.6.1 rollout
v1.6.1
|
2026-04-09 18:47:33 +08:00 |
|
coso
|
db3bfae4ff
|
release: v1.6.0
v1.6.0
|
2026-04-09 00:08:21 +08:00 |
|
coso
|
a057d76e6a
|
fix: stabilize v1.5.1 workspace build
v1.5.1
|
2026-04-08 01:57:44 +08:00 |
|
coso
|
7431c19f31
|
chore: include full workspace in v1.5.1
|
2026-04-08 01:37:09 +08:00 |
|
coso
|
c6d1fc4b4a
|
chore: finalize v1.5.1 release
|
2026-04-08 01:36:07 +08:00 |
|
coso
|
9dc253ea8b
|
chore: release v1.5.1
|
2026-04-08 01:14:34 +08:00 |
|
coso
|
d2c56ba418
|
chore: release v1.5.0
v1.5.0
|
2026-04-08 00:38:05 +08:00 |
|
coso
|
7c06f84e16
|
release: v1.4.0
v1.4.0
|
2026-04-06 22:50:50 +08:00 |
|
 cosoandClaude Sonnet 4.6
|
acc573818d
|
refactor: 删除部分调试语句
## 清理内容
- 删除 useImageGen.ts 中的调试语句
- 准备进行大规模重构
## 验证通过
- ✅ 契约验证通过
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-04-05 22:29:50 +08:00 |
|
 cosoandClaude Sonnet 4.6
|
3677306483
|
refactor: 删除无意义包装函数和冗余index文件
## 清理内容
### 1. 删除无意义的Props包装函数
- `buildWorkspaceMessageListProps`:直接返回输入参数,无实际逻辑
- 简化了 `useWorkspaceConversationScenePresentation` 的使用
### 2. 删除单导出的冗余index文件
- `src/components/dev/index.ts`
- `src/components/automation/index.ts`
- `src/components/memory/index.ts`
- `src/components/resources/index.ts`
- `src/components/tools/image-analysis/index.ts`
这些文件只包含一个export语句,可以直接导入原文件
## 优化效果
- 减少了不必要的函数调用层级
- 简化了导入路径
- 减少了文件数量
## 验证通过
- ✅ 契约验证通过
- ✅ 无引用破坏
- ✅ 构建正常
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-04-05 22:26:56 +08:00 |
|
 cosoandClaude Sonnet 4.6
|
3b77b78b4d
|
refactor: 清理空文件、废弃 API 和 Rust 编译产物
## 清理内容
### 1. 删除废弃的兼容 API
- `src/lib/terminal-api.ts`:已迁移到 `@/lib/api/terminal`,无引用
### 2. 删除空文件
- `src/components/terminal/aipanel/types.ts`:空类型定义文件
- `src/hooks/useWindowResize.ts`:空 Hook 文件
- `src/hooks/useModelSelector.ts`:空 Hook 文件
### 3. Rust 编译产物清理
- 清理 `src-tauri/target/` 目录
- 释放磁盘空间:137.8GB
- 移除 201,140 个编译产物文件
## 验证通过
- ✅ 契约验证:619 frontend commands, 697 rust commands
- ✅ 无引用确认:所有删除文件已确认无引用
- ✅ 构建验证:项目仍可正常构建
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-04-05 22:23:54 +08:00 |
|
 cosoandClaude Sonnet 4.6
|
c2261961c1
|
refactor: 深度清理旧 UI 表面与 plugin-ui 系统
## 清理范围
### 1. Plugin UI 系统(完整删除)
- 删除 `src/lib/plugin-ui/` 整个渲染运行时
- 保留 `src/lib/api/pluginUI.ts` 元数据 API
- 删除 `docs/plugin-ui-design.md` 设计文档
- 清理 i18n 中的 PluginUIRenderer 引用
### 2. Provider Pool 旧凭证表单链
- 删除 `AntigravityFormStandalone.tsx`
- 删除 `ClaudeFormStandalone.tsx`
- 删除 `GeminiFormStandalone.tsx`
- 删除 `KiroFormStandalone.tsx`
- 删除 `provider-pool/credential-forms/index.ts`
### 3. Agent Chat 旧兼容壳
- 删除 `StableProcessingNotice.tsx`
- 删除 `useStableProcessingNotice.ts`
- 删除固定的 `agent/chat/config.ts`
- 更新治理目录册与守卫
### 4. 更深层 dead UI 组件
- 删除 `ui/alert.tsx`
- 删除 `ui/radio-group.tsx`
- 删除 `ui/separator.tsx`
- 删除 `model-selector/` 整个目录
- 删除 `smart-input/` 整个目录
- 删除 `subagent/` 目录
- 删除 `websocket/` 目录
- 删除 `solutions/ecommerce-review-reply/` 整个目录
### 5. 其他清理
- 删除 `src-tauri/crates/services/src/switch.rs`
- 删除 `src-tauri/src/commands/switch_cmd.rs`
- 删除零入口 barrel 文件
- 同步更新文档与测试
## 验证通过
- ✅ 治理报告:零引用候选 0,分类漂移候选 0,边界违规 0
- ✅ 契约验证:619 frontend commands, 697 rust commands
- ✅ 治理测试:75 个测试全绿
## 影响统计
- 126 个文件变更
- +2566 行, -14468 行
- 净减少约 12000 行代码
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-04-05 22:19:15 +08:00 |
|
coso
|
e4b93c38d8
|
chore: finalize v1.3.0 follow-up fixes
v1.3.0
|
2026-04-05 14:10:33 +08:00 |
|
coso
|
e9ba195ff6
|
release: v1.3.0
|
2026-04-05 13:42:25 +08:00 |
|
coso
|
f9ff9c1abd
|
release: prepare v1.2.0
v1.2.0
|
2026-04-04 09:45:04 +08:00 |
|
coso
|
cf242a6fe5
|
feat(companion): route pet chat and voice through lime host
|
2026-04-03 21:40:32 +08:00 |
|
coso
|
8ea5050aba
|
release: ship v1.1.0
v1.1.0
|
2026-04-02 20:36:21 +08:00 |
|
coso
|
0398fc8c8e
|
chore: release v1.0.1
v1.0.1
|
2026-04-01 07:09:52 +08:00 |
|
coso
|
732cf9b390
|
release: v1.0.0-beta
v1.0.0-beta
|
2026-03-31 02:18:13 +08:00 |
|
coso
|
5398aa0ca3
|
fix: support global event source in dev bridge
|
2026-03-30 14:55:03 +08:00 |
|
coso
|
ae7b3163a9
|
chore: release v0.99.0
|
2026-03-30 14:31:05 +08:00 |
|
coso
|
149e63c2f7
|
fix: unblock v0.98.0 release workflow
|
2026-03-29 14:34:26 +08:00 |
|
coso
|
deceacc699
|
chore: release v0.98.0
|
2026-03-29 14:15:34 +08:00 |
|
coso
|
dfbbb3d204
|
feat: refresh latest v0.97.0 release payload
|
2026-03-28 08:33:54 +08:00 |
|
 cosoandClaude Opus 4.6
|
71a225cfa2
|
feat: 强制展开时间线,始终显示执行过程
- 修改 defaultDetailsExpanded 为 true,让时间线默认展开
- 移除折叠卡片,用户可以直接看到工具调用的时间线
- 提升对话流的可见性和连贯性
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-03-27 22:07:25 +08:00 |
|
 cosoandClaude Opus 4.6
|
0e6b18647c
|
feat: 启用时间线内联操作展示模式
将 AgentThreadTimeline 切换到新的时间线设计:
- 使用 TimelineInlineItem 组件展示工具调用
- 采用左侧时间线 + 右侧内容的布局
- 移除旧的步骤列表卡片(保留代码作为备用)
- 提升对话流的连贯性和可读性
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-03-27 21:59:56 +08:00 |
|
 cosoandClaude Opus 4.6
|
59a40db140
|
feat: 实现 Agent 执行过程的时间线 + 内联操作展示
- 创建 TimelineInlineItem 组件:左侧时间线 + 状态图标,右侧操作标题 + 折叠输出
- 创建 TimelineFlowDemo 演示组件:展示新的对话流式设计
- 集成到 AgentThreadTimeline:引入新组件支持
- 参考 Cursor/Codex 设计:采用时间线 + 内联操作模式,提升对话连贯性
- 移除冗余状态标签:只用图标和动画表示状态
- 自动折叠长输出:保持界面整洁,失败时默认展开错误详情
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-03-27 21:56:03 +08:00 |
|
coso
|
02ed1cd5b9
|
feat: finalize latest v0.97.0 release payload
|
2026-03-27 21:46:17 +08:00 |
|
coso
|
dedf46c4be
|
chore: sync harness eval history record cli
|
2026-03-27 19:24:27 +08:00 |
|
coso
|
2d9478809a
|
chore: sync generated slop report cli
|
2026-03-27 19:23:35 +08:00 |
|