Releases: anycode-ide/anycode
Releases · anycode-ide/anycode
Release v.0.0.4
Enhance UI - Updated the App component to manage visibility states for bottom, right, and center panels, improving user interface interactions. - Introduced new Icons component for better icon management across the application. - Refactored CSS styles for various components to enhance visual consistency and responsiveness. - Added a new AcpDialog component for improved agent interaction, including message handling and input management. - Updated storage functions to reflect changes in panel visibility state management.
Release v.0.0.3
Update README.md to enhance search functionality description - Revised the search functionality section to clarify capabilities, emphasizing local and global search features across the project.
Release v0.0.2
Implement ACP agent management and UI components - Added support for managing ACP agents, including starting, stopping, and listing agents through new backend handlers. - Introduced new frontend components for agent settings and dialog interactions, allowing users to configure and interact with agents. - Updated storage functions to handle agent data in local storage. - Enhanced the application state to include an ACP manager for better agent lifecycle management. - Integrated ACP functionality into the existing application workflow, ensuring seamless communication between the frontend and backend. - Updated package.json files to include Vitest for testing and ensure compatibility with the new features.
v0.0.1
Add GitHub Actions workflow for release process - Introduced a new workflow in `release.yml` to automate the release process for both Linux and macOS. - Configured steps for building the frontend, verifying builds, and packaging binaries as tar.gz files. - Implemented caching for pnpm and Rust dependencies to optimize build times. - Added upload steps to release artifacts using GitHub Actions.