bitfab-cli 0.2.249 → 0.2.251

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -28129,7 +28129,7 @@ var listOrganizations = {
28129
28129
  var getDatabaseConnectionStatus = {
28130
28130
  name: "get_database_connection_status",
28131
28131
  title: "Get Database Connection Status",
28132
- description: "Check whether this organization has connected a database for per-trace snapshot replay (DB branching). Returns one of: connected (ready - replay can branch the database to each trace's capture time), checking (provisioning in progress, poll again in ~15s), failed (the saved connection could not be provisioned), or none (no database connected yet). Use this during db-branching setup to wait until the customer's database is connected before enabling dbSnapshot.",
28132
+ description: "Check whether this organization has connected a database for per-trace snapshot replay (DB branching). Returns one of: connected (ready - replay can branch the database to each trace's capture time), checking (provisioning in progress, poll again in ~15s), failed (the saved connection could not be provisioned), or none (no database connected yet). Connected integrations identify their type as direct Neon or managed Postgres mirror; direct Neon connections also include the pinned project name and ID. Use this during db-branching setup to wait until the customer's database is connected before enabling dbSnapshot.",
28133
28133
  inputSchema: {}
28134
28134
  };
28135
28135
  var listTraceFunctions = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitfab-cli",
3
- "version": "0.2.249",
3
+ "version": "0.2.251",
4
4
  "description": "Install and configure the Bitfab plugin in Claude Code, Codex, or Cursor.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",