61817b161f
fix(pi): converge worker failures and thinking state
2026-08-25 11:45:14 +08:00
f902edefd0
fix(pi): resolve packaged proxy token lazily
2026-08-24 21:41:29 +08:00
09841c8dbd
fix(pi): harden release proof lifecycle
2026-08-24 17:59:49 +08:00
df1151b5eb
fix(pi): strengthen final release proof
2026-08-24 15:47:57 +08:00
5a275b93a7
feat: remove legacy OpenCode runtime
...
Cut product flows over to Coding/Pi and retain only the migration-owned v1 boundary. Promote supported native optional packages because electron-builder omitted pnpm transitive optional closure from the packaged ASAR.
2026-08-24 12:17:43 +08:00
612135f911
feat: implement PI core chat timeline
2026-08-24 00:34:03 +08:00
22b4a9f9c4
feat(coding): add core host api composition
2026-08-23 20:00:35 +08:00
9520872d2f
feat(coding): add PI-105 product file host API
2026-08-23 18:17:30 +08:00
cce772299a
fix(opencode): keep model switching runtime-hot
2026-08-21 01:26:20 +08:00
990639f770
feat(auth): remember password securely
2026-08-20 23:41:33 +08:00
38db1589e2
feat(learning): replace courses with project catalog
2026-08-20 00:08:04 +08:00
411cd9cedf
test: add HTTP2-disabled diagnostic bootstrap
2026-08-19 12:01:00 +08:00
inman
927e13349b
perf: optimize app startup and background lifecycles
2026-08-19 00:56:15 +08:00
f7171a471a
merge: integrate remote learning module safely
Electron E2E / Electron E2E (macos-latest) (push) Has been cancelled
Electron E2E / Electron E2E (ubuntu-latest) (push) Has been cancelled
Electron E2E / Electron E2E (windows-latest) (push) Has been cancelled
2026-08-17 01:05:49 +08:00
inman
01bee3188b
feat: integrate learning module
Electron E2E / Electron E2E (macos-latest) (push) Has been cancelled
Electron E2E / Electron E2E (ubuntu-latest) (push) Has been cancelled
Electron E2E / Electron E2E (windows-latest) (push) Has been cancelled
2026-08-16 20:52:16 +08:00
aba5cae286
feat: add Makelore Robot hardware module
2026-08-13 23:17:22 +08:00
inman
22add3f01f
完善客户端模块与工作区能力
Electron E2E / Electron E2E (macos-latest) (push) Has been cancelled
Electron E2E / Electron E2E (ubuntu-latest) (push) Has been cancelled
Electron E2E / Electron E2E (windows-latest) (push) Has been cancelled
2026-08-13 19:51:02 +08:00
29c458f07d
合并远程主分支客户端收口
2026-08-13 17:13:36 +08:00
f05b9d4cb5
修复客户端更新诊断与错误展示
2026-08-13 15:28:14 +08:00
inman
f4113a872f
收口 Makelore 客户端变更
Electron E2E / Electron E2E (macos-latest) (push) Has been cancelled
Electron E2E / Electron E2E (ubuntu-latest) (push) Has been cancelled
Electron E2E / Electron E2E (windows-latest) (push) Has been cancelled
2026-08-12 22:43:09 +08:00
5b44864265
在 Makelore 构建并预检静态发布产物
2026-08-12 21:19:39 +08:00
926056a59b
feat: 将发布预检移入内置浏览器
2026-08-12 16:33:50 +08:00
be9bc84474
合并 AI 设计多会话客户端
...
Electron E2E / Electron E2E (macos-latest) (push) Has been cancelled
Electron E2E / Electron E2E (ubuntu-latest) (push) Has been cancelled
Electron E2E / Electron E2E (windows-latest) (push) Has been cancelled
整合 Enter 发送与多会话交互,保留服务端持久 Conversation Session,并补齐迁移、回归、Electron E2E 与 canonical 文档。
2026-08-11 16:18:52 +08:00
4df047708b
收敛客户端静态发布链路
2026-08-10 17:04:29 +08:00
a6fe14a8d6
fix: 修复 OpenCode 运行时启动与本地打包
2026-08-09 00:02:49 +08:00
86ece3a430
实现客户端登录七天滑动续期
...
需求:解决短效访问令牌到期后客户端一小时掉登录的问题。
实现:由 Electron Main 加密管理并轮换刷新凭据,按真实用户活动续期,七天闲置后清理会话,并补齐并发、迁移和终态回归测试。
2026-08-07 16:11:10 +08:00
03dae62cf3
feat: 支持 AI 设计项目多会话交互
...
需求:用户可在同一设计项目中新建和切换会话,任务列表保持项目级共享。
实现:
- 增加会话选择、新建入口及本地数据迁移
- Conversation 独立消息、Brief、Quote 与流式状态
- 保留项目任务并修复 Task revision 与 ABA 异步竞态
- 保持 Enter 发送、Shift+Enter 换行及 IME 保护
2026-08-06 18:22:15 +08:00
518d7ab4cd
feat: 对接设计 Agent Gateway WebSocket
...
需求:服务端统一 Agent Gateway 将设计任务状态流切换为 WebSocket,客户端需要实时展示生成任务并支持断线恢复。
实现:Electron Main 管理 Session、一次性 Ticket、WebSocket 心跳与游标续传,按关闭码回收会话;Renderer 继续通过本机 Host API 的 SSE 投影接收任务事件,并保留 REST 降级同步。
验证:typecheck、变更文件 ESLint、37 个聚焦测试及 build:vite 通过。
2026-08-02 20:15:37 +08:00
1e23028b4b
merge: 集成共享 Agent Browser 调试能力
...
Electron E2E / Electron E2E (macos-latest) (push) Has been cancelled
Electron E2E / Electron E2E (ubuntu-latest) (push) Has been cancelled
Electron E2E / Electron E2E (windows-latest) (push) Has been cancelled
需求:将 Agent Browser 独立功能提交合并到包含 AI 设计 Workspace 的最新主线。
实现:保留双方模块初始化、Host API 路由和 README 产品说明。
# Conflicts:
# electron/api/context.ts
2026-07-31 14:56:45 +08:00
e97a7ce9df
feat: 增加共享 Agent Browser 调试能力
...
需求:在 AI 编程会话中让用户与 Agent 共享同一浏览器页面,并查看控制台与网络信息。
实现:新增沙箱浏览器内核、Host API/渲染器面板、OpenCode 工具接入及安全边界测试。
2026-07-31 14:53:36 +08:00
3d9dd14918
feat: 统一 AI 设计 Workspace 与生成任务链路
...
需求:以设计项目组织固定设计 Agent 对话、方向确认和图片视频任务。
实现:新增 Works Square 云端适配与开发态本地适配,统一 Host API、Quote 确认、任务轮询及私有媒体 Range 代理。
2026-07-31 13:56:55 +08:00
inman
80e8386fa6
feat: update Makelore modules and conversations
Electron E2E / Electron E2E (macos-latest) (push) Has been cancelled
Electron E2E / Electron E2E (ubuntu-latest) (push) Has been cancelled
Electron E2E / Electron E2E (windows-latest) (push) Has been cancelled
2026-07-31 10:08:41 +08:00
inman
b8ca3f8eea
Makelore 2.0 initial clean snapshot
2026-07-29 17:22:35 +08:00