Skip to content

Commit fa814d4

Browse files
Update README with mobile-first description and code formatting
1 parent e4a27e5 commit fa814d4

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenCode Manager
22

3-
A full-stack web application for running [OpenCode](https://github.com/sst/opencode) in local processes, controllable via a modern web interface. Designed to allow users to run and control OpenCode from their phone or any device with a web browser.
3+
Mobile-first web interface for OpenCode AI agents. Manage, control, and code with OpenCode from any device - your phone, tablet, or desktop. Features Git integration, file management, and real-time chat in a responsive PWA. Deploy with Docker for instant setup. View diffs, edit files and much more.
44

55
## Features
66

frontend/src/hooks/useOpenCode.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ export const useCreateSession = (opcodeUrl: string | null | undefined, directory
6767
const client = useOpenCodeClient(opcodeUrl, directory);
6868
const queryClient = useQueryClient();
6969

70-
7170
return useMutation({
7271
mutationFn: async (data: {
7372
title?: string;

0 commit comments

Comments
 (0)