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: release
Choose a head ref
  • 19 commits
  • 34 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
  6. docs: add system browser detection documentation

    This commit adds documentation for the system browser detection feature introduced in PR #336 and issue #333. It includes:\n\n- New browser-detection.md page with comprehensive information\n- Updates to configuration.md to document new options\n- Updates to getting started guides for all platforms
    bhouston committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    2367481 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b284b28 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c0deaa View commit details
    Browse the repository at this point in the history
  9. Merge pull request #337 from drivecore/docs/system-browser-detection

    docs: add system browser detection documentation
    bhouston authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    db62e48 View commit details
    Browse the repository at this point in the history
  10. feat: Add automatic compaction of historical messages for agents

    Implements #338 - Agent self-managed message compaction:
    
    1. Enhanced LLM abstraction to track token limits for all providers
    2. Added status update mechanism to inform agents about resource usage
    3. Created compactHistory tool for summarizing older messages
    4. Updated agent documentation and system prompt
    5. Added tests for the new functionality
    6. Created documentation for the message compaction feature
    
    This feature helps prevent context window overflow errors by
    giving agents awareness of their token usage and tools to
    manage their context window.
    bhouston committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    a5caf46 View commit details
    Browse the repository at this point in the history
  11. feat: Improve message compaction with proactive suggestions

    - Change token usage threshold from 70% to 50% for compaction recommendations
    - Add threshold-based status updates (send updates when usage exceeds 50%)
    - Update documentation and tests to reflect these changes
    - Make compaction recommendations more proactive at high usage
    bhouston committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    6276bc0 View commit details
    Browse the repository at this point in the history
  12. docs: Add message compaction to docs website

    - Added message-compaction.md to packages/docs/docs/usage
    - Updated usage index to include message compaction
    - Added compactHistory tool to the tools table
    bhouston committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    e8e63ae View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d4f1fb5 View commit details
    Browse the repository at this point in the history
  14. fix docs.

    bhouston committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    e2a86c0 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #339 from drivecore/feature/338-message-compaction

    Add automatic compaction of historical messages for agents
    bhouston authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    33f6318 View commit details
    Browse the repository at this point in the history
  16. chore(release): 1.7.0 [skip ci]

    # [mycoder-agent-v1.7.0](mycoder-agent-v1.6.0...mycoder-agent-v1.7.0) (2025-03-21)
    
    ### Bug Fixes
    
    * Fix TypeScript errors and tests for message compaction feature ([d4f1fb5](d4f1fb5))
    
    ### Features
    
    * Add automatic compaction of historical messages for agents ([a5caf46](a5caf46)), closes [#338](#338)
    * Improve message compaction with proactive suggestions ([6276bc0](6276bc0))
    semantic-release-bot committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    c0b1918 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2025

  1. chore: remove test-profile.

    bhouston committed Mar 22, 2025
    Configuration menu
    Copy the full SHA
    e88a2f8 View commit details
    Browse the repository at this point in the history
  2. chore: format & lint

    bhouston committed Mar 22, 2025
    Configuration menu
    Copy the full SHA
    cb5434b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    468c050 View commit details
    Browse the repository at this point in the history
Loading