Skip to content

Commit 5eaa5a3

Browse files
committed
Update README and refresh branding assets
1 parent d61fd3a commit 5eaa5a3

16 files changed

Lines changed: 7 additions & 8 deletions

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22

33
**anycode** is a web platform where people and agents build together. Run it locally or remotely and work from any device you want: desktop, laptop, mobile, or even VR. Use any agent, including Codex, Claude Code, OpenCode, as well as local models.
44

5-
![editor](anycode/imgs/screen.png)
6-
![agents](anycode/imgs/agents.png)
7-
![diff](anycode/imgs/diff.png)
8-
![diff](anycode/imgs/search_terminal.png)
5+
![editor](anycode/imgs/screen1.png)
6+
![agents](anycode/imgs/screen2.png)
97

108
## Mobile Previews
119

@@ -38,6 +36,7 @@
3836
- **LSP integration**: LSP support for intelligent code completion, go-to-definition, hover information and real-time diagnostics.
3937
- **File system integration**: WebSocket-based backend for browsing and editing files from your local filesystem.
4038
- **Changes**: Built-in git Changes panel, per-file revert, commit, push, and pull.
39+
- **Free layout**: Flexible pane layout for arranging the workspace the way you want.
4140
- **Integrated terminal**: Full-featured terminal emulator with WebSocket-based communication, supporting real-time command execution and output.
4241
- **Search functionality**: Powerful search capabilities including local search within files and global search across project.
4342
- **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/agents.png

-1.36 MB
Binary file not shown.

anycode/imgs/diff.png

-1.05 MB
Binary file not shown.

anycode/imgs/screen.png

-1.29 MB
Binary file not shown.

anycode/imgs/screen1.png

1.16 MB
Loading

anycode/imgs/screen2.png

1.19 MB
Loading

anycode/imgs/search_terminal.png

-1020 KB
Binary file not shown.

anycode/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
<meta charset="UTF-8" />
55
<title>Anycode</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<link rel="icon" href="/favicon.ico" sizes="any" />
78
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
9+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png" />
10+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
811

912
</head>
1013
<body>
31.6 KB
Loading

anycode/public/favicon-16.png

1.8 KB
Loading

0 commit comments

Comments
 (0)