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
1. tighten prompt contract so reruns focus on required deltas
151
-
2. clarify when agent should rework vs verify vs no-op
152
-
3. keep status semantics (`success`/`partial`/`failure`) explicit and consistent
153
-
154
-
## 7.4 Future Decisions (Out of Scope for v0)
155
-
156
-
1. MCP and broader tool integration model
157
-
2. multi-agent orchestration model
158
-
3. additional providers beyond Codex
159
-
4. strict typed program schema for markdown body
137
+
1. Program variables support
138
+
Goal: allow programs to define reusable runtime inputs with clear behavior.
139
+
2. Memory support
140
+
Goal: support durable context across sessions with predictable usage rules.
141
+
3. Plan support
142
+
Goal: support planning as a first-class workflow, separate from execution.
143
+
4. Interrupted/canceled session handling
144
+
Goal: represent and communicate non-completed runs clearly to users.
145
+
5. Changes/diff reliability and consistency
146
+
Goal: for the same session, preview, apply output, debug output, and history should report the same changed-file set and line counts, with generated/noise files handled consistently.
147
+
6. Agent-reported changes as single source of truth
148
+
Goal: remove legacy local diff-based change reporting and use agent-reported change data consistently across apply, debug, and history.
149
+
7. MCP and broader tool integration model
150
+
Goal: support richer external tool and integration patterns.
151
+
8. Multi-agent orchestration model
152
+
Goal: support coordinated workflows that involve more than one agent.
153
+
9. Additional providers beyond Codex
154
+
Goal: support multiple model providers in a consistent user experience.
155
+
10. Improved session storage and retrieval performance
156
+
Goal: keep history/state operations fast and scalable as usage grows.
0 commit comments