Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added OpenCodeMonitorDemo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<p align="center">
<img src="public/app-icon.png" alt="OpenCode Monitor icon" width="128" height="128">
Copy link

@cubic-dev-ai cubic-dev-ai bot Mar 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: README references public/app-icon.png, but that file is not present in the repository, so the icon will not render.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At README.md, line 2:

<comment>README references `public/app-icon.png`, but that file is not present in the repository, so the icon will not render.</comment>

<file context>
@@ -1,3 +1,7 @@
+<p align="center">
+  <img src="public/app-icon.png" alt="OpenCode Monitor icon" width="128" height="128">
+</p>
+
</file context>
Fix with Cubic

</p>

# OpenCode Monitor

OpenCode Monitor is a desktop app for monitoring and interacting with [OpenCode](https://github.com/anomalyco/opencode) agents across multiple workspaces.
Expand All @@ -6,6 +10,8 @@ It is forked from [CodexMonitor](https://github.com/Dimillian/CodexMonitor) by D

OpenCode Monitor is an independent community project and is not affiliated with or endorsed by the OpenCode team.

![OpenCode Monitor demo](OpenCodeMonitorDemo.png)
Copy link

@cubic-dev-ai cubic-dev-ai bot Mar 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: README references OpenCodeMonitorDemo.png, but no matching file exists, so the demo screenshot link is broken.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At README.md, line 13:

<comment>README references `OpenCodeMonitorDemo.png`, but no matching file exists, so the demo screenshot link is broken.</comment>

<file context>
@@ -6,6 +10,8 @@ It is forked from [CodexMonitor](https://github.com/Dimillian/CodexMonitor) by D
 
 OpenCode Monitor is an independent community project and is not affiliated with or endorsed by the OpenCode team.
 
+![OpenCode Monitor demo](OpenCodeMonitorDemo.png)
+
 ## Status
</file context>
Fix with Cubic


## Status

**Active development** — core REST/SSE support is live for thread/session lifecycle, event translation, messaging, model discovery, approvals, and image attachments. Remaining work is parity polish and OpenCode-specific UX cleanup.
Expand Down