You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenCode Goal Plugin adds Codex-style long-running goal mode to OpenCode. It gives AI coding agents a `/goal` slash command, persistent goal state, completion evidence, idle continuation, and a terminal UI goal indicator so an OpenCode session can keep working toward one explicit objective until it is complete, blocked, or cleared.
8
+
9
+
If you are searching for an OpenCode goal plugin, goal mode for OpenCode, or a way to keep an OpenCode AI coding agent focused on a long-running task, this package is the npm plugin for that workflow.
-`/goal <objective>` as an OpenCode command for TUI, desktop, and web.
8
20
- A sidebar goal indicator with status, elapsed time, and objective.
@@ -12,6 +24,17 @@ This plugin adds:
12
24
- Optional automatic continuation on `session.idle`.
13
25
- Compaction context so active goals are preserved when OpenCode summarizes a long session.
14
26
27
+
## Why Use This OpenCode Goal Plugin?
28
+
29
+
Use this plugin when you want OpenCode to behave more like a goal-driven coding agent instead of a one-prompt assistant. A goal stays visible, survives session compaction, can continue automatically when the session becomes idle, and can only be closed with explicit evidence or a concrete blocker.
30
+
31
+
Common use cases:
32
+
33
+
- Keep an OpenCode agent focused during long refactors, migrations, reviews, or test-fixing sessions.
34
+
- Track one explicit objective across TUI, desktop, and web OpenCode surfaces.
35
+
- Require completion evidence before a goal is marked done.
36
+
- Preserve the current goal when OpenCode summarizes or compacts a long conversation.
0 commit comments