• Joined on 2026-02-02
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-16 19:48:02 +08:00
9f2e6d5605 chore: add skill frontmatter metadata
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-16 19:37:49 +08:00
298f0930ad refactor: rename skill file to SKILL.md for auto-loading
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-16 19:31:06 +08:00
e1512c66d4 chore: add opencode skill configuration
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-16 17:56:41 +08:00
21a088bd99 refactor: move version history dropdown from AIPanel to toolbar
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-16 17:53:34 +08:00
4cca832641 fix: reset version debounce state on version restore
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-16 17:49:35 +08:00
b8a5d55e8c chore: add debug logging for version history debounce
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-16 17:46:09 +08:00
bef04efb1e feat: auto-save version history with 3s debounce
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-16 17:35:04 +08:00
7e896d53b8 refactor: move delete button to left side of NodeEditor header
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-16 17:31:11 +08:00
a40cc8874a refactor: remove close button and AI button from NodeEditor header
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-16 17:06:27 +08:00
6bd61ae522 feat: collapsible NodeEditor panel with right-edge bar
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-16 16:43:38 +08:00
0616f4a702 feat: remove AI toolbar button, show AI panel by default
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-16 16:39:43 +08:00
9a990274d6 fix: hide collapsed bar when expanded, fix bottom offset
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-16 16:35:05 +08:00
897522ed5a feat: collapsible AI panel with overlay layout
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-16 16:00:20 +08:00
f14390a69c chore: add debug logging for AI plugin in dev server
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-16 15:23:25 +08:00
a21652b1ca feat: add version history and AI diff highlighting in editor
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-15 15:10:16 +08:00
c1f7be1507 refactor: simplify AI panel workflow - direct file modification and reload from disk
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-15 14:31:26 +08:00
395c55b6b0 feat: enrich AI requests with scene context and project root path
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-15 14:16:46 +08:00
5f717ac3b6 fix: validate JSON before applying AI result, show raw text on parse failure
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-15 14:06:35 +08:00
b1ea2e6474 fix: improve AI response JSON parsing robustness
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-15 14:00:51 +08:00
7b3ad95549 fix: accumulate streaming AI text parts instead of replacing