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
+45-3Lines changed: 45 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,12 @@ graph TD
57
57
58
58
5.**Audit Logging**: Every tool call, VFS mutation, and agent decision is logged. Full replay capability for debugging and analysis.
59
59
60
+
6.**VFS Explorer with Live Preview**: Sandboxed iframe execution for agent-created HTML/CSS/JS files. Operators can preview UIs the agent builds without leaving the browser.
61
+
62
+
7.**Genesis Diff Visualization**: Color-coded comparison showing all changes from initial state (green = added, yellow = modified, red = deleted). Instant visibility into what the agent has modified.
63
+
64
+
8.**Snapshot Timeline**: Browse, compare, and restore any of the last 10 VFS snapshots. Hot-load snapshots to test previous states without permanent rollback.
65
+
60
66
### Core Components
61
67
62
68
| Component | Purpose |
@@ -67,6 +73,24 @@ graph TD
67
73
|`verification-manager.js`| Pre-flight safety checks in sandboxed worker |
68
74
|`arena-harness.js`| Competitive selection for code changes |
0 commit comments