Fixed
- Windows Binary Path Resolution: Fixed Bun compiled binary on Windows failing to find
package.jsonand other assets. The binary was incorrectly using the Bun runtime's virtual filesystem path (B:\~BUN\) instead of the actual executable location. Now usesprocess.execPathwhich correctly points to the compiled binary, and updated detection to check for%7EBUN(URL-encoded~BUN) inimport.meta.url. - Windows Terminal Truecolor Support: Fixed theme colors appearing washed out in Windows Terminal. The color mode detection now checks for
WT_SESSIONenvironment variable to enable truecolor (24-bit RGB) support instead of falling back to 256-color mode.