@surething/cockpit 1.0.270 → 1.0.271
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/.next-prod/BUILD_ID +1 -1
- package/.next-prod/app-path-routes-manifest.json +7 -7
- package/.next-prod/build-manifest.json +2 -2
- package/.next-prod/cockpit-build.json +1 -1
- package/.next-prod/prerender-manifest.json +3 -3
- package/.next-prod/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/_global-error.html +1 -1
- package/.next-prod/server/app/_global-error.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/_not-found.html +2 -2
- package/.next-prod/server/app/_not-found.rsc +3 -3
- package/.next-prod/server/app/_not-found.segments/_full.segment.rsc +3 -3
- package/.next-prod/server/app/_not-found.segments/_index.segment.rsc +3 -3
- package/.next-prod/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/.next-prod/server/app/api/session/[sessionId]/history/route.js +1 -1
- package/.next-prod/server/app/api/session-by-path/route.js +1 -1
- package/.next-prod/server/app/m/page.js +1 -1
- package/.next-prod/server/app/m/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/project/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/review/[id]/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app-paths-manifest.json +7 -7
- package/.next-prod/server/chunks/516.js +1 -1
- package/.next-prod/server/chunks/5750.js +11 -9
- package/.next-prod/server/middleware-build-manifest.js +1 -1
- package/.next-prod/server/pages/404.html +2 -2
- package/.next-prod/server/pages/500.html +1 -1
- package/.next-prod/server/server-reference-manifest.json +1 -1
- package/.next-prod/static/chunks/{2302-ebf06ca1396efcce.js → 2302-5e8daad0800c3c02.js} +2 -2
- package/.next-prod/static/chunks/7184-b6fb5d3287fc073c.js +17 -0
- package/.next-prod/static/chunks/app/m/{page-0304eea2c0cf03f6.js → page-241cf89338a0f255.js} +1 -1
- package/.next-prod/static/css/ea27ccfe01ce807c.css +1 -0
- package/.next-prod/trace +14 -14
- package/.next-prod/trace-build +1 -1
- package/dist/scheduledTasks.mjs +8 -4
- package/package.json +3 -3
- package/.next-prod/static/chunks/7184-efdf8613e83ae823.js +0 -15
- package/.next-prod/static/css/4e29dd2bca2bb1ac.css +0 -1
- /package/.next-prod/static/{cqNAEj5KI8Y8li81B5f7n → BRgWyE48IVXSuUJ4BLHQb}/_buildManifest.js +0 -0
- /package/.next-prod/static/{cqNAEj5KI8Y8li81B5f7n → BRgWyE48IVXSuUJ4BLHQb}/_ssgManifest.js +0 -0
package/.next-prod/trace-build
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"name":"run-webpack","duration":
|
|
1
|
+
[{"name":"run-webpack","duration":15005902,"timestamp":578684146,"id":14,"parentId":1,"tags":{},"startTime":1788495156847,"traceId":"d890b4c69e09d4b7"},{"name":"run-typescript","duration":4981789,"timestamp":593695697,"id":1471,"parentId":1,"tags":{},"startTime":1788495171858,"traceId":"d890b4c69e09d4b7"},{"name":"static-check","duration":1366631,"timestamp":598718150,"id":1474,"parentId":1,"tags":{},"startTime":1788495176881,"traceId":"d890b4c69e09d4b7"},{"name":"static-generation","duration":5321119,"timestamp":600247809,"id":1784,"parentId":1,"tags":{},"startTime":1788495178410,"traceId":"d890b4c69e09d4b7"},{"name":"collect-build-traces","duration":24985253,"timestamp":600085530,"id":1781,"parentId":1,"tags":{},"startTime":1788495178248,"traceId":"d890b4c69e09d4b7"},{"name":"telemetry-flush","duration":57,"timestamp":625074596,"id":1793,"parentId":1,"tags":{},"startTime":1788495203237,"traceId":"d890b4c69e09d4b7"},{"name":"next-build","duration":46568909,"timestamp":578505755,"id":1,"tags":{"buildMode":"default","version":"16.3.0","bundler":"webpack","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1788495156668,"traceId":"d890b4c69e09d4b7"}]
|
package/dist/scheduledTasks.mjs
CHANGED
|
@@ -15451,6 +15451,7 @@ var CODEX_MCP_NAMESPACE_PREFIX = "mcp__";
|
|
|
15451
15451
|
var codexMcpToolName = (server, tool2) => `${CODEX_MCP_NAMESPACE_PREFIX}${server}__${tool2}`;
|
|
15452
15452
|
var CODEX_SPAWN_FN_NAME = "spawn_agent";
|
|
15453
15453
|
var CODEX_SUB_AGENT_ACTIVITY_TYPE = "sub_agent_activity";
|
|
15454
|
+
var CODEX_SUB_AGENT_ACTIVITY_ITEM_TYPE = "SubAgentActivity";
|
|
15454
15455
|
var CODEX_AGENT_MESSAGE_TYPE = "agent_message";
|
|
15455
15456
|
var CODEX_PATCH_FN_NAME = "apply_patch";
|
|
15456
15457
|
var CODEX_EXEC_SCRIPT_FN_NAME = "exec";
|
|
@@ -15687,15 +15688,18 @@ function codexAgentPathName(agentPath) {
|
|
|
15687
15688
|
return segments[segments.length - 1] || agentPath;
|
|
15688
15689
|
}
|
|
15689
15690
|
function parseCodexSubAgentActivity(payload) {
|
|
15690
|
-
if (!payload
|
|
15691
|
-
const
|
|
15691
|
+
if (!payload) return null;
|
|
15692
|
+
const item = payload.item;
|
|
15693
|
+
const src = payload.type === CODEX_SUB_AGENT_ACTIVITY_TYPE ? { ...payload, callId: payload.event_id } : item && item.type === CODEX_SUB_AGENT_ACTIVITY_ITEM_TYPE ? { ...item, callId: item.id } : null;
|
|
15694
|
+
if (!src) return null;
|
|
15695
|
+
const { callId, agent_thread_id: agentThreadId } = src;
|
|
15692
15696
|
if (typeof callId !== "string" || !callId) return null;
|
|
15693
15697
|
if (typeof agentThreadId !== "string" || !agentThreadId) return null;
|
|
15694
15698
|
return {
|
|
15695
15699
|
callId,
|
|
15696
15700
|
agentThreadId,
|
|
15697
|
-
...typeof
|
|
15698
|
-
...typeof
|
|
15701
|
+
...typeof src.agent_path === "string" ? { agentPath: src.agent_path } : {},
|
|
15702
|
+
...typeof src.kind === "string" ? { kind: src.kind } : {}
|
|
15699
15703
|
};
|
|
15700
15704
|
}
|
|
15701
15705
|
function parseCodexAgentMessage(payload) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@surething/cockpit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.271",
|
|
4
4
|
"description": "OpenCockpit is the open-source Claude Code GUI — an IDE-like workbench for parallel AI coding. Drive Claude (default), Codex, DeepSeek, Kimi, or local Ollama in tabs. Terminal, browser & DB bubbles, code review. Self-host on a shared dev box — a seat for every teammate. Local-first, MIT.",
|
|
5
5
|
"author": "Robert",
|
|
6
6
|
"license": "MIT",
|
|
@@ -104,9 +104,9 @@
|
|
|
104
104
|
},
|
|
105
105
|
"dependencies": {
|
|
106
106
|
"@ai-sdk/openai": "^3.0.52",
|
|
107
|
-
"@anthropic-ai/claude-agent-sdk": "0.3.
|
|
107
|
+
"@anthropic-ai/claude-agent-sdk": "0.3.260",
|
|
108
108
|
"@dagrejs/dagre": "^3.0.0",
|
|
109
|
-
"@openai/codex-sdk": "0.153.
|
|
109
|
+
"@openai/codex-sdk": "0.153.2",
|
|
110
110
|
"@tanstack/react-virtual": "^3.13.18",
|
|
111
111
|
"@tiptap/extension-link": "^3.19.0",
|
|
112
112
|
"@tiptap/extension-placeholder": "^3.19.0",
|