Skip to content

Commit 9c2af4a

Browse files
author
Laurent Guitton
committed
docs(website): add Integrated Terminal & File Explorer feature cards
The v3.2 integrated terminal (shell + Claude Code/Codex/opencode/Antigravity agent tabs, New AI task) and the CodeMirror file explorer/editor were missing from the /features grid. Added both under Power user.
1 parent 8d65f38 commit 9c2af4a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

website/.vitepress/theme/FeaturesPage.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ const GROUPS = [
2020
['History & graph', 'Full history, interactive DAG graph, file blame and natural-language commit search.'],
2121
['Commit context menu', '12 right-click actions: checkout, reset, revert, new branch, tag, cherry-pick, view on forge, copy SHA.'],
2222
['Fork & triangular workflow', '“↑N fork” badge in the sync button so push remote ≠ upstream — no accidental pushes to origin.'],
23+
['Integrated terminal & AI agents', 'A real PTY terminal in-app — WebGL rendering, inline search, clickable links, typed tabs. Beyond a plain shell, first-class agent tabs launch Claude Code, Codex, opencode or Antigravity, and “New AI task” runs an agent in an isolated scratch worktree.'],
24+
['File explorer & editor', 'A gitignore-aware working-tree file tree with a built-in CodeMirror 6 editor: syntax highlighting, a lock/edit toggle, undo and save — read and tweak files without leaving GitWand.'],
2325
],
2426
},
2527
{

0 commit comments

Comments
 (0)