Skip to content

Releases: anycode-ade/anycode

Release v0.0.10

07 Apr 09:49

Choose a tag to compare

Release v0.0.9

06 Apr 09:30

Choose a tag to compare

v0.0.9 focuses on path normalization across the IDE.

Path handling

  • Switched internal file identities to absolute paths in the backend so file open/save, LSP requests, watches, and open-file tracking all use the same canonical path.
  • Kept relative paths only where they help the UI, such as folder display labels and search result captions.
  • Updated the file tree so the root and expanded nodes are keyed by the folder path instead of a dot-based placeholder.

Search

  • Search results now carry both the canonical file_path and a UI-friendly display_path.
  • The search panel shows the display path while still using the absolute path as the stable identity for selection and navigation.

Notes

  • This release includes commit 1bcda39 (Normalize path handling) after v0.0.8.

Release v0.0.7

30 Mar 09:36

Choose a tag to compare

What's new

  • ACP markdown file links
  • Improved ACP tool-call diff display
  • Better ACP chat rendering
  • Markdown and streamed code blocks in ACP
  • ACP session resume support
  • Model and reasoning selectors
  • Frontend-controlled permission mode
  • Autosave on by default and simpler save UX

Release v0.0.6

11 Feb 17:04

Choose a tag to compare

Release v0.0.6

Release v0.0.5

03 Feb 11:29

Choose a tag to compare

chore: bump backend version to 0.0.5

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.