bitfab-cli 0.2.349 → 0.2.350

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
@@ -23914,7 +23914,7 @@ var getSimPlan = {
23914
23914
  description: "Read one trace function's sim plan: its span nodes overlaid from recent traces, each with its span type, call count, how many traces it appears in, and whether its content (inputs and outputs) is captured. Call it to learn the exact node names before save_sim_plan, or to answer what a workflow records today.",
23915
23915
  inputSchema: {
23916
23916
  traceFunctionKey: external_exports.string().min(1).describe("Trace function key, as list_trace_functions prints it."),
23917
- limit: external_exports.preprocess(parseJsonString, external_exports.number().int().min(1).max(100)).optional().describe("Recent traces to overlay (1-100). Defaults to 20.")
23917
+ limit: external_exports.preprocess(parseJsonString, external_exports.number().int().min(1).max(100)).optional().describe("Recent traces to overlay, taken from the function's own traces and again from its replays (1-100 of each). Defaults to 40.")
23918
23918
  }
23919
23919
  };
23920
23920
  var saveSimPlan = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitfab-cli",
3
- "version": "0.2.349",
3
+ "version": "0.2.350",
4
4
  "description": "Install and configure the Bitfab plugin in Claude Code, Codex, or Cursor, or the Bitfab skill pack in Amp (Alpha).",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",