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-agent-v1.6.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-agent-v1.7.0
Choose a head ref
  • 12 commits
  • 27 files changed
  • 2 contributors

Commits on Mar 21, 2025

  1. 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
  2. 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
  3. Configuration menu
    Copy the full SHA
    b284b28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c0deaa View commit details
    Browse the repository at this point in the history
  5. 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
  6. 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
  7. 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
  8. 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
  9. Configuration menu
    Copy the full SHA
    d4f1fb5 View commit details
    Browse the repository at this point in the history
  10. 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
  11. 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
  12. 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
Loading