Skip to content

Releases: anycode-ide/anycode

Release v.0.0.4

17 Dec 16:07

Choose a tag to compare

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

16 Dec 19:33

Choose a tag to compare

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

15 Dec 23:17

Choose a tag to compare

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

07 Dec 17:37

Choose a tag to compare

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.