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
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@
8
8
9
9
-**Autonomous Development Loop** - Continuously plans, builds, and evaluates without stopping
10
10
-**OpenCode SDK Integration** - Direct SDK integration with real-time event streaming
11
-
-**Ideas Queue** - Drop markdown files in `.opencoder/ideas/` to prioritize specific tasks before autonomous planning
12
-
-**Two-Model Architecture** - Uses a high-capability model for planning and a faster model for building
11
+
-**Ideas Queue** - Drop markdown files in `.opencoder/ideas/` to prioritize specific tasks before autonomous plan
12
+
-**Two-Model Architecture** - Uses a high-capability model for plan and a faster model for building
13
13
-**Live Output Streaming** - Real-time display of AI thinking, tool calls, and results
14
14
-**State Persistence** - Resumes from where it left off after interruptions (JSON format)
15
15
-**Exponential Backoff** - Graceful retry logic for transient failures
@@ -57,7 +57,7 @@ Instead of interactive sessions where you guide the AI, OpenCoder creates an *au
57
57
58
58
### The Philosophy
59
59
60
-
OpenCoder treats software development as an **infinite game**. There's always another test to write, another edge case to handle, another optimization to make. OpenCoder embraces this by never declaring "done"—it continuously cycles through planning, building, and evaluation until you tell it to stop.
60
+
OpenCoder treats software development as an **infinite game**. There's always another test to write, another edge case to handle, another optimization to make. OpenCoder embraces this by never declaring "done"—it continuously cycles through plan, build, and evaluation until you tell it to stop.
0 commit comments