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: docs/IMPLEMENTATION-LOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@
46
46
- Replaced the decorative Skills navigation with a usable capability library. Users can select up to four explicit working guides for new tasks; those IDs persist on the task, become server-side operating guidance, and create a `Skill packs attached` evidence event that explicitly states no permission change occurred.
47
47
- Replaced the decorative Library navigation with a server-derived artifact index. It lists completed task outputs across projects while excluding raw `inputs/` and `evidence/` paths, and every card returns to the originating governed task rather than detaching artifacts from their evidence chain.
48
48
- Added transparent queued steering for non-interruptible providers. Guidance submitted during an active turn is bounded, persisted, and recorded immediately; after a successful terminal state, ONEVibe resumes the same task with the next queued instruction. This is deliberately not represented as live prompt injection into a running Claude SDK or sandbox CLI process.
49
+
- Made the first-class Skills, Library, and Scheduled surfaces URL-addressable (`?view=…`). Refresh and browser history now restore the intended surface and active navigation state instead of silently returning users to the home composer.
49
50
- Added durable run identity to the event chain. `beginTurn` persists a run ID before the first event; every subsequent event—including Computer frames—binds it into the hash, and terminal events clear the active run. The Computer header exposes a concise run marker for replay across follow-ups and retries.
50
51
- Replaced the hidden click-to-cycle composer mode control with an animated, keyboard-accessible nine-mode creation catalogue for Agent, Website, Slides, Document, Research, Data story, Design, App, and Game. Each option explains its output contract; the selected mode persists into normal task creation.
51
52
- Added an expandable pre-delegation safety cue to the primary composer. It makes the secret-handling, untrusted-context, workspace-policy, and independent VTI Wallet boundaries legible at the point users supply a task.
Copy file name to clipboardExpand all lines: docs/MANUS-PARITY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This is the implementation gate, not a marketing checklist. **I** means behavior
16
16
8.**I** Expandable task messages — long user and grouped assistant turns collapse and expand in place.
17
17
9.**I** Structured waiting state — runtime parks durably, UI renders the focused request, and an answer resumes the same execution.
18
18
10.**I** Terminal-input request state — native Claude can invoke the ONEVibe input MCP tool and receive the user's answer as its tool result.
19
-
11.**I** Persistent task routes — `/tasks/:taskId`survives reload and browser navigation.
19
+
11.**I** Persistent routes — `/tasks/:taskId`and the Skills, Library, and Scheduled surfaces survive reload and browser navigation through explicit view URLs.
20
20
12.**I** Concurrent workspace plus conversation and Computer timeline — server-classified, run-bound, evidence-backed task events render as a scrub-able terminal, visual-frame, artifact, diff, preview, deck, and approval record beside the conversation. The rail supports explicit live follow/pause and keyboard step/scrub; authenticated sandbox execution now adds bounded five-second live X11 checkpoints. High-scale replay and deployed production visual capture remain P0 work.
21
21
13.**I** Agent-mode entry point — primary ONEVibe surface.
22
22
14.**I** Task history surface — durable turn-based chat history, timestamps/status, cursor pagination, full-text search, reload persistence, and evidence export.
0 commit comments