Skip to content

Commit b51216d

Browse files
committed
Replace SalesGPT project with Pilot
1 parent 925a915 commit b51216d

File tree

2 files changed

+50
-44
lines changed

2 files changed

+50
-44
lines changed

projects/pilot.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
layout: base.njk
3+
title: 'Pilot'
4+
excerpt: 'An Integrated Agentic Environment for AI-powered coding. A native desktop app built on Electron and React, powered by the Pi Coding Agent — chat with an AI agent, review diffs before they touch disk, manage git, coordinate subagents, and track tasks from one keyboard-driven app.'
5+
date: 2026-02-01
6+
tech:
7+
- Electron
8+
- React
9+
- TypeScript
10+
- Tailwind CSS
11+
- Pi Coding Agent SDK
12+
github: https://github.com/espennilsen/pilot
13+
image: https://picsum.photos/id/1/600/400
14+
status: live
15+
featured: true
16+
---
17+
18+
# Pilot — Integrated Agentic Environment
19+
20+
A native desktop environment for AI-powered coding. Chat with an agent, review every edit before it touches disk, manage git, run dev commands, coordinate subagents, and track tasks, all from one keyboard-driven app.
21+
22+
## What It Does
23+
24+
Pilot wraps the [Pi Coding Agent](https://www.npmjs.com/package/@mariozechner/pi-coding-agent) in a full desktop GUI. Instead of working in a terminal, you get:
25+
26+
- **Agent Chat** — streaming responses, tool call visibility, thinking blocks, image attachments, slash commands
27+
- **Sandboxed File Operations** — all edits staged for review before touching disk, with accept/reject per change
28+
- **Tabbed Sessions** — independent agent sessions with drag-and-drop, pinning, and project grouping
29+
- **Git Integration** — status, staging, commits, branches, blame, stash, all inline
30+
- **Subagents** — spawn parallel workers, orchestrate multi-step work, with live monitoring
31+
- **Task Board** — kanban and table views with epics, dependencies, and priorities
32+
- **Memory System** — two-tier persistent memory (global + project) with auto-extraction
33+
- **Terminal** — embedded PTY terminal with tabs
34+
- **Companion Access** — access Pilot from iOS, iPad, or any browser via HTTPS + WebSocket
35+
36+
## Why a Desktop App
37+
38+
Terminal agents are powerful, but they're limited to one session at a time and require context-switching between tools. Pilot puts the agent, file diffs, git, tasks, and terminal in the same window. You can run multiple agent sessions in tabs, review changes visually, and keep your hands on the keyboard the whole time.
39+
40+
## Tech Stack
41+
42+
Electron 40, React 19, TypeScript 5.7, Zustand 5, Tailwind CSS 4, Pi Coding Agent SDK, simple-git, node-pty, xterm.js, Vite + electron-vite.
43+
44+
## Status
45+
46+
Early development. Nightly builds available for macOS, Windows, and Linux.
47+
48+
## Links
49+
50+
[GitHub](https://github.com/espennilsen/pilot)

projects/salesgpt-agent.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)