@wjarka/cezarion 0.11.3 → 0.11.4
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
|
@@ -3462,19 +3462,6 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
|
|
|
3462
3462
|
} & {
|
|
3463
3463
|
"/repo/commit/:sha": {
|
|
3464
3464
|
$get: {
|
|
3465
|
-
output: string;
|
|
3466
|
-
outputFormat: "text";
|
|
3467
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3468
|
-
input: {
|
|
3469
|
-
query: {
|
|
3470
|
-
structured?: string | undefined;
|
|
3471
|
-
};
|
|
3472
|
-
} & {
|
|
3473
|
-
param: {
|
|
3474
|
-
sha: string;
|
|
3475
|
-
};
|
|
3476
|
-
};
|
|
3477
|
-
} | {
|
|
3478
3465
|
output: {
|
|
3479
3466
|
error: string;
|
|
3480
3467
|
};
|
|
@@ -3537,6 +3524,19 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
|
|
|
3537
3524
|
sha: string;
|
|
3538
3525
|
};
|
|
3539
3526
|
};
|
|
3527
|
+
} | {
|
|
3528
|
+
output: string;
|
|
3529
|
+
outputFormat: "text";
|
|
3530
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3531
|
+
input: {
|
|
3532
|
+
query: {
|
|
3533
|
+
structured?: string | undefined;
|
|
3534
|
+
};
|
|
3535
|
+
} & {
|
|
3536
|
+
param: {
|
|
3537
|
+
sha: string;
|
|
3538
|
+
};
|
|
3539
|
+
};
|
|
3540
3540
|
};
|
|
3541
3541
|
};
|
|
3542
3542
|
} & {
|
|
@@ -7052,20 +7052,20 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
|
|
|
7052
7052
|
} & {
|
|
7053
7053
|
"/runs/:id/handoff": {
|
|
7054
7054
|
$get: {
|
|
7055
|
-
output:
|
|
7056
|
-
|
|
7057
|
-
|
|
7055
|
+
output: {
|
|
7056
|
+
error: string;
|
|
7057
|
+
};
|
|
7058
|
+
outputFormat: "json";
|
|
7059
|
+
status: 404;
|
|
7058
7060
|
input: {
|
|
7059
7061
|
param: {
|
|
7060
7062
|
id: string;
|
|
7061
7063
|
};
|
|
7062
7064
|
};
|
|
7063
7065
|
} | {
|
|
7064
|
-
output:
|
|
7065
|
-
|
|
7066
|
-
|
|
7067
|
-
outputFormat: "json";
|
|
7068
|
-
status: 404;
|
|
7066
|
+
output: string;
|
|
7067
|
+
outputFormat: "text";
|
|
7068
|
+
status: 200;
|
|
7069
7069
|
input: {
|
|
7070
7070
|
param: {
|
|
7071
7071
|
id: string;
|
|
@@ -7091,20 +7091,20 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
|
|
|
7091
7091
|
} & {
|
|
7092
7092
|
"/runs/:id/diff": {
|
|
7093
7093
|
$get: {
|
|
7094
|
-
output:
|
|
7095
|
-
|
|
7096
|
-
|
|
7094
|
+
output: {
|
|
7095
|
+
error: string;
|
|
7096
|
+
};
|
|
7097
|
+
outputFormat: "json";
|
|
7098
|
+
status: 404;
|
|
7097
7099
|
input: {
|
|
7098
7100
|
param: {
|
|
7099
7101
|
id: string;
|
|
7100
7102
|
};
|
|
7101
7103
|
};
|
|
7102
7104
|
} | {
|
|
7103
|
-
output:
|
|
7104
|
-
|
|
7105
|
-
|
|
7106
|
-
outputFormat: "json";
|
|
7107
|
-
status: 404;
|
|
7105
|
+
output: string;
|
|
7106
|
+
outputFormat: "text";
|
|
7107
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
7108
7108
|
input: {
|
|
7109
7109
|
param: {
|
|
7110
7110
|
id: string;
|
|
@@ -9020,19 +9020,6 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
|
|
|
9020
9020
|
} & {
|
|
9021
9021
|
"/repo/commit/:sha": {
|
|
9022
9022
|
$get: {
|
|
9023
|
-
output: string;
|
|
9024
|
-
outputFormat: "text";
|
|
9025
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
9026
|
-
input: {
|
|
9027
|
-
query: {
|
|
9028
|
-
structured?: string | undefined;
|
|
9029
|
-
};
|
|
9030
|
-
} & {
|
|
9031
|
-
param: {
|
|
9032
|
-
sha: string;
|
|
9033
|
-
};
|
|
9034
|
-
};
|
|
9035
|
-
} | {
|
|
9036
9023
|
output: {
|
|
9037
9024
|
error: string;
|
|
9038
9025
|
};
|
|
@@ -9095,6 +9082,19 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
|
|
|
9095
9082
|
sha: string;
|
|
9096
9083
|
};
|
|
9097
9084
|
};
|
|
9085
|
+
} | {
|
|
9086
|
+
output: string;
|
|
9087
|
+
outputFormat: "text";
|
|
9088
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
9089
|
+
input: {
|
|
9090
|
+
query: {
|
|
9091
|
+
structured?: string | undefined;
|
|
9092
|
+
};
|
|
9093
|
+
} & {
|
|
9094
|
+
param: {
|
|
9095
|
+
sha: string;
|
|
9096
|
+
};
|
|
9097
|
+
};
|
|
9098
9098
|
};
|
|
9099
9099
|
};
|
|
9100
9100
|
} & {
|
|
@@ -12610,20 +12610,20 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
|
|
|
12610
12610
|
} & {
|
|
12611
12611
|
"/runs/:id/handoff": {
|
|
12612
12612
|
$get: {
|
|
12613
|
-
output:
|
|
12614
|
-
|
|
12615
|
-
|
|
12613
|
+
output: {
|
|
12614
|
+
error: string;
|
|
12615
|
+
};
|
|
12616
|
+
outputFormat: "json";
|
|
12617
|
+
status: 404;
|
|
12616
12618
|
input: {
|
|
12617
12619
|
param: {
|
|
12618
12620
|
id: string;
|
|
12619
12621
|
};
|
|
12620
12622
|
};
|
|
12621
12623
|
} | {
|
|
12622
|
-
output:
|
|
12623
|
-
|
|
12624
|
-
|
|
12625
|
-
outputFormat: "json";
|
|
12626
|
-
status: 404;
|
|
12624
|
+
output: string;
|
|
12625
|
+
outputFormat: "text";
|
|
12626
|
+
status: 200;
|
|
12627
12627
|
input: {
|
|
12628
12628
|
param: {
|
|
12629
12629
|
id: string;
|
|
@@ -12649,20 +12649,20 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
|
|
|
12649
12649
|
} & {
|
|
12650
12650
|
"/runs/:id/diff": {
|
|
12651
12651
|
$get: {
|
|
12652
|
-
output:
|
|
12653
|
-
|
|
12654
|
-
|
|
12652
|
+
output: {
|
|
12653
|
+
error: string;
|
|
12654
|
+
};
|
|
12655
|
+
outputFormat: "json";
|
|
12656
|
+
status: 404;
|
|
12655
12657
|
input: {
|
|
12656
12658
|
param: {
|
|
12657
12659
|
id: string;
|
|
12658
12660
|
};
|
|
12659
12661
|
};
|
|
12660
12662
|
} | {
|
|
12661
|
-
output:
|
|
12662
|
-
|
|
12663
|
-
|
|
12664
|
-
outputFormat: "json";
|
|
12665
|
-
status: 404;
|
|
12663
|
+
output: string;
|
|
12664
|
+
outputFormat: "text";
|
|
12665
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
12666
12666
|
input: {
|
|
12667
12667
|
param: {
|
|
12668
12668
|
id: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wjarka/cezarion",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.4",
|
|
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.
|
|
54
|
-
"@open-mercato/cezar-contract": "^0.11.
|
|
53
|
+
"@open-mercato/cezar-api-client": "^0.11.4",
|
|
54
|
+
"@open-mercato/cezar-contract": "^0.11.4",
|
|
55
55
|
"@types/node": "^20.14.0",
|
|
56
56
|
"@types/ws": "^8.18.1",
|
|
57
57
|
"esbuild": "^0.28.1",
|