Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,34 @@ Traditional AI coding tools only generate fragmented code snippets. Dev Pilot ru

It understands your project context, handles full-process engineering trivialities, and only leaves core architecture & decision work to humans.

## Dashboard

The Dev Pilot Dashboard provides a visual command center for managing your AI engineering workflow.

### Issues Overview

Track open issues assigned to you, view status, and assign them to AI agents with one click.

![Issues Overview](docs/images/dashboard-page-1.png)

### Claude Code Tasks

Monitor active AI agent tasks in real-time — see progress bars, current phase, and elapsed time.

![Claude Code Tasks](docs/images/dashboard-page-2.png)

### Pull Requests

Manage open PRs authored by your AI team — review status, merge targets, and trigger reviews.

![Pull Requests](docs/images/dashboard-page-3.png)

### Daily Report

Get an end-of-day summary: issues closed, PRs merged, and a timeline of completed work.

![Daily Report](docs/images/dashboard-page-4.png)

## Quick Start

```bash
Expand Down
28 changes: 28 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,34 @@ Dev Pilot 将 Claude Code 打造成全自主开发流水线。你不再需要亲
- 🎛️ **掌控全局** — 实施前审批计划,选择测试策略,合并前审查。AI 绝不会在没有你确认的情况下合并。
- 📊 **实时仪表盘** — 在一个界面查看所有 Issue、PR、任务和待决策项。AI 需要你的输入时即时通知。

## 仪表盘

Dev Pilot 仪表盘提供可视化指挥中心,管理你的 AI 工程工作流。

### Issue 总览

查看分配给你的 Issue,一键将任务分配给 AI 智能体。

![Issue 总览](docs/images/dashboard-page-1.png)

### Claude Code 任务

实时监控 AI 智能体任务 — 查看进度条、当前阶段和已用时间。

![Claude Code 任务](docs/images/dashboard-page-2.png)

### Pull Request 管理

管理 AI 团队创建的 PR — 查看审查状态、合并目标,触发代码审查。

![Pull Request 管理](docs/images/dashboard-page-3.png)

### 每日报告

获取当日工作总结:已关闭 Issue、已合并 PR,以及完成工作的时间线。

![每日报告](docs/images/dashboard-page-4.png)

## 快速开始

```bash
Expand Down
Binary file added docs/images/dashboard-page-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/dashboard-page-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/dashboard-page-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/dashboard-page-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading