This release adds two major features — a built-in file browser and scheduled AI tasks — along with the AI Babysitter → AI Supervisor rebrand and a batch of fixes.
File Browser
Click any pane's CWD path in the title bar to open a file tree panel on the left side.
What you can do:
- ●Browse your project directory as a collapsible tree
- ●Click a file to preview its contents in a read-only modal
- ●Edit any file — click "Edit", make changes, Cmd+S to save
- ●Right-click for context menu: paste path to terminal, copy path, reveal in Finder
- ●Refresh to re-scan after AI agents create new files
Perfect for editing .env files, checking configs, or reviewing what your AI agent just created — without switching to another app.
Hidden directories like node_modules, .git, dist, and __pycache__ are collapsed by default. Files over 1MB show a "too large to preview" message.
Scheduled Tasks
Set up cron-like jobs that automatically start AI coding sessions at specific times.
How it works:
- ●Go to AI Settings → Supervisor tab → Scheduled Tasks
- ●Click "+ Add Scheduled Task"
- ●Set a time (e.g. 09:00), select days (Mon-Fri), pick the target pane by name, and write a message
- ●At the scheduled time, Remocode types your message into the pane, presses Enter, and optionally enables the AI Supervisor
Smart idle detection: If the target pane is busy (AI agent mid-task), the scheduled task is skipped — it won't inject text into an active session. If the pane doesn't exist, it's also skipped. Everything is logged to the AI panel.
Example use case:
- ●9:00 AM: Remocode types
claude "build the auth module with JWT tokens"into pane t1 - ●Supervisor handles all approval prompts while you have breakfast
- ●12:00 PM: standup report arrives via Telegram
AI Babysitter → AI Supervisor
Renamed across the entire app for a more professional tone. Every user-facing label, tooltip, settings tab, modal title, log entry, and AI prompt now says "Supervisor" instead of "Babysitter."
Internal code (file names, variable names, IPC channels) stays unchanged to avoid breaking anything.
Ecosystem — Explore Apps
The Ecosystem menu item works again. It fetches the product catalog from Trini AI and displays app cards in a modal. Click any card to open the app's website.
Drag & Drop Fix
Dragging files from Finder into the terminal now correctly pastes the file path again. The previous version used File.path which was removed in recent Electron versions. Now uses webUtils.getPathForFile() — the correct Electron 32+ API.
Image Paste & Resize
Cmd+V with an image on the clipboard now saves it to a temp file and pastes the path. Enable "Auto-resize pasted images" in AI Settings to auto-scale screenshots over 20MB down to a size AI agents can accept. A "Clean temp resized images" button in Settings lets you manually clear old files.
App Open Tracking
Every app launch now sends an anonymous ping to our API — just a random device ID, app version, and platform. No personal data. This helps us understand how many people are using Remocode without registering. If you're logged in, your user ID is included so we can track conversion.
Scrollback Reduced
Terminal scrollback reduced from 10,000 to 3,000 lines. This cuts memory usage significantly — the previous setting caused Remocode to balloon to 10+ GB over 24 hours with active AI agents. 3,000 lines is still plenty of scroll history.
Full Changelog
Added
- ●File browser panel (click CWD path to browse, preview, edit files)
- ●Scheduled tasks (cron-like AI task scheduling with idle detection)
- ●Ecosystem modal (Explore Apps menu item)
- ●App open tracking (anonymous usage analytics)
- ●Auto-resize pasted images (Settings toggle)
- ●Clean temp images button in Settings
Fixed
- ●Drag & drop file paths broken in Electron 32+ (
File.path→getPathForFile) - ●Ecosystem "Explore Apps" menu item not working
- ●Copy/paste in file editor modal (Cmd+V/C/A now work)
- ●3-column layout gap on right side
Changed
- ●AI Babysitter renamed to AI Supervisor (all user-facing text)
- ●Terminal scrollback reduced from 10,000 to 3,000 lines (memory optimization)
---
Download: [Remocode-latest.dmg](https://dl.remocode.org/releases/Remocode-latest.dmg)
Ready to try Remocode?
Start with a 7-day Pro trial — no credit card required. Download now and start coding with AI from anywhere.
Download Remocodefor macOS