Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@withone/cli

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@withone/cli - npm Package Compare versions

Comparing version
1.34.0
to
1.35.0
+1
-1
package.json
{
"name": "@withone/cli",
"version": "1.34.0",
"version": "1.35.0",
"description": "CLI for managing One",

@@ -5,0 +5,0 @@ "type": "module",

@@ -42,4 +42,11 @@ <img src="https://assets.withone.ai/banners/cli.png" alt="One CLI - Connect your agents to every API on the internet." style="border-radius: 5px;">

`one init` walks you through setup: enter your [API key](https://app.withone.ai/settings/api-keys), pick your AI agents, and you're done. The MCP server gets installed automatically.
`one init` walks you through setup: authenticate via browser or enter your [API key](https://app.withone.ai/settings/api-keys), pick your AI agents, and you're done. The MCP server gets installed automatically.
Or authenticate directly:
```bash
one login # Opens browser for authentication (global or per-directory)
one logout # Clear credentials (with scope picker and confirmation)
```
Requires Node.js 18+.

@@ -46,0 +53,0 @@

@@ -27,2 +27,11 @@ ---

## Authentication
```bash
one login # Browser-based login (opens app.withone.ai)
one logout # Clear local credentials
```
`one login` opens the browser for OAuth authentication and automatically creates and stores an API key. If already logged in, the user can choose to log in globally or for the current directory. `one logout` shows current session info and confirms before clearing credentials. For CI/CD or headless environments, use `one init` to paste a key manually.
## Core Workflow: search -> knowledge -> execute

@@ -29,0 +38,0 @@

Sorry, the diff of this file is too big to display