What problem does it solve? When debugging Code OSS or Agents app dev builds, logs are scattered across timestamped folders with many process-specific files, making it hard to find the right log for the issue you are investigating. ## Core Features & Use Cases - Log Discovery: Finds the most recent timestamped log folder under the default user data dir or a custom --user-data-dir. - File-to-Issue Mapping: Maps investigation targets (startup crashes, extension issues, Copilot/agent problems, MCP servers, terminals, network, sync) to the exact log files to read. - Console Forwarding Workflow: Documents how to temporarily enable dev console forwarding so console.log probes persist into normal log files. - Use Case: After reproducing a renderer crash in a Code OSS dev run, ask the assistant to pull the latest window1/renderer.log entries and search the run for error markers. ## Quick Start Ask the assistant to find the most recent Code OSS log folder and show the last 50 lines of the renderer log for the current dev run.