Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@cubis/foundry

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubis/foundry - npm Package Compare versions

Comparing version
0.3.23
to
0.3.24
+1
-1
package.json
{
"name": "@cubis/foundry",
"version": "0.3.23",
"version": "0.3.24",
"description": "Cubis Foundry CLI for workflow-first AI agent environments",

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

@@ -62,2 +62,3 @@ # Cubis Foundry CLI (`cbx`)

cbx workflows install --platform codex --postman --postman-workspace-id null
cbx workflows install --platform codex --postman --postman-workspace-id "<workspace-id>"
cbx workflows install --platform codex --postman --postman-api-key "<key>"

@@ -87,2 +88,3 @@ cbx workflows install --platform codex --postman --mcp-scope global

- `--postman-workspace-id null` writes JSON `null` for `defaultWorkspaceId`.
- If `POSTMAN_API_KEY` is available and install is interactive (no `--yes`) without `--postman-workspace-id`, `cbx` fetches your Postman workspaces and prompts you to pick one as default.
- Antigravity gets an additional managed file at `.cbx/mcp/antigravity/stitch.json` (or `~/.cbx/mcp/antigravity/stitch.json` in global MCP scope).

@@ -89,0 +91,0 @@ - Stitch key source priority for Antigravity: `--stitch-api-key` then `STITCH_API_KEY`; when unset, generated config keeps placeholder `X-Goog-Api-Key: ur stitch key`.

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