Skip to content

Commit eb144c5

Browse files
committed
docs: list Devin CLI among the built-in presets and release 1.8.0
1 parent c8a85f9 commit eb144c5

4 files changed

Lines changed: 26 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project are documented here. The format is based on
55

66
## [Unreleased]
77

8+
## [1.8.0] - 2026-07-26
9+
10+
### Added
11+
12+
- Added Devin CLI (Cognition) as a built-in preset, launched with `devin`, with its official
13+
installation documentation and the official Devin logomark.
14+
15+
It intentionally ships without an update button or a version check. Devin's docs only document an
16+
update path for Homebrew (`brew upgrade --cask devin-cli`) while the CLI also installs via a curl
17+
script or winget — the correct command depends on how it was installed, not on the platform, so an
18+
update button would fail for anyone who installed it another way. No `--version` is documented
19+
either, so Agent Doctor reports the version as unavailable rather than guessing.
20+
21+
### Changed
22+
23+
- Replaced the redundant `antigravity` Marketplace keyword with `devin`; the more specific
24+
`google antigravity` and `antigravity cli` keywords already cover that search, and the keyword list
25+
was at its 30-entry limit.
26+
827
## [1.7.0] - 2026-07-26
928

1029
### Added

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ authors:
55
- family-names: Gasperini
66
given-names: Michael
77
url: "https://github.com/TheStreamCode/super-cli"
8-
version: "1.7.0"
8+
version: "1.8.0"
99
license: MIT

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ defined explicitly for Windows, macOS, and Linux; WSL deliberately selects the L
105105
a single read-only virtual document that is replaced on every run and is never written to disk.
106106
- **Agent-specific artwork.** Built-ins use vendor-sourced CLI marks where suitable SVGs are
107107
available, with a documented compact fallback for Kimi and a ThemeIcon fallback for custom agents.
108-
- **Built-in presets.** Claude Code, Codex, GitHub Copilot CLI, Cursor, Droid, Grok, Kilo, Kiro,
109-
OpenClaw, Antigravity, OpenCode, Command Code, Crush, Hermes, MiMo Code, Pi, Kimi Code CLI,
108+
- **Built-in presets.** Claude Code, Codex, GitHub Copilot CLI, Cursor, Devin CLI, Droid, Grok, Kilo,
109+
Kiro, OpenClaw, Antigravity, OpenCode, Command Code, Crush, Hermes, MiMo Code, Pi, Kimi Code CLI,
110110
Qoder CLI, and Qwen Code CLI are available out of the box.
111111
- **Add your own, no code required.** Define new agents in `settings.json`. The sidebar updates
112112
automatically.
@@ -265,8 +265,8 @@ Windows, macOS, Linux, or WSL command variant.
265265
### Which AI coding agents are supported?
266266

267267
Claude Code, Codex, GitHub Copilot CLI, Grok, Kilo, Kiro, OpenClaw, Antigravity, OpenCode, Command
268-
Code, Cursor, Droid, Crush, Hermes, MiMo Code, Pi, Kimi Code CLI, Qoder CLI, and Qwen Code CLI out of
269-
the box — plus any CLI you add in `settings.json`.
268+
Code, Cursor, Devin CLI, Droid, Crush, Hermes, MiMo Code, Pi, Kimi Code CLI, Qoder CLI, and Qwen Code
269+
CLI out of the box — plus any CLI you add in `settings.json`.
270270

271271
### Does Super CLI work on Windows, macOS, Linux, and WSL?
272272

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)