@knowsuchagency/fulcrum 4.13.5 → 4.13.6
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.
- package/bin/fulcrum.js +5 -5
- package/package.json +1 -1
- package/server/index.js +2 -2
package/bin/fulcrum.js
CHANGED
|
@@ -47176,7 +47176,7 @@ async function runMcpServer(urlOverride, portOverride) {
|
|
|
47176
47176
|
const client = new FulcrumClient(urlOverride, portOverride);
|
|
47177
47177
|
const server = new McpServer({
|
|
47178
47178
|
name: "fulcrum",
|
|
47179
|
-
version: "4.13.
|
|
47179
|
+
version: "4.13.6"
|
|
47180
47180
|
});
|
|
47181
47181
|
registerTools(server, client);
|
|
47182
47182
|
const transport = new StdioServerTransport;
|
|
@@ -49534,7 +49534,7 @@ var marketplace_default = `{
|
|
|
49534
49534
|
"name": "fulcrum",
|
|
49535
49535
|
"source": "./",
|
|
49536
49536
|
"description": "Task orchestration for Claude Code",
|
|
49537
|
-
"version": "4.13.
|
|
49537
|
+
"version": "4.13.6",
|
|
49538
49538
|
"skills": [
|
|
49539
49539
|
"./skills/fulcrum"
|
|
49540
49540
|
],
|
|
@@ -49557,7 +49557,7 @@ var marketplace_default = `{
|
|
|
49557
49557
|
var plugin_default = `{
|
|
49558
49558
|
"name": "fulcrum",
|
|
49559
49559
|
"description": "Fulcrum task orchestration for Claude Code",
|
|
49560
|
-
"version": "4.13.
|
|
49560
|
+
"version": "4.13.6",
|
|
49561
49561
|
"author": {
|
|
49562
49562
|
"name": "Fulcrum"
|
|
49563
49563
|
},
|
|
@@ -50609,7 +50609,7 @@ function compareVersions(v1, v2) {
|
|
|
50609
50609
|
var package_default = {
|
|
50610
50610
|
name: "@knowsuchagency/fulcrum",
|
|
50611
50611
|
private: true,
|
|
50612
|
-
version: "4.13.
|
|
50612
|
+
version: "4.13.6",
|
|
50613
50613
|
description: "Harness Attention. Orchestrate Agents. Ship.",
|
|
50614
50614
|
license: "PolyForm-Perimeter-1.0.0",
|
|
50615
50615
|
type: "module",
|
|
@@ -50625,7 +50625,7 @@ var package_default = {
|
|
|
50625
50625
|
"db:studio": "drizzle-kit studio"
|
|
50626
50626
|
},
|
|
50627
50627
|
dependencies: {
|
|
50628
|
-
"@anthropic-ai/claude-agent-sdk": "0.2.
|
|
50628
|
+
"@anthropic-ai/claude-agent-sdk": "0.2.104",
|
|
50629
50629
|
"@atlaskit/pragmatic-drag-and-drop": "^1.7.7",
|
|
50630
50630
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
|
|
50631
50631
|
"@azurity/pure-nerd-font": "^3.0.5",
|
package/package.json
CHANGED
package/server/index.js
CHANGED
|
@@ -1141994,7 +1141994,7 @@ function sU($, X, Y, Q) {
|
|
|
1141994
1141994
|
throw Error(`Native CLI binary for ${process.platform}-${process.arch} not found. Reinstall @anthropic-ai/claude-agent-sdk without --omit=optional, or set options.pathToClaudeCodeExecutable.`);
|
|
1141995
1141995
|
}
|
|
1141996
1141996
|
}
|
|
1141997
|
-
process.env.CLAUDE_AGENT_SDK_VERSION = "0.2.
|
|
1141997
|
+
process.env.CLAUDE_AGENT_SDK_VERSION = "0.2.104";
|
|
1141998
1141998
|
let { abortController: V = l1(), additionalDirectories: O = [], agent: B, agents: L, allowedTools: j = [], betas: A, canUseTool: I, continue: _, cwd: y, debug: V$, debugFile: C$, disallowedTools: H6 = [], tools: s6, env: c6, executable: W1 = c1() ? "bun" : "node", executableArgs: h1 = [], extraArgs: e6 = {}, fallbackModel: YX, enableFileCheckpointing: l, toolConfig: JX, forkSession: w5, hooks: u1, includeHookEvents: QX, includePartialMessages: WX, onElicitation: e9, persistSession: l$, sessionStore: E6, thinking: $4, effort: tL, maxThinkingTokens: O5, maxTurns: aL, maxBudgetUsd: sL, taskBudget: eL, mcpServers: XH, model: $j, outputFormat: YH, permissionMode: Xj = "default", allowDangerouslySkipPermissions: Yj = false, permissionPromptToolName: Jj, plugins: Qj, getOAuthToken: JH, workload: QH, resume: Wj, resumeSessionAt: zj, sessionId: Gj, stderr: Uj, strictMcpConfig: Hj } = U;
|
|
1141999
1141999
|
if (E6 && l$ === false)
|
|
1142000
1142000
|
throw Error("sessionStore cannot be used with persistSession: false -- the storage adapter requires local writes to mirror from. Use CLAUDE_CONFIG_DIR=/tmp for ephemeral local writes with external mirroring.");
|
|
@@ -1265405,7 +1265405,7 @@ mcpRoutes.all("/", async (c2) => {
|
|
|
1265405
1265405
|
});
|
|
1265406
1265406
|
const server2 = new McpServer({
|
|
1265407
1265407
|
name: "fulcrum",
|
|
1265408
|
-
version: "4.13.
|
|
1265408
|
+
version: "4.13.6"
|
|
1265409
1265409
|
});
|
|
1265410
1265410
|
const client3 = new FulcrumClient(`http://localhost:${port}`);
|
|
1265411
1265411
|
registerTools(server2, client3);
|