jim800121
  • Joined on 2026-02-12
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 12:41:33 +00:00
74a850a00c feat: replace web GUI with native Windows system tray via syscall
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 11:14:48 +00:00
db6388523f feat: add --gui mode for Windows web-based server controller
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 11:05:09 +00:00
53e0ba025c fix: Windows installer server launch and auto-start issues
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 10:48:41 +00:00
551dee46cc feat: add Windows installer build script
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 10:47:22 +00:00
522800cc7d feat: auto-install libusb on Windows from bundled DLL
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 10:45:57 +00:00
8ac02b3b35 fix: Windows installer issues - Python detection and scheduled task
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 10:41:28 +00:00
9110e1647d fix: ensure parent directories exist before extracting files
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 10:36:03 +00:00
ecabffc890 feat: write installation log to temp directory
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 10:22:09 +00:00
67242de577 feat: auto-install Python 3 via winget on Windows
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 10:17:06 +00:00
3bc537df95 fix: abort installation on critical step failure
Compare 2 commits »
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 09:13:52 +00:00
31b64ef6df docs: add prerequisite install commands to Windows build guide
1eab9b7ceb docs: add Go HTTP alternative architecture and Windows build guide to TDD
ff7dfb3562 ci: add continue-on-error to artifact upload steps
Compare 5 commits »
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-06 21:40:52 +00:00
d652f38c41 ci: set artifact retention to 3 days to prevent storage quota issues
2be1d4d8d5 merge: resolve frontend submodule conflict, keep as normal directory
Compare 3 commits »
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-06 21:26:37 +00:00
5cf9764c4d merge: resolve frontend submodule conflict, keep as normal directory
c6ba353337 fix: convert frontend from submodule reference to normal directory
7a84f9e320 ci: add GitHub Actions workflow for macOS + Windows installer builds
0b00bc82e4 fix: move CI workflow to repo root and update paths
74fb9ce6aa restore: add back local_service_win to repo root
Compare 9 commits »
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-06 19:50:16 +00:00
fbbb8614c0 fix: move CI workflow to repo root and update paths
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-06 19:16:14 +00:00
336eba8999 restore: add back local_service_win to repo root
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-06 18:41:32 +00:00
dd8d9b0ce2 refactor: reorganize repo — move edge-ai-platform to subdirectory
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-06 18:29:01 +00:00
c326e228a1 merge: bring master into main
bf2f01d2f3 feat: installer improvements + CI workflow
8e836e6fda initial
Compare 3 commits »
jim800121 created branch master in warrenchen/web_academy_prototype 2026-03-06 18:13:47 +00:00
jim800121 pushed to master at warrenchen/web_academy_prototype 2026-03-06 18:13:47 +00:00
bf2f01d2f3 feat: installer improvements + CI workflow
8e836e6fda initial
Compare 2 commits »
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-02 02:34:47 +00:00
0103a483b8 docs: add F19 cluster inference specs to PRD + TDD