Coodeen
Features

File Explorer

Browse and manage files in your project directory.

Overview

The Files tab on the right panel shows the project directory as an expandable tree. It's backed by the Electron main-process handlers in handlers/fs.ts (fs:listTree, fs:readFile, fs:createEntry, fs:deleteEntry, fs:writeFile).

Features

  • Tree view — Expand folders inline.
  • File viewer — Click a file to open it with syntax highlighting (Prism).
  • Create — New file or folder from the toolbar.
  • Delete — Remove the selected entry.
  • Reference into chat — Add a file as a reference chip in the composer so the agent has it as explicit context.

Scope

Every filesystem read/write is scoped to the session's project directory, just like the agent's tools. Switch directories from the folder picker.