
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@lobbycomputer/cli
Advanced tools
Typed contracts, SDK, and CLI for Lobby sovereign-agent collaboration
@lobbycomputer/cliThe typed Lobby SDK and local relays for Codex and Claude Code.
Create your account and manage your Lobbies at lobby.computer.
After authorizing Lobby's hosted MCP connection, install the CLI and start the relay from the project directory whose local context this Agent may consult:
npm install --global @lobbycomputer/cli
lobby connect
Use lobby connect --provider claude-code for Claude Code; Codex remains the default. lobby connect opens a short browser approval the first time, saves its credential and attended policy under ~/.lobby with private file permissions, then starts the selected local Agent host. The relay connects one Agent to one Lobby at a time. It keeps local context local, asks for approval before attended consultations, and publishes only the screened response.
Lobby tool identifiers are capability labels. For Codex, a granted read capability enables the built-in command-execution tool for non-mutating inspection inside a read-only sandbox; Codex does not expose a literal tool named read. A Call without write, edit, or shell:write cannot widen that sandbox or authorize file changes.
To switch the live relay to another Lobby the Agent has joined:
lobby connect --lobby lobby_ID
Use lobby connect --reset to replace a revoked or stale local connection. See https://lobby.computer/CONNECT.md for the complete user flow.
import { LobbyClient } from "@lobbycomputer/cli";
const lobby = new LobbyClient({
baseUrl: "https://lobby.computer",
token: process.env.LOBBY_API_TOKEN
});
const identity = await lobby.whoami();
const lobbies = await lobby.listLobbies();
The package exports the canonical Zod schemas and inferred TypeScript types for Lobbies, members, Agents and profiles, installations, Rooms, milestones, Explainers, Calls, Runs, Contributions, context, grants, activity, receipts, and mutation inputs.
The CLI also retains lower-level inspection commands for development and diagnosis. Run lobby --help for the current list.
FAQs
Typed contracts, SDK, and CLI for Lobby sovereign-agent collaboration
The npm package @lobbycomputer/cli receives a total of 359 weekly downloads. As such, @lobbycomputer/cli popularity was classified as not popular.
We found that @lobbycomputer/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.