• Joined on 2026-02-02
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-15 12:30:59 +08:00
f346f8d568 perf: use direct opencode binary path instead of npx
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-15 12:20:15 +08:00
c2a9fcdb2e fix: conditionally enable shell on Windows for npx spawn calls
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-15 12:02:42 +08:00
78208cd4b1 refactor: parse opencode JSON stream output directly, remove extra session list call, increase timeout to 60s
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-15 11:42:34 +08:00
525fa5ef8f fix: add shell:true to spawn calls for cross-platform npx compatibility
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-15 11:36:53 +08:00
a34f3cf240 fix: prevent double response with responded guard in spawn handlers
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-15 11:33:38 +08:00
119b8201bb fix: use npx opencode instead of direct bin path, add spawn error handling
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-15 11:23:20 +08:00
0aac429908 refactor: AI session managed server-side, sessionId returned from API
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-15 10:24:30 +08:00
33357650c7 feat: AI assistant panel, editor improvements, vite and package config
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-14 21:39:12 +08:00
80b361813e chore: editor App and NodeEditor updates
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-14 21:34:39 +08:00
f8af9e608d chore: editor App.vue update
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-14 21:31:50 +08:00
7c80fc431c feat: remember last edited scene path in editor via localStorage
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-14 21:23:24 +08:00
34e11a4f52 chore: NodeEditor.vue update
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-14 21:19:31 +08:00
f741f73e11 chore: editor App and SceneGraph updates
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-14 21:16:36 +08:00
94e0ea9c24 chore: NodeEditor.vue update
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-14 21:11:37 +08:00
b45ad8bbc3 fix: App.vue and useGameEngine refinements
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-14 21:03:29 +08:00
8b90ba0501 chore: App.vue and useGameEngine updates
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-14 20:50:46 +08:00
35ddef9dcc chore: editor App.vue update
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-14 20:48:23 +08:00
61fd5dbc2d chore: editor App.vue update
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-14 20:43:35 +08:00
c6afeb2691 chore: vite config update
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-14 20:38:16 +08:00
59f6956b50 chore: editor store, graph, and vite config updates