Skip to content

Optional file-explorer tree column beside the project sidebar #49

Description

@dpetreleyai

Problem

Once an agent is running you constantly need file paths from its working folder — to paste into the prompt, to check what the agent produced, to open an output. Today that means alt-tabbing to Explorer or asking the agent to print paths. The DROPZONE covers files coming in from elsewhere, but there is no view of the working folder itself.

Intended fix

An optional explorer column (VS Code/Cursor-style tree) between the project sidebar and the terminal panel:

  • toggled from the top bar and remembered in UI settings; hidden by default so the current layout is untouched;
  • the tree root follows context: the selected project on the launch form, or the working folder of the active session tab;
  • lazy per-directory listing via a small read-only Rust command (list_dir), directories first, expand/collapse per folder ("nest/unnest"), refresh button;
  • clicking a file inserts its full path into the active terminal (same behaviour as the DROPZONE "path only" flow); right-click opens it in the OS;
  • i18n EN/NL.

Read-only; no file operations from the tree.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions