Skip to content

Commit 1bd6e86

Browse files
committed
updated readme
1 parent 2e4f21d commit 1bd6e86

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
- **Advanced code experience**: Utilizes a custom code component based on **web-tree-sitter** for efficient parsing, syntax highlighting, and real-time code analysis.
1212
- **LSP integration**: LSP support for intelligent code completion, go-to-definition, hover information and real-time diagnostics.
1313
- **File system integration**: WebSocket-based backend for browsing and editing files from your local filesystem.
14+
- **Source control (Git)**: Built-in Changes panel with real-time status updates, per-file revert, commit, push, and pull.
1415
- **Integrated terminal**: Full-featured terminal emulator with WebSocket-based communication, supporting real-time command execution and output.
1516
- **Search functionality**: Powerful search capabilities including local search within files and global search across project.
16-
- **ACP integration**: Agent Client Protocol (ACP) support for seamless integration with AI agents. Start, manage, and interact with multiple AI agents directly from the IDE, with support for tool calls, tool results, and real-time message streaming.
17+
- **ACP integration**: Agent Client Protocol (ACP) support for seamless integration with AI agents, including tool-call streaming and history-backed undo.
1718

1819
## Architecture
1920

@@ -54,14 +55,13 @@ anycode
5455
pnpm dev
5556
```
5657

57-
2. **Select backend - rust or node:**
58-
59-
3. **Start rust backend:**
58+
2. **Start rust backend:**
6059
```bash
6160
cd anycode-backend
6261
cargo run --release
62+
```
6363

64-
4. **Open your browser** and navigate to the frontend URL
64+
3. **Open your browser** and navigate to the frontend URL
6565

6666
## Contributing
6767

0 commit comments

Comments
 (0)