Skip to content

Commit 2f8abe6

Browse files
committed
docs: rename README image assets
1 parent 8f2e6e8 commit 2f8abe6

8 files changed

Lines changed: 19 additions & 9 deletions

File tree

README.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,29 @@
33
**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.
44

55
![editor](anycode/imgs/screen.png)
6-
![editor](anycode/imgs/screen_agents.png)
6+
![agents](anycode/imgs/agents.png)
7+
![diff](anycode/imgs/diff.png)
8+
![diff](anycode/imgs/search_terminal.png)
79

810
## Mobile Previews
911

10-
<table>
12+
<table style="border-collapse: collapse; border: 0;">
1113
<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
1517
</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
1929
</td>
2030
</tr>
2131
</table>
@@ -27,7 +37,7 @@
2737
- **Advanced code experience**: Utilizes a custom code component based on **web-tree-sitter** for efficient parsing, syntax highlighting, and real-time code analysis.
2838
- **LSP integration**: LSP support for intelligent code completion, go-to-definition, hover information and real-time diagnostics.
2939
- **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.
3141
- **Integrated terminal**: Full-featured terminal emulator with WebSocket-based communication, supporting real-time command execution and output.
3242
- **Search functionality**: Powerful search capabilities including local search within files and global search across project.
3343
- **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.

anycode/imgs/diff.png

1.05 MB
Loading

anycode/imgs/phone0.png

476 KB
Loading

anycode/imgs/phone3.png

401 KB
Loading

anycode/imgs/search_terminal.png

1020 KB
Loading

0 commit comments

Comments
 (0)