Skip to content

Commit 311847e

Browse files
Revanth PobalaRevanth Pobala
authored andcommitted
docs: Update README with v1.1.0 features (profiles, deduplication, legacy API)
1 parent cf7ed30 commit 311847e

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<a href="https://github.com/revanthpobala/devin-cli/actions/workflows/pypi-publish.yml"><img src="https://github.com/revanthpobala/devin-cli/actions/workflows/pypi-publish.yml/badge.svg" alt="Build Status"></a>
1111
</p>
1212

13-
> **The first unofficial CLI for the world's first AI Software Engineer. Now fully upgraded to Devin API v3.**
13+
> **The first unofficial CLI for the world's first AI Software Engineer. Now upgraded to v1.1.0 with Multi-Profile support and legacy v1 backward-compatibility.**
1414
1515
Devin CLI is designed for high-velocity engineering teams. It strips away the friction of the web UI, allowing you to orchestrate autonomous agents, manage complex contexts, and automate multi-step development workflows through a robust, terminal-first interface. Built for performance, SEO, and developer productivity.
1616

@@ -48,6 +48,15 @@ devin configure
4848
devin sessions create -t "Identify and fix the race condition in our Redis cache layer"
4949
```
5050

51+
## 🌟 What's New in v1.1.0
52+
53+
- **Dual-Token Profiles:** Seamlessly switch between personal (`apk_user_`) and Service Account (`cog_`) tokens on the fly using `--profile`.
54+
- `devin configure --profile service`
55+
- `devin --profile service sessions list`
56+
- **Legacy v1 Backward Compatibility:** Need to run an older integration that depends on the original Devin API shapes? The CLI now acts as a dynamic proxy. Simply configure a profile to use `api_version: v1`, and the CLI will route authentic payloads directly to the deprecated v1 endpoints without breaking your v3 integrations.
57+
- **Session Deduplication (Anti-Spam):** Avoid burning ACUs on accidental retries. The CLI now actively caches a SHA-256 hash of your last 50 prompts per profile, immediately halting and alerting you if you attempt to launch a duplicate session.
58+
- **Advanced Mode Auth:** Automatically traps `advanced_mode_url` requirements and securely prompts you to finish the connection handshake directly in your web browser.
59+
5160
---
5261

5362
## 🛠 Command Cheat Sheet (v3 Architecture)

0 commit comments

Comments
 (0)