-
Notifications
You must be signed in to change notification settings - Fork 44
Comparing changes
Open a pull request
base repository: drivecore/mycoder
base: mycoder-agent-v1.6.0
head repository: drivecore/mycoder
compare: mycoder-agent-v1.7.0
- 12 commits
- 27 files changed
- 2 contributors
Commits on Mar 21, 2025
-
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)
Configuration menu - View commit details
-
Copy full SHA for 3a8423a - Browse repository at this point
Copy the full SHA 3a8423aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2367481 - Browse repository at this point
Copy the full SHA 2367481View commit details -
Configuration menu - View commit details
-
Copy full SHA for b284b28 - Browse repository at this point
Copy the full SHA b284b28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c0deaa - Browse repository at this point
Copy the full SHA 6c0deaaView commit details -
Merge pull request #337 from drivecore/docs/system-browser-detection
docs: add system browser detection documentation
Configuration menu - View commit details
-
Copy full SHA for db62e48 - Browse repository at this point
Copy the full SHA db62e48View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for a5caf46 - Browse repository at this point
Copy the full SHA a5caf46View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6276bc0 - Browse repository at this point
Copy the full SHA 6276bc0View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e8e63ae - Browse repository at this point
Copy the full SHA e8e63aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4f1fb5 - Browse repository at this point
Copy the full SHA d4f1fb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2a86c0 - Browse repository at this point
Copy the full SHA e2a86c0View commit details -
Merge pull request #339 from drivecore/feature/338-message-compaction
Add automatic compaction of historical messages for agents
Configuration menu - View commit details
-
Copy full SHA for 33f6318 - Browse repository at this point
Copy the full SHA 33f6318View commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for c0b1918 - Browse repository at this point
Copy the full SHA c0b1918View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff mycoder-agent-v1.6.0...mycoder-agent-v1.7.0