diff --git a/README.md b/README.md index 4c3c84f..dac0728 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ model. It is the environment around one. [Roadmap](ROADMAP.md) · [Security](SECURITY.md) +
+ +Limboo — sessions, the conversation-first workspace, and the composer on the pure-black shell + --- @@ -66,6 +70,23 @@ project, its history, and its memory belong to the developer. - **Pure-black, dark-only UI** — a minimal three-pane shell tuned for a true `#000000` background. +## Screenshots + +A tour of the shell: sessions on the left, the conversation in the center, and +the activity rail on the right — every panel below is one click on the rail. + +| | | +| --- | --- | +| **Files** — the indexed workspace tree with per-language icons
Files panel — indexed workspace tree | **Changes** — live git status with per-file diff stats
Changes panel — live git status | +| **Git** — stage, commit, history, branches, and checkpoints
Git panel — staging and commit | **Memory** — durable project knowledge with tiered proposals
Memory panel — project knowledge | +| **Tasks** — the agent's live plan and progress
Tasks panel — agent plan | **Terminal** — workspace-scoped PTY sessions
Terminal panel — integrated PTY | +| **Command palette** — every command behind Ctrl/Cmd+K
Command palette overlay | **Global search** — files, symbols, docs, memory, commits, sessions
Global search overlay | + +**Settings** — general, appearance, agent, git, memory, and advanced JSON editing +in one modal: + +Settings modal + ## Architecture at a glance ``` diff --git a/assets/screenshots/01-main-shell.png b/assets/screenshots/01-main-shell.png new file mode 100644 index 0000000..41af05e Binary files /dev/null and b/assets/screenshots/01-main-shell.png differ diff --git a/assets/screenshots/02-files-panel.png b/assets/screenshots/02-files-panel.png new file mode 100644 index 0000000..27220d8 Binary files /dev/null and b/assets/screenshots/02-files-panel.png differ diff --git a/assets/screenshots/03-changes-panel.png b/assets/screenshots/03-changes-panel.png new file mode 100644 index 0000000..e102487 Binary files /dev/null and b/assets/screenshots/03-changes-panel.png differ diff --git a/assets/screenshots/04-git-panel.png b/assets/screenshots/04-git-panel.png new file mode 100644 index 0000000..fcacbd8 Binary files /dev/null and b/assets/screenshots/04-git-panel.png differ diff --git a/assets/screenshots/05-memory-panel.png b/assets/screenshots/05-memory-panel.png new file mode 100644 index 0000000..d30e01c Binary files /dev/null and b/assets/screenshots/05-memory-panel.png differ diff --git a/assets/screenshots/06-tasks-panel.png b/assets/screenshots/06-tasks-panel.png new file mode 100644 index 0000000..a89777d Binary files /dev/null and b/assets/screenshots/06-tasks-panel.png differ diff --git a/assets/screenshots/07-terminal-panel.png b/assets/screenshots/07-terminal-panel.png new file mode 100644 index 0000000..9f1674b Binary files /dev/null and b/assets/screenshots/07-terminal-panel.png differ diff --git a/assets/screenshots/08-command-palette.png b/assets/screenshots/08-command-palette.png new file mode 100644 index 0000000..1530995 Binary files /dev/null and b/assets/screenshots/08-command-palette.png differ diff --git a/assets/screenshots/09-global-search.png b/assets/screenshots/09-global-search.png new file mode 100644 index 0000000..e42b47b Binary files /dev/null and b/assets/screenshots/09-global-search.png differ diff --git a/assets/screenshots/10-settings.png b/assets/screenshots/10-settings.png new file mode 100644 index 0000000..faa35cf Binary files /dev/null and b/assets/screenshots/10-settings.png differ