|
3 | 3 | **anycode** is a lightning-fast web-based IDE that allows you to write, edit, and manage code directly from your browser. Built for speed and performance, anycode supports a wide range of programming languages and provides an intuitive interface with powerful features for a seamless development experience. |
4 | 4 |
|
5 | 5 |  |
6 | | - |
| 6 | + |
| 7 | + |
| 8 | + |
7 | 9 |
|
8 | 10 | ## Mobile Previews |
9 | 11 |
|
10 | | -<table> |
| 12 | +<table style="border-collapse: collapse; border: 0;"> |
11 | 13 | <tr> |
12 | | - <td align="center"> |
13 | | - <img src="anycode/imgs/screen_phone.png" alt="ACP panel on phone" width="240" /><br/> |
14 | | - ACP panel on phone |
| 14 | + <td align="center" style="border: 0;"> |
| 15 | + <img src="anycode/imgs/phone0.png" alt="Editor" width="240" /><br/> |
| 16 | + Editor |
15 | 17 | </td> |
16 | | - <td align="center"> |
17 | | - <img src="anycode/imgs/screen_phone2.PNG" alt="README on phone" width="240" /><br/> |
18 | | - README on phone |
| 18 | + <td align="center" style="border: 0;"> |
| 19 | + <img src="anycode/imgs/phone1.png" alt="Agent" width="240" /><br/> |
| 20 | + Agent |
| 21 | + </td> |
| 22 | + <td align="center" style="border: 0;"> |
| 23 | + <img src="anycode/imgs/phone2.PNG" alt="Terminal" width="240" /><br/> |
| 24 | + Terminal |
| 25 | + </td> |
| 26 | + <td align="center" style="border: 0;"> |
| 27 | + <img src="anycode/imgs/phone3.PNG" alt="Search" width="240" /><br/> |
| 28 | + Search |
19 | 29 | </td> |
20 | 30 | </tr> |
21 | 31 | </table> |
|
27 | 37 | - **Advanced code experience**: Utilizes a custom code component based on **web-tree-sitter** for efficient parsing, syntax highlighting, and real-time code analysis. |
28 | 38 | - **LSP integration**: LSP support for intelligent code completion, go-to-definition, hover information and real-time diagnostics. |
29 | 39 | - **File system integration**: WebSocket-based backend for browsing and editing files from your local filesystem. |
30 | | -- **Source control (Git)**: Built-in Changes panel with real-time status updates, per-file revert, commit, push, and pull. |
| 40 | +- **Changes**: Built-in git Changes panel, per-file revert, commit, push, and pull. |
31 | 41 | - **Integrated terminal**: Full-featured terminal emulator with WebSocket-based communication, supporting real-time command execution and output. |
32 | 42 | - **Search functionality**: Powerful search capabilities including local search within files and global search across project. |
33 | 43 | - **ACP integration**: Agent Client Protocol (ACP) support for seamless integration with AI agents, including tool-call streaming, history-backed undo, session resume, frontend-controlled permission mode, model and reasoning selectors, streamed markdown and code blocks, markdown file links, and improved tool-call diff display. |
|
0 commit comments