Centra
GIDEON · CODING

Take an idea into working files.

Ask Gideon to plan a small tool, update a project or investigate a bug. Review the code and checks in the same workspace.

Start with a request like this.

Open files, inspect changes and use the terminal when you want to get hands-on. Development work happens in your cloud workspace.

Build a simple page for tracking our book club’s reading list.
g Gideon / TerminalInteractive example
Personal workspaceTerminal

Book club reading list

Workspace
reading-list.jsTerminal
// A small tool for the next chapter.
const books = [
  { title: "The next read", finished: false },
];

export function readingList() {
  return books.filter(book => !book.finished);
}
$ npm run build

Example build complete

An interactive example with sample content. Explore the controls.

  • Plan changes before building
  • Edit and search project files
  • Review code changes
  • Run commands and checks

Explore coding.

A figure formed from blue light
GIDEONGideon · Coding
01

Autonomous coding projects

Run a staged software implementation effort in the private workspace.Requires setup

02

Requirements and quality gates

Review coding stages, tasks, acceptance criteria and verification steps.

03

Code explorer and editor

Browse, search, open and edit project files.

04

Code diffs and change review

Inspect edits and workspace changes before accepting further work.

05

Git status and history

View repository state, history and individual commits.Requires setup

06

Create a Git commit

Commit selected project work through the coding interface.Requires setup

07

Parallel Git worktrees

Separate concurrent coding work into worktrees.Requires setup

08

Coding autopilot queue

Queue coding work and supervise its autonomous progression.Optional

09

Coding terminal

Use a terminal alongside the coding task.

10

Steer active coding work

Send revised guidance while an implementation run is in progress.

Bring your own “could you help me…”

Start a conversation and see where it takes you.