Commit Graph

6 Commits

Author SHA1 Message Date
a2d80d2660 embed readme 2026-05-29 14:09:05 +08:00
2ca858cfa4 changelog and final build 2026-05-29 13:50:09 +08:00
6be55255b2 update 2026-05-23 16:57:24 +08:00
40f13989c2 build script update 2026-05-14 14:38:22 +08:00
1cfdcb03ab Route build outputs to dist/ and commit release artifacts
build.ps1 now always packages the .vsix and writes both artifacts to
dist/. Added .vscodeignore so the .vsix excludes Go source, TS source,
and other dev-only files.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-12 01:20:54 +08:00
f123cbfc4a Add standalone Go build alongside VSCode extension
Ports all five tools to a single 7.5 MB Windows exe with an embedded
WebView2 window, file-based config, single-instance focus, and clean
shutdown. Adds build.ps1 to build both targets from one command.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-12 01:15:39 +08:00