Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Dimillian/CodexMonitor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: lazerusrm/CodexMonitor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 9 files changed
  • 2 contributors

Commits on Jan 21, 2026

  1. feat: add Windows platform support

    - terminal.rs: Use PowerShell on Windows, keep $SHELL/zsh on Unix
      - Make -i flag conditional (Unix only)
    
    - app_server.rs: Platform-aware PATH handling
      - Use ; separator on Windows, : on Unix
      - Add Windows tool paths (nvm-windows, npm, Volta, pnpm, Scoop, Git, Node.js)
      - Check both HOME and USERPROFILE for home directory
    
    - workspaces.rs: Platform-specific app launching
      - macOS: open -a
      - Windows: Map app names to executables (code, cursor, etc.)
      - Linux: Use lowercase command names
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    Administrator and claude committed Jan 21, 2026
    Configuration menu
    Copy the full SHA
    cde0e24 View commit details
    Browse the repository at this point in the history
  2. chore: bump version to 0.7.13

    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    Administrator and claude committed Jan 21, 2026
    Configuration menu
    Copy the full SHA
    552ec65 View commit details
    Browse the repository at this point in the history
  3. ci: add Windows build to release workflow

    - Add build_windows job for MSI and NSIS installers
    - Download Windows artifacts in release job
    - Include Windows installers in GitHub release
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    Administrator and claude committed Jan 21, 2026
    Configuration menu
    Copy the full SHA
    15925f0 View commit details
    Browse the repository at this point in the history
  4. feat: enable dictation support on Windows

    - Remove Windows exclusion from dictation module in lib.rs
    - Move cpal, whisper-rs, sha2 dependencies to main [dependencies] section
    - Add CMake installation step to Windows CI build
    
    Dictation now uses the same whisper-rs based speech-to-text on all platforms.
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    Administrator and claude committed Jan 21, 2026
    Configuration menu
    Copy the full SHA
    df19c29 View commit details
    Browse the repository at this point in the history
Loading