• Joined on 2026-03-08
xuanchi pushed to master at xuanchi/XCEngine 2026-03-15 00:20:01 +08:00
827a0c6302 chore: 清理构建产物和临时文件
xuanchi pushed to master at xuanchi/XCEngine 2026-03-15 00:08:12 +08:00
15f42a1af5 feat: 添加CommandList常量和DSV支持,完善RenderContext
ab29013c01 fix: 修复VertexBuffer/IndexBuffer SizeInBytes错误及Fence Signal类型问题
3ad317afb2 feat: 修复RHI渲染循环问题
5f12393424 feat: 实现D3D12 RHI抽象层,修复PSO创建问题
Compare 4 commits »
xuanchi pushed to main at xuanchi/XCDesktop 2026-03-15 00:02:17 +08:00
dcd1fcd709 chore: 添加新依赖包 (@opencode-ai/sdk, @radix-ui, class-variance-authority, tailwind-merge)
xuanchi pushed to main at xuanchi/XCDesktop 2026-03-14 23:56:10 +08:00
18c02053da feat(opencode): 将 iframe 替换为 webview 避免 Tauri 应用在 iframe 中卡死
xuanchi pushed to main at xuanchi/XCDesktop 2026-03-14 23:11:44 +08:00
3c353cb701 fix: 修复打包后 XCOpenCodeWeb.exe 路径问题
xuanchi pushed to main at xuanchi/XCDesktop 2026-03-14 22:56:48 +08:00
0d5cd329ca feat(home): add Thinking fold button, improve message styling
xuanchi pushed to main at xuanchi/XCDesktop 2026-03-14 22:22:43 +08:00
e950484af6 feat(home): add drag file to chat input, add settings config API
xuanchi pushed to main at xuanchi/XCDesktop 2026-03-14 21:53:59 +08:00
cbc1af7348 feat(home): add AI chat interface with OpenCode integration
xuanchi pushed to main at xuanchi/XCDesktop 2026-03-14 20:44:41 +08:00
88d42b37a6 feat(opencode): 改进 XCOpenCodeWeb 服务管理和健康检查
xuanchi pushed to master at xuanchi/XCOpenCodeWeb 2026-03-14 19:41:47 +08:00
bf1ebbc2fb Update exe size documentation to ~150MB (was ~300MB with Electron)
xuanchi pushed to master at xuanchi/XCOpenCodeWeb 2026-03-14 19:41:01 +08:00
382b5afdb9 Refactor loop detection logic in ChatInput
xuanchi pushed to master at xuanchi/XCOpenCodeWeb 2026-03-14 18:06:19 +08:00
78937e0679 Add loopInfo and onStopLoop to working status component
xuanchi pushed to master at xuanchi/XCOpenCodeWeb 2026-03-14 18:05:44 +08:00
18c67c8a3a Add loopInfo and onStopLoop to working status component
816af87ac8 add /loop-n command for repeated prompt execution
df5954c8e1 remove unused voice settings from navigation
Compare 3 commits »
xuanchi pushed to main at xuanchi/XCDesktop 2026-03-14 16:38:33 +08:00
b5343bcd9d Update xcopencodeweb port to 3002
9b22b647f2 feat(remote): 添加 XCOpenCodeWeb 服务管理
50cd1e29c9 fix(remote): 移除默认端口配置,使用 opencode 默认端口 4096
ba02eb10a7 fix: 端口改为 9999
7c656785c8 fix: XCOpenCodeWeb 启动时传入端口参数 --port 3002
Compare 15 commits »
xuanchi pushed to master at xuanchi/XCEngine 2026-03-13 21:24:18 +08:00
6a0dfb150d docs: 添加第二阶段计划 - RHI抽象层封装
xuanchi pushed to master at xuanchi/XCEngine 2026-03-13 20:54:11 +08:00
83fd517974 feat: 实现日志与调试系统(Debug模块)
xuanchi pushed to master at xuanchi/XCEngine 2026-03-13 20:40:23 +08:00
dc9b0751cb docs: 在README中添加MVS示例版本介绍
xuanchi pushed to master at xuanchi/XCEngine 2026-03-13 20:38:42 +08:00
fa3e48b0fc docs: 更新README.md反映新的项目结构
xuanchi pushed to master at xuanchi/XCEngine 2026-03-13 20:37:23 +08:00
34c75e7129 feat: 实现Containers、Memory、Threading核心模块及单元测试
xuanchi pushed to master at xuanchi/XCEngine 2026-03-13 19:23:35 +08:00
508ee0bdc8 Fix math unit tests: Plane, Frustum, Quaternion, Bounds