Skip to content

Commit 0b81088

Browse files
committed
Cleanup skills/remote/xxx endpoints.
1 parent 95bdea9 commit 0b81088

29 files changed

Lines changed: 48 additions & 1067 deletions

codex-rs/app-server-protocol/schema/json/ClientRequest.json

Lines changed: 0 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -937,15 +937,6 @@
937937
],
938938
"type": "object"
939939
},
940-
"HazelnutScope": {
941-
"enum": [
942-
"example",
943-
"workspace-shared",
944-
"all-shared",
945-
"personal"
946-
],
947-
"type": "string"
948-
},
949940
"ImageDetail": {
950941
"enum": [
951942
"auto",
@@ -1328,15 +1319,6 @@
13281319
],
13291320
"type": "object"
13301321
},
1331-
"ProductSurface": {
1332-
"enum": [
1333-
"chatgpt",
1334-
"codex",
1335-
"api",
1336-
"atlas"
1337-
],
1338-
"type": "string"
1339-
},
13401322
"ReadOnlyAccess": {
13411323
"oneOf": [
13421324
{
@@ -2410,42 +2392,6 @@
24102392
},
24112393
"type": "object"
24122394
},
2413-
"SkillsRemoteReadParams": {
2414-
"properties": {
2415-
"enabled": {
2416-
"default": false,
2417-
"type": "boolean"
2418-
},
2419-
"hazelnutScope": {
2420-
"allOf": [
2421-
{
2422-
"$ref": "#/definitions/HazelnutScope"
2423-
}
2424-
],
2425-
"default": "example"
2426-
},
2427-
"productSurface": {
2428-
"allOf": [
2429-
{
2430-
"$ref": "#/definitions/ProductSurface"
2431-
}
2432-
],
2433-
"default": "codex"
2434-
}
2435-
},
2436-
"type": "object"
2437-
},
2438-
"SkillsRemoteWriteParams": {
2439-
"properties": {
2440-
"hazelnutId": {
2441-
"type": "string"
2442-
}
2443-
},
2444-
"required": [
2445-
"hazelnutId"
2446-
],
2447-
"type": "object"
2448-
},
24492395
"TextElement": {
24502396
"properties": {
24512397
"byteRange": {
@@ -3802,54 +3748,6 @@
38023748
"title": "Plugin/readRequest",
38033749
"type": "object"
38043750
},
3805-
{
3806-
"properties": {
3807-
"id": {
3808-
"$ref": "#/definitions/RequestId"
3809-
},
3810-
"method": {
3811-
"enum": [
3812-
"skills/remote/list"
3813-
],
3814-
"title": "Skills/remote/listRequestMethod",
3815-
"type": "string"
3816-
},
3817-
"params": {
3818-
"$ref": "#/definitions/SkillsRemoteReadParams"
3819-
}
3820-
},
3821-
"required": [
3822-
"id",
3823-
"method",
3824-
"params"
3825-
],
3826-
"title": "Skills/remote/listRequest",
3827-
"type": "object"
3828-
},
3829-
{
3830-
"properties": {
3831-
"id": {
3832-
"$ref": "#/definitions/RequestId"
3833-
},
3834-
"method": {
3835-
"enum": [
3836-
"skills/remote/export"
3837-
],
3838-
"title": "Skills/remote/exportRequestMethod",
3839-
"type": "string"
3840-
},
3841-
"params": {
3842-
"$ref": "#/definitions/SkillsRemoteWriteParams"
3843-
}
3844-
},
3845-
"required": [
3846-
"id",
3847-
"method",
3848-
"params"
3849-
],
3850-
"title": "Skills/remote/exportRequest",
3851-
"type": "object"
3852-
},
38533751
{
38543752
"properties": {
38553753
"id": {

codex-rs/app-server-protocol/schema/json/codex_app_server_protocol.schemas.json

Lines changed: 0 additions & 158 deletions
Original file line numberDiff line numberDiff line change
@@ -667,54 +667,6 @@
667667
"title": "Plugin/readRequest",
668668
"type": "object"
669669
},
670-
{
671-
"properties": {
672-
"id": {
673-
"$ref": "#/definitions/v2/RequestId"
674-
},
675-
"method": {
676-
"enum": [
677-
"skills/remote/list"
678-
],
679-
"title": "Skills/remote/listRequestMethod",
680-
"type": "string"
681-
},
682-
"params": {
683-
"$ref": "#/definitions/v2/SkillsRemoteReadParams"
684-
}
685-
},
686-
"required": [
687-
"id",
688-
"method",
689-
"params"
690-
],
691-
"title": "Skills/remote/listRequest",
692-
"type": "object"
693-
},
694-
{
695-
"properties": {
696-
"id": {
697-
"$ref": "#/definitions/v2/RequestId"
698-
},
699-
"method": {
700-
"enum": [
701-
"skills/remote/export"
702-
],
703-
"title": "Skills/remote/exportRequestMethod",
704-
"type": "string"
705-
},
706-
"params": {
707-
"$ref": "#/definitions/v2/SkillsRemoteWriteParams"
708-
}
709-
},
710-
"required": [
711-
"id",
712-
"method",
713-
"params"
714-
],
715-
"title": "Skills/remote/exportRequest",
716-
"type": "object"
717-
},
718670
{
719671
"properties": {
720672
"id": {
@@ -7904,15 +7856,6 @@
79047856
],
79057857
"type": "string"
79067858
},
7907-
"HazelnutScope": {
7908-
"enum": [
7909-
"example",
7910-
"workspace-shared",
7911-
"all-shared",
7912-
"personal"
7913-
],
7914-
"type": "string"
7915-
},
79167859
"HookCompletedNotification": {
79177860
"$schema": "http://json-schema.org/draft-07/schema#",
79187861
"properties": {
@@ -9520,15 +9463,6 @@
95209463
"title": "PluginUninstallResponse",
95219464
"type": "object"
95229465
},
9523-
"ProductSurface": {
9524-
"enum": [
9525-
"chatgpt",
9526-
"codex",
9527-
"api",
9528-
"atlas"
9529-
],
9530-
"type": "string"
9531-
},
95329466
"ProfileV2": {
95339467
"additionalProperties": true,
95349468
"properties": {
@@ -9986,25 +9920,6 @@
99869920
"title": "ReasoningTextDeltaNotification",
99879921
"type": "object"
99889922
},
9989-
"RemoteSkillSummary": {
9990-
"properties": {
9991-
"description": {
9992-
"type": "string"
9993-
},
9994-
"id": {
9995-
"type": "string"
9996-
},
9997-
"name": {
9998-
"type": "string"
9999-
}
10000-
},
10001-
"required": [
10002-
"description",
10003-
"id",
10004-
"name"
10005-
],
10006-
"type": "object"
10007-
},
100089923
"RequestId": {
100099924
"anyOf": [
100109925
{
@@ -11381,79 +11296,6 @@
1138111296
"title": "SkillsListResponse",
1138211297
"type": "object"
1138311298
},
11384-
"SkillsRemoteReadParams": {
11385-
"$schema": "http://json-schema.org/draft-07/schema#",
11386-
"properties": {
11387-
"enabled": {
11388-
"default": false,
11389-
"type": "boolean"
11390-
},
11391-
"hazelnutScope": {
11392-
"allOf": [
11393-
{
11394-
"$ref": "#/definitions/v2/HazelnutScope"
11395-
}
11396-
],
11397-
"default": "example"
11398-
},
11399-
"productSurface": {
11400-
"allOf": [
11401-
{
11402-
"$ref": "#/definitions/v2/ProductSurface"
11403-
}
11404-
],
11405-
"default": "codex"
11406-
}
11407-
},
11408-
"title": "SkillsRemoteReadParams",
11409-
"type": "object"
11410-
},
11411-
"SkillsRemoteReadResponse": {
11412-
"$schema": "http://json-schema.org/draft-07/schema#",
11413-
"properties": {
11414-
"data": {
11415-
"items": {
11416-
"$ref": "#/definitions/v2/RemoteSkillSummary"
11417-
},
11418-
"type": "array"
11419-
}
11420-
},
11421-
"required": [
11422-
"data"
11423-
],
11424-
"title": "SkillsRemoteReadResponse",
11425-
"type": "object"
11426-
},
11427-
"SkillsRemoteWriteParams": {
11428-
"$schema": "http://json-schema.org/draft-07/schema#",
11429-
"properties": {
11430-
"hazelnutId": {
11431-
"type": "string"
11432-
}
11433-
},
11434-
"required": [
11435-
"hazelnutId"
11436-
],
11437-
"title": "SkillsRemoteWriteParams",
11438-
"type": "object"
11439-
},
11440-
"SkillsRemoteWriteResponse": {
11441-
"$schema": "http://json-schema.org/draft-07/schema#",
11442-
"properties": {
11443-
"id": {
11444-
"type": "string"
11445-
},
11446-
"path": {
11447-
"type": "string"
11448-
}
11449-
},
11450-
"required": [
11451-
"id",
11452-
"path"
11453-
],
11454-
"title": "SkillsRemoteWriteResponse",
11455-
"type": "object"
11456-
},
1145711299
"SubAgentSource": {
1145811300
"oneOf": [
1145911301
{

0 commit comments

Comments
 (0)