Skip to content

Releases: saigontechnology/AgentCrew

v0.6.6-4

29 Jul 07:24
Compare
Choose a tag to compare
using callback to make agent stateless

v0.6.6-3

29 Jul 05:32
Compare
Choose a tag to compare
refactoring how tool should be load

v0.6.6-2

29 Jul 05:05
Compare
Choose a tag to compare

hotfix: a2a and console

v0.6.6-1

25 Jul 07:29
Compare
Choose a tag to compare

hotfix

v0.6.6

23 Jul 07:52
Compare
Choose a tag to compare

AgentCrew Release Changelog v0.6.6

Release Date: July 23, 2025
Version: v0.6.6

🎉 Major Features & Improvements

Enhanced User Interface & Experience

  • Image Upload Support: Users can now paste and upload images directly into the interface, expanding multimedia interaction capabilities.
  • Improved Loading UX: Enhanced user experience during loading operations with better visual feedback and responsiveness.
  • Cross-Platform Clipboard: Added comprehensive clipboard support across Windows, macOS, and Linux platforms with rich text formatting.

Infrastructure & Deployment

  • Docker Support: Full containerization support added, enabling easier deployment and development environments.
  • Configurable URL Exposure: Added configuration options for exposed URLs, improving deployment flexibility.
  • A2A Server Integration: Complete integration with Agent-to-Agent (A2A) server architecture for improved scalability.

🔧 Technical Enhancements

Agent-to-Agent (A2A) Architecture

  • File Handler Support: A2A clients now support comprehensive file handling operations.
  • Tool Information Integration: Enhanced tool information sharing when operating with A2A servers.
  • Transfer Restrictions: Agents running as A2A servers are properly restricted from unnecessary transfers.
  • MCP Client Compatibility: Ensured MCP (Model Context Protocol) clients run correctly with A2A server infrastructure.

Performance & Reliability

  • MCP Server Optimization: Reworked MCP loading mechanisms for significant performance improvements.
  • Capability Checking: Added proper capability verification before making MCP server calls.
  • File Encoding: Enforced UTF-8 encoding for better file handling across different systems.

🐛 Bug Fixes

Critical Fixes

  • Transfer Tool Issues: Resolved small but important issues related to the transfer tool functionality.
  • Path Handling: Fixed path completion issues in GUI and console, including proper handling of paths with spaces.
  • Regex Improvements: Addressed potential regex-related issues for better pattern matching.
  • File Completion: Fixed file completion functionality in console interface.

Platform-Specific Fixes

  • Windows Rich Text: Added Windows (win32) support for copying rich text to clipboard.
  • macOS Clipboard: Implemented proper clipboard support for macOS systems.
  • Cross-Platform Encoding: Resolved encoding issues across different operating systems.

🎨 User Experience Improvements

Interface Enhancements

  • Unicorn Theme: Added a new "unicorn" theme option for the Dreamer interface.
  • Server Cleanup: Improved A2A server cleanup processes for better resource management.
  • Copy Functionality: Enhanced "copy all" functionality with better formatting and platform support.

📋 Technical Details

Infrastructure Changes

  • Docker Integration: Complete containerization with proper configuration management.
  • URL Configuration: Flexible URL exposure settings for different deployment scenarios.
  • A2A Protocol: Full implementation of Agent-to-Agent communication protocol.

Developer Experience

  • Better Error Handling: Improved error messages and debugging capabilities.
  • Performance Monitoring: Enhanced MCP server performance tracking.
  • Development Tools: Better development environment setup with Docker support.

🔄 Breaking Changes

None in this release. All changes are backward compatible with existing configurations.

📝 Migration Notes

  • Docker Users: New Docker support is optional; existing installations continue to work without changes.
  • A2A Configuration: A2A server features are additive; existing agent configurations remain functional.
  • Clipboard Features: New clipboard functionality enhances existing copy operations without breaking current workflows.

🚀 What's Next

  • Enhanced multimedia support building on the new image upload feature.
  • Further A2A protocol improvements for multi-agent workflows.
  • Additional deployment options and infrastructure improvements.

🙏 Acknowledgments

This release represents significant infrastructure improvements and user experience enhancements, with special focus on containerization, cross-platform compatibility, and agent-to-agent communication capabilities.


Download: Available on the project repository
Support: For issues or questions, please refer to the project documentation or submit an issue on GitHub.

Key Contributors: Quy Truong and the AgentCrew development team.

v0.6.5-4

18 Jul 04:58
Compare
Choose a tag to compare

hotfix: clipboard with rich text on all platform

v0.6.5-3

17 Jul 16:32
Compare
Choose a tag to compare

fix: performance issue with MCP

v0.6.5-2

17 Jul 05:07
Compare
Choose a tag to compare

hotfix: issue with file completion in UI

v0.6.5-1

17 Jul 04:19
Compare
Choose a tag to compare

hotfix: file path with space

v0.6.5

17 Jul 03:59
Compare
Choose a tag to compare

AgentCrew Release Changelog v0.6.5

Release Date: July 17, 2025
Version: v0.6.5

🎉 Major Features & Improvements

Enhanced File Processing System

  • Deferred File Processing: File processing is now deferred until the user presses send, providing better control over when resources are consumed
  • File Management: Users can now remove files that haven't been processed yet, improving workflow flexibility

Complete Console UI Overhaul

  • Modular Architecture: Console UI has been refactored into individual modules for better maintainability
  • Improved User Experience: Complete redesign of the console interface for enhanced usability
  • Better Stream Handling: Improved streaming response management with proper exit handling

🔧 Technical Enhancements

Model & Integration Updates

  • GitHub Model Integration: Updated model ID configuration for GitHub integration
  • Kimi-v2 Streaming: Added streaming support for Kimi-v2 model
  • Tool Standardization: Standardized tool ID format across the platform

Performance & Reliability

  • Completer Pattern: Added completer pattern implementation for enhanced functionality
  • Stream Management: Improved stream exit handling and user input prevention during streaming
  • Response Time Optimization: Reduced double Ctrl+C exit time for better responsiveness

🐛 Bug Fixes

Critical Fixes

  • Windows Compatibility: Fixed application hanging on Windows due to network path issues
  • Window Management: Resolved window hanging issues
  • Post-Refactor Issues: Fixed various console-related issues that emerged after the UI refactor

📋 Technical Details

Infrastructure Changes

  • Console UI modularization for improved code organization
  • Enhanced error handling for cross-platform compatibility
  • Improved signal handling for graceful application termination

Developer Experience

  • Better debugging capabilities with improved console output
  • Standardized development patterns across the codebase
  • Enhanced error reporting and logging

🔄 Breaking Changes

None in this release.

📝 Migration Notes

  • No migration required for existing users
  • All changes are backward compatible

🙏 Acknowledgments

This release includes contributions from the development team focusing on improving user experience and system reliability.