The CLI expected a 'logs' field but the daemon returns 'messages'. This caused 'agent-browser console' to display nothing. Changed cli/src/output.rs to read 'messages' instead of 'logs', matching the actual response from handleConsole in src/actions.ts.