archal 0.9.18 → 0.9.20
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/README.md +9 -1
- package/agents/github-octokit/.archal.json +8 -0
- package/agents/github-octokit/Dockerfile +8 -0
- package/agents/github-octokit/README.md +113 -0
- package/agents/github-octokit/agent.mjs +54 -0
- package/agents/github-octokit/package.json +9 -0
- package/agents/github-octokit/scenarios/test-repo-access.md +27 -0
- package/agents/google-workspace-local-tools/Dockerfile +6 -0
- package/agents/google-workspace-local-tools/README.md +58 -0
- package/agents/google-workspace-local-tools/agent.mjs +196 -0
- package/agents/google-workspace-local-tools/archal-harness.json +7 -0
- package/agents/google-workspace-local-tools/run-input.yaml +16 -0
- package/agents/google-workspace-local-tools/scenario.md +29 -0
- package/agents/hermes/.archal.json +8 -0
- package/agents/hermes/Dockerfile +46 -0
- package/agents/hermes/README.md +87 -0
- package/agents/hermes/SOUL.md +27 -0
- package/agents/hermes/config.yaml +34 -0
- package/agents/hermes/drive.mjs +113 -0
- package/agents/hermes/scenarios/stripe-customers-read-only.md +32 -0
- package/agents/openclaw/.archal.json +8 -0
- package/agents/openclaw/Dockerfile +96 -0
- package/agents/openclaw/README.md +120 -0
- package/agents/openclaw/drive.mjs +311 -0
- package/agents/openclaw/package.json +9 -0
- package/agents/openclaw/scenarios/github-issue-triage-read-only.md +44 -0
- package/agents/openclaw/workspace/AGENTS.md +23 -0
- package/agents/openclaw/workspace/IDENTITY.md +8 -0
- package/agents/openclaw/workspace/SOUL.md +14 -0
- package/agents/openclaw/workspace/TOOLS.md +35 -0
- package/agents/pagination-test/README.md +24 -0
- package/agents/pagination-test/scenario.md +24 -0
- package/agents/replay-capsule-harness/README.md +29 -0
- package/agents/replay-capsule-harness/observability-install-offline-e2e.mts +1517 -0
- package/agents/replay-capsule-harness/replay-capsule-e2e.mjs +104 -0
- package/clone-assets/apify/tools.json +213 -13
- package/clone-assets/calcom/tools.json +510 -0
- package/clone-assets/clickup/tools.json +1258 -0
- package/clone-assets/customerio/tools.json +386 -0
- package/clone-assets/datadog/tools.json +734 -0
- package/clone-assets/github/tools.json +312 -25
- package/clone-assets/gitlab/tools.json +999 -0
- package/clone-assets/google-workspace/tools.json +18 -6
- package/clone-assets/hubspot/tools.json +1406 -0
- package/clone-assets/jira/fidelity.json +1 -1
- package/clone-assets/jira/tools.json +266 -543
- package/clone-assets/linear/tools.json +238 -40
- package/clone-assets/ownerrez/tools.json +548 -0
- package/clone-assets/pricelabs/tools.json +343 -0
- package/clone-assets/sentry/tools.json +745 -0
- package/clone-assets/slack/tools.json +1 -2
- package/clone-assets/stripe/tools.json +185 -46
- package/clone-assets/supabase/tools.json +511 -14
- package/clone-assets/unipile/tools.json +408 -0
- package/clone-assets/webflow/tools.json +415 -0
- package/dist/autoloop-worker-types-BEb_E44z.d.cts +196 -0
- package/dist/cli.cjs +151033 -75282
- package/dist/commands/autoloop-hosted-worker.cjs +43942 -0
- package/dist/commands/autoloop-hosted-worker.d.cts +143 -0
- package/dist/commands/autoloop-pr-verification.cjs +4227 -0
- package/dist/commands/autoloop-pr-verification.d.cts +17 -0
- package/dist/{vitest/chunk-IVXSSEYS.js → commands/autoloop-result-parser.cjs} +16515 -18857
- package/dist/commands/autoloop-result-parser.d.cts +39 -0
- package/dist/commands/autoloop-worker.cjs +36163 -0
- package/dist/commands/autoloop-worker.d.cts +97 -0
- package/dist/harness.cjs +1 -0
- package/dist/index.cjs +1 -1
- package/dist/replay.cjs +49624 -0
- package/dist/replay.d.cts +4625 -0
- package/dist/scenarios.cjs +80343 -0
- package/dist/scenarios.d.cts +562 -0
- package/dist/vitest/chunk-6CBYFCFK.js +4667 -0
- package/dist/vitest/chunk-ARVS45PP.js +2764 -0
- package/dist/vitest/index.cjs +6079 -75089
- package/dist/vitest/index.d.ts +7 -6
- package/dist/vitest/index.js +8 -8
- package/dist/vitest/runtime/hosted-session-reaper.cjs +801 -34187
- package/dist/vitest/runtime/hosted-session-reaper.js +1 -1
- package/dist/vitest/runtime/setup-files.js +2 -2
- package/package.json +14 -9
- package/skills/archal-agent/SKILL.md +87 -0
- package/skills/autoloop/SKILL.md +376 -0
- package/skills/autoloop/references/hosted-sources.md +62 -0
- package/skills/autoloop/references/trace-schema-mapping.md +73 -0
- package/skills/eval/SKILL.md +35 -1
- package/skills/install-agent/SKILL.md +221 -0
- package/skills/onboard/SKILL.md +80 -0
- package/skills/scenario/SKILL.md +19 -4
- package/skills/seed/SKILL.md +237 -0
- package/dist/seed/dynamic-generator.cjs +0 -45564
- package/dist/seed/dynamic-generator.d.cts +0 -106
- package/dist/vitest/chunk-CTSN67QR.js +0 -47188
|
@@ -1080,6 +1080,12 @@
|
|
|
1080
1080
|
"get_sub_issues",
|
|
1081
1081
|
"get_labels"
|
|
1082
1082
|
]
|
|
1083
|
+
},
|
|
1084
|
+
"per_page": {
|
|
1085
|
+
"type": "number"
|
|
1086
|
+
},
|
|
1087
|
+
"page": {
|
|
1088
|
+
"type": "number"
|
|
1083
1089
|
}
|
|
1084
1090
|
},
|
|
1085
1091
|
"required": [
|
|
@@ -2388,6 +2394,9 @@
|
|
|
2388
2394
|
"repo": {
|
|
2389
2395
|
"type": "string"
|
|
2390
2396
|
},
|
|
2397
|
+
"tool_name": {
|
|
2398
|
+
"type": "string"
|
|
2399
|
+
},
|
|
2391
2400
|
"state": {
|
|
2392
2401
|
"type": "string",
|
|
2393
2402
|
"enum": [
|
|
@@ -2407,6 +2416,14 @@
|
|
|
2407
2416
|
"note",
|
|
2408
2417
|
"error"
|
|
2409
2418
|
]
|
|
2419
|
+
},
|
|
2420
|
+
"per_page": {
|
|
2421
|
+
"default": 30,
|
|
2422
|
+
"type": "number"
|
|
2423
|
+
},
|
|
2424
|
+
"page": {
|
|
2425
|
+
"default": 1,
|
|
2426
|
+
"type": "number"
|
|
2410
2427
|
}
|
|
2411
2428
|
},
|
|
2412
2429
|
"required": [
|
|
@@ -2466,6 +2483,17 @@
|
|
|
2466
2483
|
"open",
|
|
2467
2484
|
"resolved"
|
|
2468
2485
|
]
|
|
2486
|
+
},
|
|
2487
|
+
"secret_type": {
|
|
2488
|
+
"type": "string"
|
|
2489
|
+
},
|
|
2490
|
+
"per_page": {
|
|
2491
|
+
"default": 30,
|
|
2492
|
+
"type": "number"
|
|
2493
|
+
},
|
|
2494
|
+
"page": {
|
|
2495
|
+
"default": 1,
|
|
2496
|
+
"type": "number"
|
|
2469
2497
|
}
|
|
2470
2498
|
},
|
|
2471
2499
|
"required": [
|
|
@@ -2536,6 +2564,14 @@
|
|
|
2536
2564
|
"medium",
|
|
2537
2565
|
"low"
|
|
2538
2566
|
]
|
|
2567
|
+
},
|
|
2568
|
+
"per_page": {
|
|
2569
|
+
"default": 30,
|
|
2570
|
+
"type": "number"
|
|
2571
|
+
},
|
|
2572
|
+
"page": {
|
|
2573
|
+
"default": 1,
|
|
2574
|
+
"type": "number"
|
|
2539
2575
|
}
|
|
2540
2576
|
},
|
|
2541
2577
|
"required": [
|
|
@@ -2666,6 +2702,30 @@
|
|
|
2666
2702
|
},
|
|
2667
2703
|
"hidden": true
|
|
2668
2704
|
},
|
|
2705
|
+
{
|
|
2706
|
+
"name": "_internal_get_repo_notification_subscription",
|
|
2707
|
+
"description": "Get a repository notification subscription",
|
|
2708
|
+
"inputSchema": {
|
|
2709
|
+
"type": "object",
|
|
2710
|
+
"properties": {
|
|
2711
|
+
"owner": {
|
|
2712
|
+
"type": "string"
|
|
2713
|
+
},
|
|
2714
|
+
"repo": {
|
|
2715
|
+
"type": "string"
|
|
2716
|
+
}
|
|
2717
|
+
},
|
|
2718
|
+
"required": [
|
|
2719
|
+
"owner",
|
|
2720
|
+
"repo"
|
|
2721
|
+
],
|
|
2722
|
+
"additionalProperties": false
|
|
2723
|
+
},
|
|
2724
|
+
"hidden": true,
|
|
2725
|
+
"annotations": {
|
|
2726
|
+
"readOnlyHint": true
|
|
2727
|
+
}
|
|
2728
|
+
},
|
|
2669
2729
|
{
|
|
2670
2730
|
"name": "manage_repository_notification_subscription",
|
|
2671
2731
|
"description": "Subscribe or unsubscribe from repository notifications",
|
|
@@ -2693,6 +2753,27 @@
|
|
|
2693
2753
|
},
|
|
2694
2754
|
"hidden": true
|
|
2695
2755
|
},
|
|
2756
|
+
{
|
|
2757
|
+
"name": "_internal_delete_repo_notification_subscription",
|
|
2758
|
+
"description": "Delete a repository notification subscription",
|
|
2759
|
+
"inputSchema": {
|
|
2760
|
+
"type": "object",
|
|
2761
|
+
"properties": {
|
|
2762
|
+
"owner": {
|
|
2763
|
+
"type": "string"
|
|
2764
|
+
},
|
|
2765
|
+
"repo": {
|
|
2766
|
+
"type": "string"
|
|
2767
|
+
}
|
|
2768
|
+
},
|
|
2769
|
+
"required": [
|
|
2770
|
+
"owner",
|
|
2771
|
+
"repo"
|
|
2772
|
+
],
|
|
2773
|
+
"additionalProperties": false
|
|
2774
|
+
},
|
|
2775
|
+
"hidden": true
|
|
2776
|
+
},
|
|
2696
2777
|
{
|
|
2697
2778
|
"name": "list_discussions",
|
|
2698
2779
|
"description": "List discussions in a repository",
|
|
@@ -3082,7 +3163,12 @@
|
|
|
3082
3163
|
"type": "object",
|
|
3083
3164
|
"properties": {
|
|
3084
3165
|
"type": {
|
|
3085
|
-
"type": "string"
|
|
3166
|
+
"type": "string",
|
|
3167
|
+
"enum": [
|
|
3168
|
+
"reviewed",
|
|
3169
|
+
"malware",
|
|
3170
|
+
"unreviewed"
|
|
3171
|
+
]
|
|
3086
3172
|
},
|
|
3087
3173
|
"severity": {
|
|
3088
3174
|
"type": "string",
|
|
@@ -3092,6 +3178,14 @@
|
|
|
3092
3178
|
"medium",
|
|
3093
3179
|
"low"
|
|
3094
3180
|
]
|
|
3181
|
+
},
|
|
3182
|
+
"per_page": {
|
|
3183
|
+
"default": 30,
|
|
3184
|
+
"type": "number"
|
|
3185
|
+
},
|
|
3186
|
+
"page": {
|
|
3187
|
+
"default": 1,
|
|
3188
|
+
"type": "number"
|
|
3095
3189
|
}
|
|
3096
3190
|
},
|
|
3097
3191
|
"additionalProperties": false
|
|
@@ -3862,7 +3956,8 @@
|
|
|
3862
3956
|
"type": "null"
|
|
3863
3957
|
}
|
|
3864
3958
|
]
|
|
3865
|
-
}
|
|
3959
|
+
},
|
|
3960
|
+
"protection_rules": {}
|
|
3866
3961
|
},
|
|
3867
3962
|
"required": [
|
|
3868
3963
|
"owner",
|
|
@@ -5327,7 +5422,6 @@
|
|
|
5327
5422
|
"type": "string"
|
|
5328
5423
|
},
|
|
5329
5424
|
"target_commitish": {
|
|
5330
|
-
"default": "main",
|
|
5331
5425
|
"type": "string"
|
|
5332
5426
|
},
|
|
5333
5427
|
"name": {
|
|
@@ -5606,11 +5700,7 @@
|
|
|
5606
5700
|
},
|
|
5607
5701
|
"encoding": {
|
|
5608
5702
|
"default": "utf-8",
|
|
5609
|
-
"type": "string"
|
|
5610
|
-
"enum": [
|
|
5611
|
-
"utf-8",
|
|
5612
|
-
"base64"
|
|
5613
|
-
]
|
|
5703
|
+
"type": "string"
|
|
5614
5704
|
}
|
|
5615
5705
|
},
|
|
5616
5706
|
"required": [
|
|
@@ -6607,6 +6697,34 @@
|
|
|
6607
6697
|
"readOnlyHint": true
|
|
6608
6698
|
}
|
|
6609
6699
|
},
|
|
6700
|
+
{
|
|
6701
|
+
"name": "_internal_get_repo_secret",
|
|
6702
|
+
"description": "[Internal] Get repository secret",
|
|
6703
|
+
"inputSchema": {
|
|
6704
|
+
"type": "object",
|
|
6705
|
+
"properties": {
|
|
6706
|
+
"owner": {
|
|
6707
|
+
"type": "string"
|
|
6708
|
+
},
|
|
6709
|
+
"repo": {
|
|
6710
|
+
"type": "string"
|
|
6711
|
+
},
|
|
6712
|
+
"secret_name": {
|
|
6713
|
+
"type": "string"
|
|
6714
|
+
}
|
|
6715
|
+
},
|
|
6716
|
+
"required": [
|
|
6717
|
+
"owner",
|
|
6718
|
+
"repo",
|
|
6719
|
+
"secret_name"
|
|
6720
|
+
],
|
|
6721
|
+
"additionalProperties": false
|
|
6722
|
+
},
|
|
6723
|
+
"hidden": true,
|
|
6724
|
+
"annotations": {
|
|
6725
|
+
"readOnlyHint": true
|
|
6726
|
+
}
|
|
6727
|
+
},
|
|
6610
6728
|
{
|
|
6611
6729
|
"name": "_internal_create_or_update_repo_secret",
|
|
6612
6730
|
"description": "[Internal] Create or update a repository secret",
|
|
@@ -7599,6 +7717,42 @@
|
|
|
7599
7717
|
"readOnlyHint": true
|
|
7600
7718
|
}
|
|
7601
7719
|
},
|
|
7720
|
+
{
|
|
7721
|
+
"name": "_internal_gen_repos_list_branches_for_head_commit",
|
|
7722
|
+
"description": "[Internal] List branches for head commit",
|
|
7723
|
+
"inputSchema": {
|
|
7724
|
+
"type": "object",
|
|
7725
|
+
"properties": {
|
|
7726
|
+
"owner": {
|
|
7727
|
+
"type": "string"
|
|
7728
|
+
},
|
|
7729
|
+
"repo": {
|
|
7730
|
+
"type": "string"
|
|
7731
|
+
},
|
|
7732
|
+
"commit_sha": {
|
|
7733
|
+
"type": "string"
|
|
7734
|
+
},
|
|
7735
|
+
"page": {
|
|
7736
|
+
"default": 1,
|
|
7737
|
+
"type": "number"
|
|
7738
|
+
},
|
|
7739
|
+
"per_page": {
|
|
7740
|
+
"default": 30,
|
|
7741
|
+
"type": "number"
|
|
7742
|
+
}
|
|
7743
|
+
},
|
|
7744
|
+
"required": [
|
|
7745
|
+
"owner",
|
|
7746
|
+
"repo",
|
|
7747
|
+
"commit_sha"
|
|
7748
|
+
],
|
|
7749
|
+
"additionalProperties": false
|
|
7750
|
+
},
|
|
7751
|
+
"hidden": true,
|
|
7752
|
+
"annotations": {
|
|
7753
|
+
"readOnlyHint": true
|
|
7754
|
+
}
|
|
7755
|
+
},
|
|
7602
7756
|
{
|
|
7603
7757
|
"name": "_internal_compare_commits",
|
|
7604
7758
|
"description": "[Internal] Compare two commits or branches",
|
|
@@ -7903,6 +8057,9 @@
|
|
|
7903
8057
|
"utf-8",
|
|
7904
8058
|
"base64"
|
|
7905
8059
|
]
|
|
8060
|
+
},
|
|
8061
|
+
"content_raw": {
|
|
8062
|
+
"type": "string"
|
|
7906
8063
|
}
|
|
7907
8064
|
},
|
|
7908
8065
|
"required": [
|
|
@@ -7919,7 +8076,7 @@
|
|
|
7919
8076
|
},
|
|
7920
8077
|
{
|
|
7921
8078
|
"name": "_internal_create_branch_rest",
|
|
7922
|
-
"description": "[Internal] Create a
|
|
8079
|
+
"description": "[Internal] Create a git ref with REST-only SHA support",
|
|
7923
8080
|
"inputSchema": {
|
|
7924
8081
|
"type": "object",
|
|
7925
8082
|
"properties": {
|
|
@@ -8099,6 +8256,54 @@
|
|
|
8099
8256
|
"readOnlyHint": true
|
|
8100
8257
|
}
|
|
8101
8258
|
},
|
|
8259
|
+
{
|
|
8260
|
+
"name": "_internal_get_marketplace_account_plan",
|
|
8261
|
+
"description": "[Internal] Get a marketplace account plan",
|
|
8262
|
+
"inputSchema": {
|
|
8263
|
+
"type": "object",
|
|
8264
|
+
"properties": {
|
|
8265
|
+
"account_id": {
|
|
8266
|
+
"type": "number"
|
|
8267
|
+
}
|
|
8268
|
+
},
|
|
8269
|
+
"required": [
|
|
8270
|
+
"account_id"
|
|
8271
|
+
],
|
|
8272
|
+
"additionalProperties": false
|
|
8273
|
+
},
|
|
8274
|
+
"hidden": true,
|
|
8275
|
+
"annotations": {
|
|
8276
|
+
"readOnlyHint": true
|
|
8277
|
+
}
|
|
8278
|
+
},
|
|
8279
|
+
{
|
|
8280
|
+
"name": "_internal_list_marketplace_plan_accounts",
|
|
8281
|
+
"description": "[Internal] List marketplace accounts for a plan",
|
|
8282
|
+
"inputSchema": {
|
|
8283
|
+
"type": "object",
|
|
8284
|
+
"properties": {
|
|
8285
|
+
"page": {
|
|
8286
|
+
"default": 1,
|
|
8287
|
+
"type": "number"
|
|
8288
|
+
},
|
|
8289
|
+
"per_page": {
|
|
8290
|
+
"default": 30,
|
|
8291
|
+
"type": "number"
|
|
8292
|
+
},
|
|
8293
|
+
"plan_id": {
|
|
8294
|
+
"type": "number"
|
|
8295
|
+
}
|
|
8296
|
+
},
|
|
8297
|
+
"required": [
|
|
8298
|
+
"plan_id"
|
|
8299
|
+
],
|
|
8300
|
+
"additionalProperties": false
|
|
8301
|
+
},
|
|
8302
|
+
"hidden": true,
|
|
8303
|
+
"annotations": {
|
|
8304
|
+
"readOnlyHint": true
|
|
8305
|
+
}
|
|
8306
|
+
},
|
|
8102
8307
|
{
|
|
8103
8308
|
"name": "_internal_list_marketplace_plans_stubbed",
|
|
8104
8309
|
"description": "[Internal] List stubbed marketplace plans",
|
|
@@ -8121,6 +8326,54 @@
|
|
|
8121
8326
|
"readOnlyHint": true
|
|
8122
8327
|
}
|
|
8123
8328
|
},
|
|
8329
|
+
{
|
|
8330
|
+
"name": "_internal_get_marketplace_account_plan_stubbed",
|
|
8331
|
+
"description": "[Internal] Get a stubbed marketplace account plan",
|
|
8332
|
+
"inputSchema": {
|
|
8333
|
+
"type": "object",
|
|
8334
|
+
"properties": {
|
|
8335
|
+
"account_id": {
|
|
8336
|
+
"type": "number"
|
|
8337
|
+
}
|
|
8338
|
+
},
|
|
8339
|
+
"required": [
|
|
8340
|
+
"account_id"
|
|
8341
|
+
],
|
|
8342
|
+
"additionalProperties": false
|
|
8343
|
+
},
|
|
8344
|
+
"hidden": true,
|
|
8345
|
+
"annotations": {
|
|
8346
|
+
"readOnlyHint": true
|
|
8347
|
+
}
|
|
8348
|
+
},
|
|
8349
|
+
{
|
|
8350
|
+
"name": "_internal_list_marketplace_plan_accounts_stubbed",
|
|
8351
|
+
"description": "[Internal] List stubbed marketplace accounts for a plan",
|
|
8352
|
+
"inputSchema": {
|
|
8353
|
+
"type": "object",
|
|
8354
|
+
"properties": {
|
|
8355
|
+
"page": {
|
|
8356
|
+
"default": 1,
|
|
8357
|
+
"type": "number"
|
|
8358
|
+
},
|
|
8359
|
+
"per_page": {
|
|
8360
|
+
"default": 30,
|
|
8361
|
+
"type": "number"
|
|
8362
|
+
},
|
|
8363
|
+
"plan_id": {
|
|
8364
|
+
"type": "number"
|
|
8365
|
+
}
|
|
8366
|
+
},
|
|
8367
|
+
"required": [
|
|
8368
|
+
"plan_id"
|
|
8369
|
+
],
|
|
8370
|
+
"additionalProperties": false
|
|
8371
|
+
},
|
|
8372
|
+
"hidden": true,
|
|
8373
|
+
"annotations": {
|
|
8374
|
+
"readOnlyHint": true
|
|
8375
|
+
}
|
|
8376
|
+
},
|
|
8124
8377
|
{
|
|
8125
8378
|
"name": "_internal_list_marketplace_purchases",
|
|
8126
8379
|
"description": "[Internal] List marketplace purchases",
|
|
@@ -10248,7 +10501,8 @@
|
|
|
10248
10501
|
"type": "string"
|
|
10249
10502
|
},
|
|
10250
10503
|
"name": {
|
|
10251
|
-
"type": "string"
|
|
10504
|
+
"type": "string",
|
|
10505
|
+
"minLength": 1
|
|
10252
10506
|
},
|
|
10253
10507
|
"value": {
|
|
10254
10508
|
"type": "string"
|
|
@@ -10311,7 +10565,8 @@
|
|
|
10311
10565
|
"type": "string"
|
|
10312
10566
|
},
|
|
10313
10567
|
"new_name": {
|
|
10314
|
-
"type": "string"
|
|
10568
|
+
"type": "string",
|
|
10569
|
+
"minLength": 1
|
|
10315
10570
|
}
|
|
10316
10571
|
},
|
|
10317
10572
|
"required": [
|
|
@@ -10899,7 +11154,8 @@
|
|
|
10899
11154
|
"required": [
|
|
10900
11155
|
"owner",
|
|
10901
11156
|
"repo",
|
|
10902
|
-
"alert_number"
|
|
11157
|
+
"alert_number",
|
|
11158
|
+
"state"
|
|
10903
11159
|
],
|
|
10904
11160
|
"additionalProperties": false
|
|
10905
11161
|
},
|
|
@@ -19776,17 +20032,22 @@
|
|
|
19776
20032
|
"description": "Check if a user is a repository collaborator",
|
|
19777
20033
|
"inputSchema": {
|
|
19778
20034
|
"type": "object",
|
|
19779
|
-
"properties": {
|
|
19780
|
-
|
|
19781
|
-
|
|
19782
|
-
|
|
19783
|
-
|
|
19784
|
-
|
|
19785
|
-
|
|
19786
|
-
|
|
19787
|
-
|
|
19788
|
-
|
|
19789
|
-
|
|
20035
|
+
"properties": {
|
|
20036
|
+
"owner": {
|
|
20037
|
+
"type": "string"
|
|
20038
|
+
},
|
|
20039
|
+
"repo": {
|
|
20040
|
+
"type": "string"
|
|
20041
|
+
},
|
|
20042
|
+
"username": {
|
|
20043
|
+
"type": "string"
|
|
20044
|
+
}
|
|
20045
|
+
},
|
|
20046
|
+
"required": [
|
|
20047
|
+
"owner",
|
|
20048
|
+
"repo",
|
|
20049
|
+
"username"
|
|
20050
|
+
],
|
|
19790
20051
|
"additionalProperties": false
|
|
19791
20052
|
},
|
|
19792
20053
|
"hidden": true
|
|
@@ -20636,7 +20897,22 @@
|
|
|
20636
20897
|
"description": "Check if a pull request has been merged",
|
|
20637
20898
|
"inputSchema": {
|
|
20638
20899
|
"type": "object",
|
|
20639
|
-
"properties": {
|
|
20900
|
+
"properties": {
|
|
20901
|
+
"owner": {
|
|
20902
|
+
"type": "string"
|
|
20903
|
+
},
|
|
20904
|
+
"repo": {
|
|
20905
|
+
"type": "string"
|
|
20906
|
+
},
|
|
20907
|
+
"pull_number": {
|
|
20908
|
+
"type": "number"
|
|
20909
|
+
}
|
|
20910
|
+
},
|
|
20911
|
+
"required": [
|
|
20912
|
+
"owner",
|
|
20913
|
+
"repo",
|
|
20914
|
+
"pull_number"
|
|
20915
|
+
],
|
|
20640
20916
|
"additionalProperties": false
|
|
20641
20917
|
},
|
|
20642
20918
|
"hidden": true
|
|
@@ -21464,7 +21740,18 @@
|
|
|
21464
21740
|
"description": "Check if a repository is starred by the authenticated user",
|
|
21465
21741
|
"inputSchema": {
|
|
21466
21742
|
"type": "object",
|
|
21467
|
-
"properties": {
|
|
21743
|
+
"properties": {
|
|
21744
|
+
"owner": {
|
|
21745
|
+
"type": "string"
|
|
21746
|
+
},
|
|
21747
|
+
"repo": {
|
|
21748
|
+
"type": "string"
|
|
21749
|
+
}
|
|
21750
|
+
},
|
|
21751
|
+
"required": [
|
|
21752
|
+
"owner",
|
|
21753
|
+
"repo"
|
|
21754
|
+
],
|
|
21468
21755
|
"additionalProperties": false
|
|
21469
21756
|
},
|
|
21470
21757
|
"hidden": true
|