From 8daf5ee4145a687302011061ade61fc10d321213 Mon Sep 17 00:00:00 2001 From: Nik Rozman Date: Tue, 12 May 2026 19:49:22 +0200 Subject: [PATCH] Add basic README describing the project --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..49abc71 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# OpenCode → OpenWebUI Sync + +A bridge that syncs your OpenCode session state into an OpenWebUI session—so you can review, share, or pick up an opencode work session from the browser. + +Similar concept to the Obsidian ↔ OpenWebUI bridges, but focused on the OpenCode CLI workflow instead.