@surething/cockpit 1.0.215 → 1.0.216
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 +1 -1
- package/.next-prod/build-manifest.json +2 -2
- package/.next-prod/prerender-manifest.json +3 -3
- 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/_global-error.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.html +1 -1
- package/.next-prod/server/app/_not-found.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_full.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_index.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/.next-prod/server/app/api/projectGraph/search/route.js +1 -1
- package/.next-prod/server/app-paths-manifest.json +1 -1
- package/.next-prod/server/chunks/2939.js +1 -1
- package/.next-prod/server/chunks/9877.js +10 -1
- package/.next-prod/server/middleware-build-manifest.js +1 -1
- package/.next-prod/server/pages/404.html +1 -1
- package/.next-prod/server/pages/500.html +1 -1
- package/.next-prod/server/server-reference-manifest.json +1 -1
- package/.next-prod/trace +13 -13
- package/.next-prod/trace-build +1 -1
- package/bin/cock-codegraph.mjs +7 -7
- package/package.json +1 -1
- /package/.next-prod/static/{dtH6UmANw3cgn-jbRuVu4 → GAYKr2BmQpFqJgRJfvQ3D}/_buildManifest.js +0 -0
- /package/.next-prod/static/{dtH6UmANw3cgn-jbRuVu4 → GAYKr2BmQpFqJgRJfvQ3D}/_ssgManifest.js +0 -0
package/.next-prod/trace-build
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"name":"run-webpack","duration":
|
|
1
|
+
[{"name":"run-webpack","duration":20691327,"timestamp":204749108,"id":14,"parentId":1,"tags":{},"startTime":1779801780173,"traceId":"2868cd35fd02ca16"},{"name":"run-typescript","duration":16713005,"timestamp":225450994,"id":1519,"parentId":1,"tags":{},"startTime":1779801800875,"traceId":"2868cd35fd02ca16"},{"name":"static-check","duration":1098623,"timestamp":242207653,"id":1522,"parentId":1,"tags":{},"startTime":1779801817632,"traceId":"2868cd35fd02ca16"},{"name":"static-generation","duration":6111104,"timestamp":243692459,"id":1778,"parentId":1,"tags":{},"startTime":1779801819116,"traceId":"2868cd35fd02ca16"},{"name":"collect-build-traces","duration":18808913,"timestamp":243307085,"id":1775,"parentId":1,"tags":{},"startTime":1779801818731,"traceId":"2868cd35fd02ca16"},{"name":"telemetry-flush","duration":54,"timestamp":262119910,"id":1787,"parentId":1,"tags":{},"startTime":1779801837544,"traceId":"2868cd35fd02ca16"},{"name":"next-build","duration":57539004,"timestamp":204580974,"id":1,"tags":{"buildMode":"default","version":"16.2.6","bundler":"webpack","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1779801780005,"traceId":"2868cd35fd02ca16"}]
|
package/bin/cock-codegraph.mjs
CHANGED
|
@@ -589,7 +589,7 @@ Prerequisites:
|
|
|
589
589
|
Examples:
|
|
590
590
|
cock codegraph search getCodeIndex
|
|
591
591
|
cock codegraph related getCodeIndex --top 5
|
|
592
|
-
cock codegraph risk
|
|
592
|
+
cock codegraph risk searchIndex --depth 2
|
|
593
593
|
git diff --name-only | cock codegraph affected --stdin # → newline test paths
|
|
594
594
|
git diff --name-only | cock codegraph affected --stdin --as-cmd jest # → jest "a" "b" …
|
|
595
595
|
git diff --name-only | cock codegraph affected --stdin --as-cmd "vitest run" # → vitest run "a" "b" …
|
|
@@ -660,7 +660,7 @@ Exit: 0=callers found, 1=no callers, 2=usage/qname missing, 3=server
|
|
|
660
660
|
Examples:
|
|
661
661
|
cock codegraph callers getCodeIndex
|
|
662
662
|
cock codegraph callers GET --file packages/feature/explorer/src/server/api/projectGraph/risk.ts
|
|
663
|
-
cock codegraph callers
|
|
663
|
+
cock codegraph callers searchIndex --json`,
|
|
664
664
|
|
|
665
665
|
callees: `Usage: cock codegraph callees <qname> [--file PATH] [--json]
|
|
666
666
|
|
|
@@ -676,7 +676,7 @@ Exit: 0=callees found, 1=none, 2=usage, 3=server
|
|
|
676
676
|
|
|
677
677
|
Examples:
|
|
678
678
|
cock codegraph callees runDialogue
|
|
679
|
-
cock codegraph callees
|
|
679
|
+
cock codegraph callees buildCodeIndex --file packages/feature/explorer/src/server/codeMap/projectGraph/codeIndex.ts`,
|
|
680
680
|
|
|
681
681
|
impact: `Usage: cock codegraph impact <qname> [--file PATH] [--depth N=2] [--json]
|
|
682
682
|
|
|
@@ -700,7 +700,7 @@ Exit: 0=impacted nodes, 1=target only / no impact, 2=usage, 3=server
|
|
|
700
700
|
Examples:
|
|
701
701
|
cock codegraph impact getCodeIndex
|
|
702
702
|
cock codegraph impact validateCwd --depth 3
|
|
703
|
-
cock codegraph impact
|
|
703
|
+
cock codegraph impact searchIndex --json | jq '.nodes | length'`,
|
|
704
704
|
|
|
705
705
|
file: `Usage: cock codegraph file <path> [--json]
|
|
706
706
|
|
|
@@ -717,7 +717,7 @@ Exit: 0=symbols found, 1=empty file / not indexed, 2=usage, 3=server
|
|
|
717
717
|
|
|
718
718
|
Examples:
|
|
719
719
|
cock codegraph file packages/feature/explorer/src/server/codeMap/types.ts
|
|
720
|
-
cock codegraph file
|
|
720
|
+
cock codegraph file packages/feature/explorer/src/server/codeMap/projectGraph/codeIndex.ts --json`,
|
|
721
721
|
|
|
722
722
|
coedit: `Usage: cock codegraph coedit <path> [--commits N=100] [--json]
|
|
723
723
|
|
|
@@ -739,7 +739,7 @@ Output (plain, TAB-separated):
|
|
|
739
739
|
Exit: 0=signal found, 1=no cooccurrence (totalCommits may be 0), 2=usage, 3=server
|
|
740
740
|
|
|
741
741
|
Examples:
|
|
742
|
-
cock codegraph coedit
|
|
742
|
+
cock codegraph coedit packages/feature/explorer/src/server/codeMap/projectGraph/codeIndex.ts
|
|
743
743
|
cock codegraph coedit packages/feature/agent/src/server/lib/cgPrompt.ts --commits 500`,
|
|
744
744
|
|
|
745
745
|
context: `Usage: cock codegraph context [--query Q] [--cursor C] [--open F1,F2,...]
|
|
@@ -837,7 +837,7 @@ Stderr:
|
|
|
837
837
|
Exit: 0=high-risk nodes returned, 1=qname not found, 2=usage, 3=server
|
|
838
838
|
|
|
839
839
|
Examples:
|
|
840
|
-
cock codegraph risk
|
|
840
|
+
cock codegraph risk searchIndex
|
|
841
841
|
cock codegraph risk getCodeIndex --depth 3 --top 10
|
|
842
842
|
cock codegraph risk validateCwd --json | jq '.suggestedTests[].filePath'`,
|
|
843
843
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@surething/cockpit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.216",
|
|
4
4
|
"description": "Claude Code GUI for parallel AI coding — drive Claude (default), OpenAI Codex, DeepSeek, Kimi, or local Ollama in tabs. Multi-project sessions, terminal, browser & DB bubbles, code review, slash modes. Local-first, MIT.",
|
|
5
5
|
"author": "Robert",
|
|
6
6
|
"license": "MIT",
|
/package/.next-prod/static/{dtH6UmANw3cgn-jbRuVu4 → GAYKr2BmQpFqJgRJfvQ3D}/_buildManifest.js
RENAMED
|
File without changes
|
|
File without changes
|