@cubis/foundry
Advanced tools
+13
-0
@@ -5,2 +5,15 @@ # Changelog | ||
| ## [0.3.25] - 2026-02-26 | ||
| ### Added | ||
| - Added `cbx workflows config` command to view and edit `cbx_config.json` from terminal. | ||
| - Added `cbx skills config` alias for compatibility with deprecated `skills` command group. | ||
| - Added docs for showing/updating/clearing Postman `defaultWorkspaceId` after install. | ||
| ### Changed | ||
| - Improved Postman install warnings when workspace selection is not persisted because existing `cbx_config.json` was skipped. | ||
| - Included actionable follow-up command in warnings (`cbx workflows config ...`). | ||
| ## [0.3.23] - 2026-02-26 | ||
@@ -7,0 +20,0 @@ |
+1
-1
| { | ||
| "name": "@cubis/foundry", | ||
| "version": "0.3.24", | ||
| "version": "0.3.25", | ||
| "description": "Cubis Foundry CLI for workflow-first AI agent environments", | ||
@@ -5,0 +5,0 @@ "type": "module", |
+45
-0
@@ -92,2 +92,47 @@ # Cubis Foundry CLI (`cbx`) | ||
| Codex Postman workspace selection: | ||
| ```bash | ||
| # Set Postman API key first | ||
| export POSTMAN_API_KEY="<your-postman-api-key>" | ||
| # Interactive workspace selector (recommended) | ||
| cbx workflows install --platform codex --bundle agent-environment-setup --postman | ||
| ``` | ||
| - Do not use `--yes` here (it skips prompts). | ||
| - You will get a workspace selector and the selected value is saved as `defaultWorkspaceId`. | ||
| Direct/manual workspace ID: | ||
| ```bash | ||
| cbx workflows install --platform codex --bundle agent-environment-setup --postman --postman-workspace-id "<workspace-id>" --yes | ||
| ``` | ||
| Clear default workspace: | ||
| ```bash | ||
| cbx workflows install --platform codex --bundle agent-environment-setup --postman --postman-workspace-id null --yes | ||
| ``` | ||
| Important: | ||
| - If `cbx_config.json` already exists and you want to change the saved workspace, use `--overwrite` (or edit config manually), because existing config is preserved by default. | ||
| - If install output shows `Config file: skipped (...)`, your newly selected workspace is not persisted. Use `--overwrite` or edit with the config command below. | ||
| View/edit config in terminal: | ||
| ```bash | ||
| # View config | ||
| cbx workflows config --scope global --show | ||
| # Interactive edit (workspace ID) | ||
| cbx workflows config --scope global --edit | ||
| # Direct set workspace ID | ||
| cbx workflows config --scope global --workspace-id "<workspace-id>" | ||
| # Clear workspace ID | ||
| cbx workflows config --scope global --clear-workspace-id | ||
| ``` | ||
| Platform runtime MCP placement: | ||
@@ -94,0 +139,0 @@ - Codex: |
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
21062606
0.04%38078
0.33%478
10.39%38
8.57%