archal 0.9.19 → 0.10.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/README.md +62 -154
- package/agents/openclaw/.archal.json +8 -0
- package/agents/openclaw/Dockerfile +97 -0
- package/agents/openclaw/README.md +113 -0
- package/agents/openclaw/drive.mjs +301 -0
- package/agents/openclaw/extract-openclaw-response-text.mjs +49 -0
- package/agents/openclaw/package.json +9 -0
- package/agents/openclaw/scenarios/acceptance/github-escalation-and-cleanup.md +43 -0
- package/agents/openclaw/scenarios/acceptance/jira-linear-release-triage.md +39 -0
- package/agents/openclaw/scenarios/acceptance/multi-clone-customer-risk-review.md +45 -0
- package/agents/openclaw/scenarios/acceptance/slack-incident-handoff.md +42 -0
- package/agents/openclaw/scenarios/acceptance/stripe-dunning-remediation.md +40 -0
- package/agents/openclaw/scenarios/close-stale-issues.md +35 -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 +54 -0
- package/clone-assets/apify/tools.json +256 -22
- package/clone-assets/calcom/tools.json +2062 -0
- package/clone-assets/clickup/tools.json +3245 -0
- package/clone-assets/customerio/tools.json +2350 -0
- package/clone-assets/datadog/tools.json +734 -0
- package/clone-assets/github/tools.json +307 -27
- package/clone-assets/gitlab/tools.json +10688 -0
- package/clone-assets/google-workspace/tools.json +18 -6
- package/clone-assets/hubspot/tools.json +1604 -0
- package/clone-assets/jira/fidelity.json +1 -1
- package/clone-assets/jira/tools.json +266 -543
- package/clone-assets/linear/tools.json +278 -40
- package/clone-assets/ownerrez/tools.json +548 -0
- package/clone-assets/pricelabs/tools.json +343 -0
- package/clone-assets/sentry/tools.json +2821 -0
- package/clone-assets/slack/tools.json +1 -2
- package/clone-assets/stripe/tools.json +299 -46
- package/clone-assets/supabase/tools.json +437 -0
- package/clone-assets/unipile/tools.json +408 -0
- package/clone-assets/webflow/tools.json +2185 -0
- package/dist/autoloop-worker-types-CHaclqtD.d.cts +160 -0
- package/dist/cli.cjs +127896 -84811
- package/dist/{vitest/chunk-L36NXAU6.js → commands/autoloop-hosted-control-plane-client.cjs} +16344 -18845
- package/dist/commands/autoloop-hosted-control-plane-client.d.cts +133 -0
- package/dist/commands/autoloop-pr-verification.cjs +4312 -0
- package/dist/commands/autoloop-pr-verification.d.cts +19 -0
- package/dist/commands/autoloop-result-parser.cjs +27058 -0
- package/dist/commands/autoloop-result-parser.d.cts +196 -0
- package/dist/commands/autoloop-worker.cjs +38488 -0
- package/dist/commands/autoloop-worker.d.cts +102 -0
- package/dist/eval-shim.mjs +216 -0
- package/dist/index.cjs +15 -2
- package/dist/index.d.cts +3 -1
- package/dist/layer-1-ziaLpfLr.d.cts +62 -0
- package/dist/metafile-cjs.json +1 -0
- package/dist/reporter-entry.js +3 -0
- package/dist/sdk/index.cjs +51630 -0
- package/dist/sdk/index.d.cts +626 -0
- package/dist/vitest/chunk-2PDHTPZC.js +4867 -0
- package/dist/vitest/chunk-7L4BBB6M.js +2613 -0
- package/dist/vitest/index.cjs +6152 -75718
- package/dist/vitest/index.d.ts +22 -86
- package/dist/vitest/index.js +45 -414
- package/dist/vitest/runtime/hosted-session-reaper.cjs +682 -34399
- package/dist/vitest/runtime/hosted-session-reaper.js +1 -1
- package/dist/vitest/runtime/setup-files.js +2 -2
- package/manifest.json +9 -0
- package/package.json +20 -14
- package/skills/archal-agent/SKILL.md +86 -0
- package/skills/autoloop/SKILL.md +391 -0
- package/skills/autoloop/references/hosted-sources.md +94 -0
- package/skills/autoloop/references/trace-schema-mapping.md +104 -0
- package/skills/eval/SKILL.md +17 -15
- package/skills/free-account/SKILL.md +103 -0
- package/skills/install-agent/SKILL.md +202 -0
- package/skills/onboard/SKILL.md +29 -18
- package/skills/scenario/SKILL.md +36 -18
- package/skills/seed/SKILL.md +238 -0
- package/skills/vitest/SKILL.md +3 -2
- package/dist/harness.cjs +0 -62
- package/dist/harness.d.cts +0 -20
- package/dist/seed/dynamic-generator.cjs +0 -45687
- package/dist/seed/dynamic-generator.d.cts +0 -106
- package/dist/vitest/chunk-WZ7SA4CK.js +0 -47369
- package/skills/attach/SKILL.md +0 -402
|
@@ -504,8 +504,7 @@
|
|
|
504
504
|
"type": "object",
|
|
505
505
|
"properties": {
|
|
506
506
|
"name": {
|
|
507
|
-
"type": "string"
|
|
508
|
-
"minLength": 1
|
|
507
|
+
"type": "string"
|
|
509
508
|
},
|
|
510
509
|
"description": {
|
|
511
510
|
"type": "string"
|
|
@@ -2394,6 +2393,9 @@
|
|
|
2394
2393
|
"repo": {
|
|
2395
2394
|
"type": "string"
|
|
2396
2395
|
},
|
|
2396
|
+
"tool_name": {
|
|
2397
|
+
"type": "string"
|
|
2398
|
+
},
|
|
2397
2399
|
"state": {
|
|
2398
2400
|
"type": "string",
|
|
2399
2401
|
"enum": [
|
|
@@ -2413,6 +2415,14 @@
|
|
|
2413
2415
|
"note",
|
|
2414
2416
|
"error"
|
|
2415
2417
|
]
|
|
2418
|
+
},
|
|
2419
|
+
"per_page": {
|
|
2420
|
+
"default": 30,
|
|
2421
|
+
"type": "number"
|
|
2422
|
+
},
|
|
2423
|
+
"page": {
|
|
2424
|
+
"default": 1,
|
|
2425
|
+
"type": "number"
|
|
2416
2426
|
}
|
|
2417
2427
|
},
|
|
2418
2428
|
"required": [
|
|
@@ -2472,6 +2482,17 @@
|
|
|
2472
2482
|
"open",
|
|
2473
2483
|
"resolved"
|
|
2474
2484
|
]
|
|
2485
|
+
},
|
|
2486
|
+
"secret_type": {
|
|
2487
|
+
"type": "string"
|
|
2488
|
+
},
|
|
2489
|
+
"per_page": {
|
|
2490
|
+
"default": 30,
|
|
2491
|
+
"type": "number"
|
|
2492
|
+
},
|
|
2493
|
+
"page": {
|
|
2494
|
+
"default": 1,
|
|
2495
|
+
"type": "number"
|
|
2475
2496
|
}
|
|
2476
2497
|
},
|
|
2477
2498
|
"required": [
|
|
@@ -2542,6 +2563,14 @@
|
|
|
2542
2563
|
"medium",
|
|
2543
2564
|
"low"
|
|
2544
2565
|
]
|
|
2566
|
+
},
|
|
2567
|
+
"per_page": {
|
|
2568
|
+
"default": 30,
|
|
2569
|
+
"type": "number"
|
|
2570
|
+
},
|
|
2571
|
+
"page": {
|
|
2572
|
+
"default": 1,
|
|
2573
|
+
"type": "number"
|
|
2545
2574
|
}
|
|
2546
2575
|
},
|
|
2547
2576
|
"required": [
|
|
@@ -2672,6 +2701,30 @@
|
|
|
2672
2701
|
},
|
|
2673
2702
|
"hidden": true
|
|
2674
2703
|
},
|
|
2704
|
+
{
|
|
2705
|
+
"name": "_internal_get_repo_notification_subscription",
|
|
2706
|
+
"description": "Get a repository notification subscription",
|
|
2707
|
+
"inputSchema": {
|
|
2708
|
+
"type": "object",
|
|
2709
|
+
"properties": {
|
|
2710
|
+
"owner": {
|
|
2711
|
+
"type": "string"
|
|
2712
|
+
},
|
|
2713
|
+
"repo": {
|
|
2714
|
+
"type": "string"
|
|
2715
|
+
}
|
|
2716
|
+
},
|
|
2717
|
+
"required": [
|
|
2718
|
+
"owner",
|
|
2719
|
+
"repo"
|
|
2720
|
+
],
|
|
2721
|
+
"additionalProperties": false
|
|
2722
|
+
},
|
|
2723
|
+
"hidden": true,
|
|
2724
|
+
"annotations": {
|
|
2725
|
+
"readOnlyHint": true
|
|
2726
|
+
}
|
|
2727
|
+
},
|
|
2675
2728
|
{
|
|
2676
2729
|
"name": "manage_repository_notification_subscription",
|
|
2677
2730
|
"description": "Subscribe or unsubscribe from repository notifications",
|
|
@@ -2699,6 +2752,27 @@
|
|
|
2699
2752
|
},
|
|
2700
2753
|
"hidden": true
|
|
2701
2754
|
},
|
|
2755
|
+
{
|
|
2756
|
+
"name": "_internal_delete_repo_notification_subscription",
|
|
2757
|
+
"description": "Delete a repository notification subscription",
|
|
2758
|
+
"inputSchema": {
|
|
2759
|
+
"type": "object",
|
|
2760
|
+
"properties": {
|
|
2761
|
+
"owner": {
|
|
2762
|
+
"type": "string"
|
|
2763
|
+
},
|
|
2764
|
+
"repo": {
|
|
2765
|
+
"type": "string"
|
|
2766
|
+
}
|
|
2767
|
+
},
|
|
2768
|
+
"required": [
|
|
2769
|
+
"owner",
|
|
2770
|
+
"repo"
|
|
2771
|
+
],
|
|
2772
|
+
"additionalProperties": false
|
|
2773
|
+
},
|
|
2774
|
+
"hidden": true
|
|
2775
|
+
},
|
|
2702
2776
|
{
|
|
2703
2777
|
"name": "list_discussions",
|
|
2704
2778
|
"description": "List discussions in a repository",
|
|
@@ -3088,7 +3162,12 @@
|
|
|
3088
3162
|
"type": "object",
|
|
3089
3163
|
"properties": {
|
|
3090
3164
|
"type": {
|
|
3091
|
-
"type": "string"
|
|
3165
|
+
"type": "string",
|
|
3166
|
+
"enum": [
|
|
3167
|
+
"reviewed",
|
|
3168
|
+
"malware",
|
|
3169
|
+
"unreviewed"
|
|
3170
|
+
]
|
|
3092
3171
|
},
|
|
3093
3172
|
"severity": {
|
|
3094
3173
|
"type": "string",
|
|
@@ -3098,6 +3177,14 @@
|
|
|
3098
3177
|
"medium",
|
|
3099
3178
|
"low"
|
|
3100
3179
|
]
|
|
3180
|
+
},
|
|
3181
|
+
"per_page": {
|
|
3182
|
+
"default": 30,
|
|
3183
|
+
"type": "number"
|
|
3184
|
+
},
|
|
3185
|
+
"page": {
|
|
3186
|
+
"default": 1,
|
|
3187
|
+
"type": "number"
|
|
3101
3188
|
}
|
|
3102
3189
|
},
|
|
3103
3190
|
"additionalProperties": false
|
|
@@ -3868,7 +3955,8 @@
|
|
|
3868
3955
|
"type": "null"
|
|
3869
3956
|
}
|
|
3870
3957
|
]
|
|
3871
|
-
}
|
|
3958
|
+
},
|
|
3959
|
+
"protection_rules": {}
|
|
3872
3960
|
},
|
|
3873
3961
|
"required": [
|
|
3874
3962
|
"owner",
|
|
@@ -5333,7 +5421,6 @@
|
|
|
5333
5421
|
"type": "string"
|
|
5334
5422
|
},
|
|
5335
5423
|
"target_commitish": {
|
|
5336
|
-
"default": "main",
|
|
5337
5424
|
"type": "string"
|
|
5338
5425
|
},
|
|
5339
5426
|
"name": {
|
|
@@ -5612,11 +5699,7 @@
|
|
|
5612
5699
|
},
|
|
5613
5700
|
"encoding": {
|
|
5614
5701
|
"default": "utf-8",
|
|
5615
|
-
"type": "string"
|
|
5616
|
-
"enum": [
|
|
5617
|
-
"utf-8",
|
|
5618
|
-
"base64"
|
|
5619
|
-
]
|
|
5702
|
+
"type": "string"
|
|
5620
5703
|
}
|
|
5621
5704
|
},
|
|
5622
5705
|
"required": [
|
|
@@ -6613,6 +6696,34 @@
|
|
|
6613
6696
|
"readOnlyHint": true
|
|
6614
6697
|
}
|
|
6615
6698
|
},
|
|
6699
|
+
{
|
|
6700
|
+
"name": "_internal_get_repo_secret",
|
|
6701
|
+
"description": "[Internal] Get repository secret",
|
|
6702
|
+
"inputSchema": {
|
|
6703
|
+
"type": "object",
|
|
6704
|
+
"properties": {
|
|
6705
|
+
"owner": {
|
|
6706
|
+
"type": "string"
|
|
6707
|
+
},
|
|
6708
|
+
"repo": {
|
|
6709
|
+
"type": "string"
|
|
6710
|
+
},
|
|
6711
|
+
"secret_name": {
|
|
6712
|
+
"type": "string"
|
|
6713
|
+
}
|
|
6714
|
+
},
|
|
6715
|
+
"required": [
|
|
6716
|
+
"owner",
|
|
6717
|
+
"repo",
|
|
6718
|
+
"secret_name"
|
|
6719
|
+
],
|
|
6720
|
+
"additionalProperties": false
|
|
6721
|
+
},
|
|
6722
|
+
"hidden": true,
|
|
6723
|
+
"annotations": {
|
|
6724
|
+
"readOnlyHint": true
|
|
6725
|
+
}
|
|
6726
|
+
},
|
|
6616
6727
|
{
|
|
6617
6728
|
"name": "_internal_create_or_update_repo_secret",
|
|
6618
6729
|
"description": "[Internal] Create or update a repository secret",
|
|
@@ -7605,6 +7716,42 @@
|
|
|
7605
7716
|
"readOnlyHint": true
|
|
7606
7717
|
}
|
|
7607
7718
|
},
|
|
7719
|
+
{
|
|
7720
|
+
"name": "_internal_gen_repos_list_branches_for_head_commit",
|
|
7721
|
+
"description": "[Internal] List branches for head commit",
|
|
7722
|
+
"inputSchema": {
|
|
7723
|
+
"type": "object",
|
|
7724
|
+
"properties": {
|
|
7725
|
+
"owner": {
|
|
7726
|
+
"type": "string"
|
|
7727
|
+
},
|
|
7728
|
+
"repo": {
|
|
7729
|
+
"type": "string"
|
|
7730
|
+
},
|
|
7731
|
+
"commit_sha": {
|
|
7732
|
+
"type": "string"
|
|
7733
|
+
},
|
|
7734
|
+
"page": {
|
|
7735
|
+
"default": 1,
|
|
7736
|
+
"type": "number"
|
|
7737
|
+
},
|
|
7738
|
+
"per_page": {
|
|
7739
|
+
"default": 30,
|
|
7740
|
+
"type": "number"
|
|
7741
|
+
}
|
|
7742
|
+
},
|
|
7743
|
+
"required": [
|
|
7744
|
+
"owner",
|
|
7745
|
+
"repo",
|
|
7746
|
+
"commit_sha"
|
|
7747
|
+
],
|
|
7748
|
+
"additionalProperties": false
|
|
7749
|
+
},
|
|
7750
|
+
"hidden": true,
|
|
7751
|
+
"annotations": {
|
|
7752
|
+
"readOnlyHint": true
|
|
7753
|
+
}
|
|
7754
|
+
},
|
|
7608
7755
|
{
|
|
7609
7756
|
"name": "_internal_compare_commits",
|
|
7610
7757
|
"description": "[Internal] Compare two commits or branches",
|
|
@@ -7909,6 +8056,9 @@
|
|
|
7909
8056
|
"utf-8",
|
|
7910
8057
|
"base64"
|
|
7911
8058
|
]
|
|
8059
|
+
},
|
|
8060
|
+
"content_raw": {
|
|
8061
|
+
"type": "string"
|
|
7912
8062
|
}
|
|
7913
8063
|
},
|
|
7914
8064
|
"required": [
|
|
@@ -7925,7 +8075,7 @@
|
|
|
7925
8075
|
},
|
|
7926
8076
|
{
|
|
7927
8077
|
"name": "_internal_create_branch_rest",
|
|
7928
|
-
"description": "[Internal] Create a
|
|
8078
|
+
"description": "[Internal] Create a git ref with REST-only SHA support",
|
|
7929
8079
|
"inputSchema": {
|
|
7930
8080
|
"type": "object",
|
|
7931
8081
|
"properties": {
|
|
@@ -8105,6 +8255,54 @@
|
|
|
8105
8255
|
"readOnlyHint": true
|
|
8106
8256
|
}
|
|
8107
8257
|
},
|
|
8258
|
+
{
|
|
8259
|
+
"name": "_internal_get_marketplace_account_plan",
|
|
8260
|
+
"description": "[Internal] Get a marketplace account plan",
|
|
8261
|
+
"inputSchema": {
|
|
8262
|
+
"type": "object",
|
|
8263
|
+
"properties": {
|
|
8264
|
+
"account_id": {
|
|
8265
|
+
"type": "number"
|
|
8266
|
+
}
|
|
8267
|
+
},
|
|
8268
|
+
"required": [
|
|
8269
|
+
"account_id"
|
|
8270
|
+
],
|
|
8271
|
+
"additionalProperties": false
|
|
8272
|
+
},
|
|
8273
|
+
"hidden": true,
|
|
8274
|
+
"annotations": {
|
|
8275
|
+
"readOnlyHint": true
|
|
8276
|
+
}
|
|
8277
|
+
},
|
|
8278
|
+
{
|
|
8279
|
+
"name": "_internal_list_marketplace_plan_accounts",
|
|
8280
|
+
"description": "[Internal] List marketplace accounts for a plan",
|
|
8281
|
+
"inputSchema": {
|
|
8282
|
+
"type": "object",
|
|
8283
|
+
"properties": {
|
|
8284
|
+
"page": {
|
|
8285
|
+
"default": 1,
|
|
8286
|
+
"type": "number"
|
|
8287
|
+
},
|
|
8288
|
+
"per_page": {
|
|
8289
|
+
"default": 30,
|
|
8290
|
+
"type": "number"
|
|
8291
|
+
},
|
|
8292
|
+
"plan_id": {
|
|
8293
|
+
"type": "number"
|
|
8294
|
+
}
|
|
8295
|
+
},
|
|
8296
|
+
"required": [
|
|
8297
|
+
"plan_id"
|
|
8298
|
+
],
|
|
8299
|
+
"additionalProperties": false
|
|
8300
|
+
},
|
|
8301
|
+
"hidden": true,
|
|
8302
|
+
"annotations": {
|
|
8303
|
+
"readOnlyHint": true
|
|
8304
|
+
}
|
|
8305
|
+
},
|
|
8108
8306
|
{
|
|
8109
8307
|
"name": "_internal_list_marketplace_plans_stubbed",
|
|
8110
8308
|
"description": "[Internal] List stubbed marketplace plans",
|
|
@@ -8127,6 +8325,54 @@
|
|
|
8127
8325
|
"readOnlyHint": true
|
|
8128
8326
|
}
|
|
8129
8327
|
},
|
|
8328
|
+
{
|
|
8329
|
+
"name": "_internal_get_marketplace_account_plan_stubbed",
|
|
8330
|
+
"description": "[Internal] Get a stubbed marketplace account plan",
|
|
8331
|
+
"inputSchema": {
|
|
8332
|
+
"type": "object",
|
|
8333
|
+
"properties": {
|
|
8334
|
+
"account_id": {
|
|
8335
|
+
"type": "number"
|
|
8336
|
+
}
|
|
8337
|
+
},
|
|
8338
|
+
"required": [
|
|
8339
|
+
"account_id"
|
|
8340
|
+
],
|
|
8341
|
+
"additionalProperties": false
|
|
8342
|
+
},
|
|
8343
|
+
"hidden": true,
|
|
8344
|
+
"annotations": {
|
|
8345
|
+
"readOnlyHint": true
|
|
8346
|
+
}
|
|
8347
|
+
},
|
|
8348
|
+
{
|
|
8349
|
+
"name": "_internal_list_marketplace_plan_accounts_stubbed",
|
|
8350
|
+
"description": "[Internal] List stubbed marketplace accounts for a plan",
|
|
8351
|
+
"inputSchema": {
|
|
8352
|
+
"type": "object",
|
|
8353
|
+
"properties": {
|
|
8354
|
+
"page": {
|
|
8355
|
+
"default": 1,
|
|
8356
|
+
"type": "number"
|
|
8357
|
+
},
|
|
8358
|
+
"per_page": {
|
|
8359
|
+
"default": 30,
|
|
8360
|
+
"type": "number"
|
|
8361
|
+
},
|
|
8362
|
+
"plan_id": {
|
|
8363
|
+
"type": "number"
|
|
8364
|
+
}
|
|
8365
|
+
},
|
|
8366
|
+
"required": [
|
|
8367
|
+
"plan_id"
|
|
8368
|
+
],
|
|
8369
|
+
"additionalProperties": false
|
|
8370
|
+
},
|
|
8371
|
+
"hidden": true,
|
|
8372
|
+
"annotations": {
|
|
8373
|
+
"readOnlyHint": true
|
|
8374
|
+
}
|
|
8375
|
+
},
|
|
8130
8376
|
{
|
|
8131
8377
|
"name": "_internal_list_marketplace_purchases",
|
|
8132
8378
|
"description": "[Internal] List marketplace purchases",
|
|
@@ -10254,7 +10500,8 @@
|
|
|
10254
10500
|
"type": "string"
|
|
10255
10501
|
},
|
|
10256
10502
|
"name": {
|
|
10257
|
-
"type": "string"
|
|
10503
|
+
"type": "string",
|
|
10504
|
+
"minLength": 1
|
|
10258
10505
|
},
|
|
10259
10506
|
"value": {
|
|
10260
10507
|
"type": "string"
|
|
@@ -10317,7 +10564,8 @@
|
|
|
10317
10564
|
"type": "string"
|
|
10318
10565
|
},
|
|
10319
10566
|
"new_name": {
|
|
10320
|
-
"type": "string"
|
|
10567
|
+
"type": "string",
|
|
10568
|
+
"minLength": 1
|
|
10321
10569
|
}
|
|
10322
10570
|
},
|
|
10323
10571
|
"required": [
|
|
@@ -10905,7 +11153,8 @@
|
|
|
10905
11153
|
"required": [
|
|
10906
11154
|
"owner",
|
|
10907
11155
|
"repo",
|
|
10908
|
-
"alert_number"
|
|
11156
|
+
"alert_number",
|
|
11157
|
+
"state"
|
|
10909
11158
|
],
|
|
10910
11159
|
"additionalProperties": false
|
|
10911
11160
|
},
|
|
@@ -19782,17 +20031,22 @@
|
|
|
19782
20031
|
"description": "Check if a user is a repository collaborator",
|
|
19783
20032
|
"inputSchema": {
|
|
19784
20033
|
"type": "object",
|
|
19785
|
-
"properties": {
|
|
19786
|
-
|
|
19787
|
-
|
|
19788
|
-
|
|
19789
|
-
|
|
19790
|
-
|
|
19791
|
-
|
|
19792
|
-
|
|
19793
|
-
|
|
19794
|
-
|
|
19795
|
-
|
|
20034
|
+
"properties": {
|
|
20035
|
+
"owner": {
|
|
20036
|
+
"type": "string"
|
|
20037
|
+
},
|
|
20038
|
+
"repo": {
|
|
20039
|
+
"type": "string"
|
|
20040
|
+
},
|
|
20041
|
+
"username": {
|
|
20042
|
+
"type": "string"
|
|
20043
|
+
}
|
|
20044
|
+
},
|
|
20045
|
+
"required": [
|
|
20046
|
+
"owner",
|
|
20047
|
+
"repo",
|
|
20048
|
+
"username"
|
|
20049
|
+
],
|
|
19796
20050
|
"additionalProperties": false
|
|
19797
20051
|
},
|
|
19798
20052
|
"hidden": true
|
|
@@ -20642,7 +20896,22 @@
|
|
|
20642
20896
|
"description": "Check if a pull request has been merged",
|
|
20643
20897
|
"inputSchema": {
|
|
20644
20898
|
"type": "object",
|
|
20645
|
-
"properties": {
|
|
20899
|
+
"properties": {
|
|
20900
|
+
"owner": {
|
|
20901
|
+
"type": "string"
|
|
20902
|
+
},
|
|
20903
|
+
"repo": {
|
|
20904
|
+
"type": "string"
|
|
20905
|
+
},
|
|
20906
|
+
"pull_number": {
|
|
20907
|
+
"type": "number"
|
|
20908
|
+
}
|
|
20909
|
+
},
|
|
20910
|
+
"required": [
|
|
20911
|
+
"owner",
|
|
20912
|
+
"repo",
|
|
20913
|
+
"pull_number"
|
|
20914
|
+
],
|
|
20646
20915
|
"additionalProperties": false
|
|
20647
20916
|
},
|
|
20648
20917
|
"hidden": true
|
|
@@ -21470,7 +21739,18 @@
|
|
|
21470
21739
|
"description": "Check if a repository is starred by the authenticated user",
|
|
21471
21740
|
"inputSchema": {
|
|
21472
21741
|
"type": "object",
|
|
21473
|
-
"properties": {
|
|
21742
|
+
"properties": {
|
|
21743
|
+
"owner": {
|
|
21744
|
+
"type": "string"
|
|
21745
|
+
},
|
|
21746
|
+
"repo": {
|
|
21747
|
+
"type": "string"
|
|
21748
|
+
}
|
|
21749
|
+
},
|
|
21750
|
+
"required": [
|
|
21751
|
+
"owner",
|
|
21752
|
+
"repo"
|
|
21753
|
+
],
|
|
21474
21754
|
"additionalProperties": false
|
|
21475
21755
|
},
|
|
21476
21756
|
"hidden": true
|