🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@delega-dev/cli

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@delega-dev/cli - npm Package Compare versions

Comparing version
1.9.2
to
1.9.3
+9
-0
CHANGELOG.md

@@ -10,2 +10,11 @@ # Changelog

## [1.9.3] - 2026-07-28
### Changed
- Published the retirement maintenance notice to npm. Public hosted access and
signup retired July 28, 2026; this CLI remains available for Ryan McMillan's
private deployment and as a verifiable engineering artifact. The README now
identifies `delega init` as a historical flow whose hosted signup returns
`410 hosted_service_retired`.
## [1.9.2] - 2026-07-22

@@ -12,0 +21,0 @@

+3
-3
{
"name": "@delega-dev/cli",
"version": "1.9.2",
"description": "CLI for Delega task API",
"version": "1.9.3",
"description": "CLI for Delega, a retired public service preserved as production engineering proof",
"type": "module",

@@ -49,3 +49,3 @@ "bin": {

},
"homepage": "https://delega.dev",
"homepage": "https://ryanmcmillan.com/delega",
"bugs": {

@@ -52,0 +52,0 @@ "url": "https://github.com/delega-dev/delega-cli/issues"

@@ -13,2 +13,4 @@ ```

> **Maintenance status:** Delega’s public hosted service retired on July 28, 2026. This CLI remains public as a verifiable engineering artifact and for Ryan McMillan’s existing private deployment. New public accounts and hosted access are not available. See the [case study](https://ryanmcmillan.com/delega).
CLI for the Delega task API. Manage tasks, agents, and delegations from your terminal.

@@ -22,15 +24,5 @@

## Quick Start
## Existing owner credentials
The fastest way to get started — one command handles signup, verification, and your first task:
```bash
npx @delega-dev/cli init
```
The interactive wizard walks you through signing up with your email, verifying, and getting your API key — ending with a working key, a demo task, and ready-to-paste MCP config.
### Already have an account?
```bash
# Authenticate with your API key

@@ -51,6 +43,6 @@ delega login

### Getting Started
### Historical setup command
```bash
delega init # Interactive setup wizard (signup + MCP config)
delega init # Historical flow; hosted signup now returns 410
```

@@ -57,0 +49,0 @@