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: drivecore/mycoder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: mycoder-v1.5.0
Choose a base ref
...
head repository: drivecore/mycoder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: mycoder-v1.6.0
Choose a head ref
  • 5 commits
  • 10 files changed
  • 2 contributors

Commits on Mar 21, 2025

  1. feat(browser): add system browser detection for Playwright

    This change allows mycoder to detect and use system-installed browsers
    instead of requiring Playwright's bundled browsers to be installed.
    It improves the experience when mycoder is installed globally via npm.
    
    - Add BrowserDetector module for cross-platform browser detection
    - Update SessionManager to use detected system browsers
    - Add configuration options for browser preferences
    - Update documentation in README.md
    - Maintain compatibility with headless mode and clean sessions
    
    Fixes #333
    bhouston committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    00bd879 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #336 from drivecore/feature/system-browser-detection

    feat(browser): add system browser detection for Playwright
    bhouston authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    e319645 View commit details
    Browse the repository at this point in the history
  3. chore: remove some old docs.

    bhouston committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    4fd8b48 View commit details
    Browse the repository at this point in the history
  4. chore(release): 1.6.0 [skip ci]

    # [mycoder-agent-v1.6.0](mycoder-agent-v1.5.0...mycoder-agent-v1.6.0) (2025-03-21)
    
    ### Features
    
    * **browser:** add system browser detection for Playwright ([00bd879](00bd879)), closes [#333](#333)
    semantic-release-bot committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    944c979 View commit details
    Browse the repository at this point in the history
  5. chore(release): 1.6.0 [skip ci]

    # [mycoder-v1.6.0](mycoder-v1.5.0...mycoder-v1.6.0) (2025-03-21)
    
    ### Features
    
    * **browser:** add system browser detection for Playwright ([00bd879](00bd879)), closes [#333](#333)
    semantic-release-bot committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    3a8423a View commit details
    Browse the repository at this point in the history
Loading