Context that earns its place
Long conversations stay useful without dragging every historical file rewrite into the next turn.
LOCAL-FIRST CODING AGENT
Cloud TUI understands the project you opened, carries useful context forward, and coordinates real implementation work without treating your workspace like a black box.
WHY CLOUD TUI
Long conversations stay useful without dragging every historical file rewrite into the next turn.
Split independent work across focused sub-agents while the main agent keeps the implementation moving.
Risky actions and material decisions pause for your answer instead of becoming silent side effects.
Return to a project and pick up the conversation where you left it, locally.
CONTEXT ENGINE
As a run grows, Cloud TUI archives oversized historical file updates as local context artifacts and replaces them with lightweight references. When old detail matters again, the agent can retrieve it on demand.
After repeated compaction, a durable session summary carries forward the decisions, constraints, implementation state, and next steps that still matter.
Build settings navigation with keyboard support.
updateFile · SettingsPanel.tsx 4.8 KB
updateFile · focus-manager.ts 8.2 KB
context artifact settings-history-02.txt
Durable summary
Keyboard navigation added; focus wrapping remains to verify.
Slide to see how a session gets lighter without losing its useful history.
PARALLEL EXECUTION
Delegate focused tasks into isolated Git worktrees, checkpoint before integration, and keep merge status visible.
checkpoint: settings foundation
worktree / settings-ui
worktree / focus-behavior
⌄ acme-app opened directory
├─ src/
│ ├─ settings/
│ └─ app.tsx
├─ package.json
└─ README.md
~/Documents/private-notesoutside active workspace
File tools and shell commands resolve inside the directory you opened.
WORKSPACE SCOPE
Cloud TUI resolves the workspace from the directory where you launch it. File tools and shell commands are scoped to that project workspace, and commands that target a working directory outside it are rejected.
Workspace-scoped guardrails, not an operating-system sandbox.
HUMAN CHECKPOINTS
Approval-gated operations wait for a real answer. Missing product decisions become structured questions, not assumptions.
legacy-settings.ts?Reason: removes a project file from the active workspace.
The command remains paused until you decide.
Choose an answer to continue the focused implementation.
VISIBLE EXECUTION
For implementation work, Cloud TUI can form a short outcome-focused task plan, surface it in the conversation, and mark progress as each meaningful step completes.
Working on keyboard focus behavior…
LOCAL SESSION MEMORY
Each canonical workspace has a stable identity. Open a saved local conversation with /session, or begin clean with /new.
YOUR CODEBASE. YOUR TERMINAL. YOUR FINAL SAY.
Bring agentic implementation work into the place developers already reason about software. Preserve useful context, make parallel work legible, and stop for the decisions only a person should make.
cloud-tuiRun it from the project directory you want it to use.