diff --git a/.mosaic/orchestrator/mission.json b/.mosaic/orchestrator/mission.json index 45fc5a4..ae9e699 100644 --- a/.mosaic/orchestrator/mission.json +++ b/.mosaic/orchestrator/mission.json @@ -80,8 +80,8 @@ "session_id": "sess-002", "runtime": "unknown", "started_at": "2026-02-28T20:30:13Z", - "ended_at": "", - "ended_reason": "", + "ended_at": "2026-03-04T13:45:06Z", + "ended_reason": "completed", "milestone_at_end": "", "tasks_completed": [], "last_task_id": "" diff --git a/.mosaic/orchestrator/session.lock b/.mosaic/orchestrator/session.lock deleted file mode 100644 index cfdae6f..0000000 --- a/.mosaic/orchestrator/session.lock +++ /dev/null @@ -1,8 +0,0 @@ -{ - "session_id": "sess-002", - "runtime": "unknown", - "pid": 3178395, - "started_at": "2026-02-28T20:30:13Z", - "project_path": "/tmp/ms21-ui-001", - "milestone_id": "" -} diff --git a/apps/web/src/components/chat/Chat.tsx b/apps/web/src/components/chat/Chat.tsx index 8462989..4168c42 100644 --- a/apps/web/src/components/chat/Chat.tsx +++ b/apps/web/src/components/chat/Chat.tsx @@ -342,6 +342,31 @@ export const Chat = forwardRef(function Chat( )} {/* Input Area */} + {!user && ( +
+
+ + + + + Sign in to chat with Jarvis + +
+
+ )}
(function Chat(