@wjarka/cezarion 0.11.0-pr34.57 → 0.11.0
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/dist/server/server.d.ts +58 -58
- package/package.json +3 -3
package/dist/server/server.d.ts
CHANGED
|
@@ -3455,19 +3455,6 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
|
|
|
3455
3455
|
} & {
|
|
3456
3456
|
"/repo/commit/:sha": {
|
|
3457
3457
|
$get: {
|
|
3458
|
-
output: string;
|
|
3459
|
-
outputFormat: "text";
|
|
3460
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3461
|
-
input: {
|
|
3462
|
-
query: {
|
|
3463
|
-
structured?: string | undefined;
|
|
3464
|
-
};
|
|
3465
|
-
} & {
|
|
3466
|
-
param: {
|
|
3467
|
-
sha: string;
|
|
3468
|
-
};
|
|
3469
|
-
};
|
|
3470
|
-
} | {
|
|
3471
3458
|
output: {
|
|
3472
3459
|
error: string;
|
|
3473
3460
|
};
|
|
@@ -3530,6 +3517,19 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
|
|
|
3530
3517
|
sha: string;
|
|
3531
3518
|
};
|
|
3532
3519
|
};
|
|
3520
|
+
} | {
|
|
3521
|
+
output: string;
|
|
3522
|
+
outputFormat: "text";
|
|
3523
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3524
|
+
input: {
|
|
3525
|
+
query: {
|
|
3526
|
+
structured?: string | undefined;
|
|
3527
|
+
};
|
|
3528
|
+
} & {
|
|
3529
|
+
param: {
|
|
3530
|
+
sha: string;
|
|
3531
|
+
};
|
|
3532
|
+
};
|
|
3533
3533
|
};
|
|
3534
3534
|
};
|
|
3535
3535
|
} & {
|
|
@@ -7017,20 +7017,20 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
|
|
|
7017
7017
|
} & {
|
|
7018
7018
|
"/runs/:id/handoff": {
|
|
7019
7019
|
$get: {
|
|
7020
|
-
output:
|
|
7021
|
-
|
|
7022
|
-
|
|
7020
|
+
output: {
|
|
7021
|
+
error: string;
|
|
7022
|
+
};
|
|
7023
|
+
outputFormat: "json";
|
|
7024
|
+
status: 404;
|
|
7023
7025
|
input: {
|
|
7024
7026
|
param: {
|
|
7025
7027
|
id: string;
|
|
7026
7028
|
};
|
|
7027
7029
|
};
|
|
7028
7030
|
} | {
|
|
7029
|
-
output:
|
|
7030
|
-
|
|
7031
|
-
|
|
7032
|
-
outputFormat: "json";
|
|
7033
|
-
status: 404;
|
|
7031
|
+
output: string;
|
|
7032
|
+
outputFormat: "text";
|
|
7033
|
+
status: 200;
|
|
7034
7034
|
input: {
|
|
7035
7035
|
param: {
|
|
7036
7036
|
id: string;
|
|
@@ -7056,20 +7056,20 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
|
|
|
7056
7056
|
} & {
|
|
7057
7057
|
"/runs/:id/diff": {
|
|
7058
7058
|
$get: {
|
|
7059
|
-
output:
|
|
7060
|
-
|
|
7061
|
-
|
|
7059
|
+
output: {
|
|
7060
|
+
error: string;
|
|
7061
|
+
};
|
|
7062
|
+
outputFormat: "json";
|
|
7063
|
+
status: 404;
|
|
7062
7064
|
input: {
|
|
7063
7065
|
param: {
|
|
7064
7066
|
id: string;
|
|
7065
7067
|
};
|
|
7066
7068
|
};
|
|
7067
7069
|
} | {
|
|
7068
|
-
output:
|
|
7069
|
-
|
|
7070
|
-
|
|
7071
|
-
outputFormat: "json";
|
|
7072
|
-
status: 404;
|
|
7070
|
+
output: string;
|
|
7071
|
+
outputFormat: "text";
|
|
7072
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
7073
7073
|
input: {
|
|
7074
7074
|
param: {
|
|
7075
7075
|
id: string;
|
|
@@ -8979,19 +8979,6 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
|
|
|
8979
8979
|
} & {
|
|
8980
8980
|
"/repo/commit/:sha": {
|
|
8981
8981
|
$get: {
|
|
8982
|
-
output: string;
|
|
8983
|
-
outputFormat: "text";
|
|
8984
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
8985
|
-
input: {
|
|
8986
|
-
query: {
|
|
8987
|
-
structured?: string | undefined;
|
|
8988
|
-
};
|
|
8989
|
-
} & {
|
|
8990
|
-
param: {
|
|
8991
|
-
sha: string;
|
|
8992
|
-
};
|
|
8993
|
-
};
|
|
8994
|
-
} | {
|
|
8995
8982
|
output: {
|
|
8996
8983
|
error: string;
|
|
8997
8984
|
};
|
|
@@ -9054,6 +9041,19 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
|
|
|
9054
9041
|
sha: string;
|
|
9055
9042
|
};
|
|
9056
9043
|
};
|
|
9044
|
+
} | {
|
|
9045
|
+
output: string;
|
|
9046
|
+
outputFormat: "text";
|
|
9047
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
9048
|
+
input: {
|
|
9049
|
+
query: {
|
|
9050
|
+
structured?: string | undefined;
|
|
9051
|
+
};
|
|
9052
|
+
} & {
|
|
9053
|
+
param: {
|
|
9054
|
+
sha: string;
|
|
9055
|
+
};
|
|
9056
|
+
};
|
|
9057
9057
|
};
|
|
9058
9058
|
};
|
|
9059
9059
|
} & {
|
|
@@ -12541,20 +12541,20 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
|
|
|
12541
12541
|
} & {
|
|
12542
12542
|
"/runs/:id/handoff": {
|
|
12543
12543
|
$get: {
|
|
12544
|
-
output:
|
|
12545
|
-
|
|
12546
|
-
|
|
12544
|
+
output: {
|
|
12545
|
+
error: string;
|
|
12546
|
+
};
|
|
12547
|
+
outputFormat: "json";
|
|
12548
|
+
status: 404;
|
|
12547
12549
|
input: {
|
|
12548
12550
|
param: {
|
|
12549
12551
|
id: string;
|
|
12550
12552
|
};
|
|
12551
12553
|
};
|
|
12552
12554
|
} | {
|
|
12553
|
-
output:
|
|
12554
|
-
|
|
12555
|
-
|
|
12556
|
-
outputFormat: "json";
|
|
12557
|
-
status: 404;
|
|
12555
|
+
output: string;
|
|
12556
|
+
outputFormat: "text";
|
|
12557
|
+
status: 200;
|
|
12558
12558
|
input: {
|
|
12559
12559
|
param: {
|
|
12560
12560
|
id: string;
|
|
@@ -12580,20 +12580,20 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
|
|
|
12580
12580
|
} & {
|
|
12581
12581
|
"/runs/:id/diff": {
|
|
12582
12582
|
$get: {
|
|
12583
|
-
output:
|
|
12584
|
-
|
|
12585
|
-
|
|
12583
|
+
output: {
|
|
12584
|
+
error: string;
|
|
12585
|
+
};
|
|
12586
|
+
outputFormat: "json";
|
|
12587
|
+
status: 404;
|
|
12586
12588
|
input: {
|
|
12587
12589
|
param: {
|
|
12588
12590
|
id: string;
|
|
12589
12591
|
};
|
|
12590
12592
|
};
|
|
12591
12593
|
} | {
|
|
12592
|
-
output:
|
|
12593
|
-
|
|
12594
|
-
|
|
12595
|
-
outputFormat: "json";
|
|
12596
|
-
status: 404;
|
|
12594
|
+
output: string;
|
|
12595
|
+
outputFormat: "text";
|
|
12596
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
12597
12597
|
input: {
|
|
12598
12598
|
param: {
|
|
12599
12599
|
id: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wjarka/cezarion",
|
|
3
|
-
"version": "0.11.0
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"description": "Local cockpit for running and tracking AI agent tasks in your repo. Uses your logged-in `claude` CLI and `gh` — zero config, zero database.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"zod": "^4.4.3"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@open-mercato/cezar-api-client": "0.11.0
|
|
54
|
-
"@open-mercato/cezar-contract": "0.11.0
|
|
53
|
+
"@open-mercato/cezar-api-client": "^0.11.0",
|
|
54
|
+
"@open-mercato/cezar-contract": "^0.11.0",
|
|
55
55
|
"@types/node": "^20.14.0",
|
|
56
56
|
"@types/ws": "^8.18.1",
|
|
57
57
|
"esbuild": "^0.28.1",
|