@zibby/skills 0.1.46 → 0.1.47
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/github.d.ts +112 -0
- package/dist/github.js +4 -3
- package/dist/gitlab.d.ts +109 -0
- package/dist/gitlab.js +4 -3
- package/dist/index.js +76 -74
- package/dist/package.json +1 -1
- package/dist/trackers/github-adapter.js +4 -3
- package/dist/trackers/index.js +14 -13
- package/package.json +1 -1
package/dist/github.d.ts
CHANGED
|
@@ -46,7 +46,10 @@ export namespace githubSkill {
|
|
|
46
46
|
path?: undefined;
|
|
47
47
|
sha?: undefined;
|
|
48
48
|
ref?: undefined;
|
|
49
|
+
head?: undefined;
|
|
50
|
+
base?: undefined;
|
|
49
51
|
title?: undefined;
|
|
52
|
+
draft?: undefined;
|
|
50
53
|
state?: undefined;
|
|
51
54
|
labels?: undefined;
|
|
52
55
|
since?: undefined;
|
|
@@ -101,7 +104,10 @@ export namespace githubSkill {
|
|
|
101
104
|
path?: undefined;
|
|
102
105
|
sha?: undefined;
|
|
103
106
|
ref?: undefined;
|
|
107
|
+
head?: undefined;
|
|
108
|
+
base?: undefined;
|
|
104
109
|
title?: undefined;
|
|
110
|
+
draft?: undefined;
|
|
105
111
|
state?: undefined;
|
|
106
112
|
labels?: undefined;
|
|
107
113
|
since?: undefined;
|
|
@@ -144,7 +150,10 @@ export namespace githubSkill {
|
|
|
144
150
|
path?: undefined;
|
|
145
151
|
sha?: undefined;
|
|
146
152
|
ref?: undefined;
|
|
153
|
+
head?: undefined;
|
|
154
|
+
base?: undefined;
|
|
147
155
|
title?: undefined;
|
|
156
|
+
draft?: undefined;
|
|
148
157
|
state?: undefined;
|
|
149
158
|
labels?: undefined;
|
|
150
159
|
since?: undefined;
|
|
@@ -184,7 +193,10 @@ export namespace githubSkill {
|
|
|
184
193
|
path?: undefined;
|
|
185
194
|
sha?: undefined;
|
|
186
195
|
ref?: undefined;
|
|
196
|
+
head?: undefined;
|
|
197
|
+
base?: undefined;
|
|
187
198
|
title?: undefined;
|
|
199
|
+
draft?: undefined;
|
|
188
200
|
state?: undefined;
|
|
189
201
|
labels?: undefined;
|
|
190
202
|
since?: undefined;
|
|
@@ -230,7 +242,10 @@ export namespace githubSkill {
|
|
|
230
242
|
path?: undefined;
|
|
231
243
|
sha?: undefined;
|
|
232
244
|
ref?: undefined;
|
|
245
|
+
head?: undefined;
|
|
246
|
+
base?: undefined;
|
|
233
247
|
title?: undefined;
|
|
248
|
+
draft?: undefined;
|
|
234
249
|
state?: undefined;
|
|
235
250
|
labels?: undefined;
|
|
236
251
|
since?: undefined;
|
|
@@ -273,7 +288,10 @@ export namespace githubSkill {
|
|
|
273
288
|
path?: undefined;
|
|
274
289
|
sha?: undefined;
|
|
275
290
|
ref?: undefined;
|
|
291
|
+
head?: undefined;
|
|
292
|
+
base?: undefined;
|
|
276
293
|
title?: undefined;
|
|
294
|
+
draft?: undefined;
|
|
277
295
|
state?: undefined;
|
|
278
296
|
labels?: undefined;
|
|
279
297
|
since?: undefined;
|
|
@@ -319,7 +337,10 @@ export namespace githubSkill {
|
|
|
319
337
|
path?: undefined;
|
|
320
338
|
sha?: undefined;
|
|
321
339
|
ref?: undefined;
|
|
340
|
+
head?: undefined;
|
|
341
|
+
base?: undefined;
|
|
322
342
|
title?: undefined;
|
|
343
|
+
draft?: undefined;
|
|
323
344
|
state?: undefined;
|
|
324
345
|
labels?: undefined;
|
|
325
346
|
since?: undefined;
|
|
@@ -368,7 +389,10 @@ export namespace githubSkill {
|
|
|
368
389
|
path?: undefined;
|
|
369
390
|
sha?: undefined;
|
|
370
391
|
ref?: undefined;
|
|
392
|
+
head?: undefined;
|
|
393
|
+
base?: undefined;
|
|
371
394
|
title?: undefined;
|
|
395
|
+
draft?: undefined;
|
|
372
396
|
state?: undefined;
|
|
373
397
|
labels?: undefined;
|
|
374
398
|
since?: undefined;
|
|
@@ -414,7 +438,10 @@ export namespace githubSkill {
|
|
|
414
438
|
path?: undefined;
|
|
415
439
|
sha?: undefined;
|
|
416
440
|
ref?: undefined;
|
|
441
|
+
head?: undefined;
|
|
442
|
+
base?: undefined;
|
|
417
443
|
title?: undefined;
|
|
444
|
+
draft?: undefined;
|
|
418
445
|
state?: undefined;
|
|
419
446
|
labels?: undefined;
|
|
420
447
|
since?: undefined;
|
|
@@ -490,7 +517,10 @@ export namespace githubSkill {
|
|
|
490
517
|
path?: undefined;
|
|
491
518
|
sha?: undefined;
|
|
492
519
|
ref?: undefined;
|
|
520
|
+
head?: undefined;
|
|
521
|
+
base?: undefined;
|
|
493
522
|
title?: undefined;
|
|
523
|
+
draft?: undefined;
|
|
494
524
|
state?: undefined;
|
|
495
525
|
labels?: undefined;
|
|
496
526
|
since?: undefined;
|
|
@@ -539,7 +569,10 @@ export namespace githubSkill {
|
|
|
539
569
|
comments?: undefined;
|
|
540
570
|
sha?: undefined;
|
|
541
571
|
ref?: undefined;
|
|
572
|
+
head?: undefined;
|
|
573
|
+
base?: undefined;
|
|
542
574
|
title?: undefined;
|
|
575
|
+
draft?: undefined;
|
|
543
576
|
state?: undefined;
|
|
544
577
|
labels?: undefined;
|
|
545
578
|
since?: undefined;
|
|
@@ -582,7 +615,10 @@ export namespace githubSkill {
|
|
|
582
615
|
branch?: undefined;
|
|
583
616
|
path?: undefined;
|
|
584
617
|
ref?: undefined;
|
|
618
|
+
head?: undefined;
|
|
619
|
+
base?: undefined;
|
|
585
620
|
title?: undefined;
|
|
621
|
+
draft?: undefined;
|
|
586
622
|
state?: undefined;
|
|
587
623
|
labels?: undefined;
|
|
588
624
|
since?: undefined;
|
|
@@ -628,7 +664,68 @@ export namespace githubSkill {
|
|
|
628
664
|
comments?: undefined;
|
|
629
665
|
branch?: undefined;
|
|
630
666
|
sha?: undefined;
|
|
667
|
+
head?: undefined;
|
|
668
|
+
base?: undefined;
|
|
631
669
|
title?: undefined;
|
|
670
|
+
draft?: undefined;
|
|
671
|
+
state?: undefined;
|
|
672
|
+
labels?: undefined;
|
|
673
|
+
since?: undefined;
|
|
674
|
+
assignee?: undefined;
|
|
675
|
+
stateReason?: undefined;
|
|
676
|
+
mode?: undefined;
|
|
677
|
+
};
|
|
678
|
+
required: string[];
|
|
679
|
+
};
|
|
680
|
+
} | {
|
|
681
|
+
name: string;
|
|
682
|
+
description: string;
|
|
683
|
+
input_schema: {
|
|
684
|
+
type: string;
|
|
685
|
+
properties: {
|
|
686
|
+
owner: {
|
|
687
|
+
type: string;
|
|
688
|
+
description: string;
|
|
689
|
+
};
|
|
690
|
+
repo: {
|
|
691
|
+
type: string;
|
|
692
|
+
description: string;
|
|
693
|
+
};
|
|
694
|
+
head: {
|
|
695
|
+
type: string;
|
|
696
|
+
description: string;
|
|
697
|
+
};
|
|
698
|
+
base: {
|
|
699
|
+
type: string;
|
|
700
|
+
description: string;
|
|
701
|
+
};
|
|
702
|
+
title: {
|
|
703
|
+
type: string;
|
|
704
|
+
description: string;
|
|
705
|
+
};
|
|
706
|
+
body: {
|
|
707
|
+
type: string;
|
|
708
|
+
description: string;
|
|
709
|
+
};
|
|
710
|
+
draft: {
|
|
711
|
+
type: string;
|
|
712
|
+
description: string;
|
|
713
|
+
};
|
|
714
|
+
query?: undefined;
|
|
715
|
+
type?: undefined;
|
|
716
|
+
sort?: undefined;
|
|
717
|
+
direction?: undefined;
|
|
718
|
+
limit?: undefined;
|
|
719
|
+
destination?: undefined;
|
|
720
|
+
language?: undefined;
|
|
721
|
+
number?: undefined;
|
|
722
|
+
commentId?: undefined;
|
|
723
|
+
event?: undefined;
|
|
724
|
+
comments?: undefined;
|
|
725
|
+
branch?: undefined;
|
|
726
|
+
path?: undefined;
|
|
727
|
+
sha?: undefined;
|
|
728
|
+
ref?: undefined;
|
|
632
729
|
state?: undefined;
|
|
633
730
|
labels?: undefined;
|
|
634
731
|
since?: undefined;
|
|
@@ -675,6 +772,9 @@ export namespace githubSkill {
|
|
|
675
772
|
path?: undefined;
|
|
676
773
|
sha?: undefined;
|
|
677
774
|
ref?: undefined;
|
|
775
|
+
head?: undefined;
|
|
776
|
+
base?: undefined;
|
|
777
|
+
draft?: undefined;
|
|
678
778
|
state?: undefined;
|
|
679
779
|
labels?: undefined;
|
|
680
780
|
since?: undefined;
|
|
@@ -745,7 +845,10 @@ export namespace githubSkill {
|
|
|
745
845
|
path?: undefined;
|
|
746
846
|
sha?: undefined;
|
|
747
847
|
ref?: undefined;
|
|
848
|
+
head?: undefined;
|
|
849
|
+
base?: undefined;
|
|
748
850
|
title?: undefined;
|
|
851
|
+
draft?: undefined;
|
|
749
852
|
stateReason?: undefined;
|
|
750
853
|
mode?: undefined;
|
|
751
854
|
};
|
|
@@ -787,7 +890,10 @@ export namespace githubSkill {
|
|
|
787
890
|
path?: undefined;
|
|
788
891
|
sha?: undefined;
|
|
789
892
|
ref?: undefined;
|
|
893
|
+
head?: undefined;
|
|
894
|
+
base?: undefined;
|
|
790
895
|
title?: undefined;
|
|
896
|
+
draft?: undefined;
|
|
791
897
|
state?: undefined;
|
|
792
898
|
labels?: undefined;
|
|
793
899
|
since?: undefined;
|
|
@@ -835,7 +941,10 @@ export namespace githubSkill {
|
|
|
835
941
|
path?: undefined;
|
|
836
942
|
sha?: undefined;
|
|
837
943
|
ref?: undefined;
|
|
944
|
+
head?: undefined;
|
|
945
|
+
base?: undefined;
|
|
838
946
|
title?: undefined;
|
|
947
|
+
draft?: undefined;
|
|
839
948
|
state?: undefined;
|
|
840
949
|
labels?: undefined;
|
|
841
950
|
since?: undefined;
|
|
@@ -889,7 +998,10 @@ export namespace githubSkill {
|
|
|
889
998
|
path?: undefined;
|
|
890
999
|
sha?: undefined;
|
|
891
1000
|
ref?: undefined;
|
|
1001
|
+
head?: undefined;
|
|
1002
|
+
base?: undefined;
|
|
892
1003
|
title?: undefined;
|
|
1004
|
+
draft?: undefined;
|
|
893
1005
|
state?: undefined;
|
|
894
1006
|
since?: undefined;
|
|
895
1007
|
assignee?: undefined;
|
package/dist/github.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{existsSync as J}from"fs";import{fileURLToPath as
|
|
1
|
+
import{existsSync as J}from"fs";import{fileURLToPath as E}from"url";import{dirname as I,resolve as k}from"path";import{resolveIntegrationToken as q}from"@zibby/core/backend-client.js";var P=Object.freeze({SENTRY:"sentry",JIRA:"jira",GITHUB:"github",GITLAB:"gitlab",SLACK:"slack",LARK:"lark",OPENAI_BILLING:"openai_billing",ANTHROPIC_BILLING:"anthropic_billing",CURSOR_ADMIN:"cursor_admin",NOTION:"notion",PLANE:"plane",LINEAR:"linear",FIGMA:"figma",OPEN_DESIGN:"open_design"}),H=Object.freeze({sentry:{id:"sentry",name:"Sentry",connectPath:"/integrations?provider=sentry"},jira:{id:"jira",name:"Jira",connectPath:"/integrations?provider=jira"},github:{id:"github",name:"GitHub",connectPath:"/integrations?provider=github"},gitlab:{id:"gitlab",name:"GitLab",connectPath:"/integrations?provider=gitlab"},slack:{id:"slack",name:"Slack",connectPath:"/integrations?provider=slack"},lark:{id:"lark",name:"Lark",connectPath:"/integrations?provider=lark"},openai_billing:{id:"openai_billing",name:"OpenAI Admin",connectPath:"/integrations?provider=openai_billing"},anthropic_billing:{id:"anthropic_billing",name:"Anthropic Admin",connectPath:"/integrations?provider=anthropic_billing"},cursor_admin:{id:"cursor_admin",name:"Cursor Admin",connectPath:"/integrations?provider=cursor_admin"},notion:{id:"notion",name:"Notion",connectPath:"/integrations?provider=notion"},plane:{id:"plane",name:"Plane",connectPath:"/integrations?provider=plane"},linear:{id:"linear",name:"Linear",connectPath:"/integrations?provider=linear"},figma:{id:"figma",name:"Figma",connectPath:"/integrations?provider=figma"},open_design:{id:"open_design",name:"OpenDesign",connectPath:"/integrations?provider=open_design"}});function G(){if(process.env.MCP_SKILL_PATH)return process.env.MCP_SKILL_PATH;let y=I(E(import.meta.url)),a=k(y,"..","bin","mcp-skill.mjs");return J(a)?a:null}async function d(y,a={}){let{token:t}=await q("github"),i=y.startsWith("https://")?y:`https://api.github.com${y}`,n={Authorization:`Bearer ${t}`,Accept:a.accept||"application/vnd.github.v3+json","User-Agent":"Zibby-App",...a.body?{"Content-Type":"application/json"}:{}},e=await fetch(i,{method:a.method||"GET",headers:n,body:a.body?JSON.stringify(a.body):void 0});if(!e.ok){let r=await e.text().catch(()=>"");throw new Error(`GitHub API ${e.status}: ${r.slice(0,300)}`)}return a.raw?e.text():e.json()}var F={id:"github",serverName:"github",allowedTools:["mcp__github__*"],requiresIntegration:P.GITHUB,envKeys:["GITHUB_TOKEN"],description:"GitHub \u2014 issues, PRs, commits, code search, file reading",promptFragment:`## GitHub (connected)
|
|
2
2
|
You have access to the user's GitHub repositories. Available tools:
|
|
3
3
|
|
|
4
4
|
### Discovery
|
|
@@ -24,6 +24,7 @@ You have access to the user's GitHub repositories. Available tools:
|
|
|
24
24
|
- github_reply_review_thread: Reply IN-THREAD to an existing review-comment thread (conversational reply, not a new review)
|
|
25
25
|
- github_reply_issue_comment: Reply on the PR's top-level conversation (for non-inline/summary comments)
|
|
26
26
|
- github_create_review: Post a review on a PR \u2014 a summary body plus optional inline comments on specific file/line positions, with an event (COMMENT, APPROVE, or REQUEST_CHANGES)
|
|
27
|
+
- github_create_pr: OPEN a pull request (POST /repos/{owner}/{repo}/pulls). The branch must already be pushed. Returns the REAL pr_url from GitHub (never fabricate a PR url). Expected business errors (no commits between base and head, a PR already exists, base==head) come back as { success:false, skippedReason } \u2014 not a hard failure.
|
|
27
28
|
- github_create_issue: Create new issue
|
|
28
29
|
- github_list_issues: List issues in a repo (filter by state/labels/since cursor) \u2014 excludes PRs
|
|
29
30
|
- github_get_issue: Get a single issue's full detail (title, body, state, labels, assignee, url)
|
|
@@ -39,6 +40,6 @@ When user says "check out repo-name" or "clone repo-name":
|
|
|
39
40
|
3. STOP. Do not offer to inspect files or ask what to do next.
|
|
40
41
|
|
|
41
42
|
When user just wants to "look at" or "read" files (not clone):
|
|
42
|
-
- Use github_get_file to read individual files via API`,resolve(){let y=
|
|
43
|
+
- Use github_get_file to read individual files via API`,resolve(){let y=G();if(!y)return{command:null,args:[],env:{},description:this.description};let a={};for(let t of this.envKeys)process.env[t]&&(a[t]=process.env[t]);return{type:"stdio",command:"node",args:[y,"../dist/github.js","githubSkill"],env:a,description:this.description,alwaysLoad:!0}},async handleToolCall(y,a){try{switch(y){case"github_search_issues":{let t=a.query;if(!t)return JSON.stringify({error:"query is required"});let i=await d(`/search/issues?q=${encodeURIComponent(t)}&per_page=${a.limit||20}`),n=(i.items||[]).map(e=>({number:e.number,title:e.title,state:e.state,repo:e.repository_url?.split("/").slice(-2).join("/"),url:e.html_url,user:e.user?.login,isPR:!!e.pull_request,labels:(e.labels||[]).map(r=>r.name),createdAt:e.created_at}));return JSON.stringify({total:i.total_count,items:n})}case"github_search_code":{let t=a.query;if(!t)return JSON.stringify({error:"query is required"});let i=a.repo?`+repo:${a.repo}`:"",n=a.language?`+language:${a.language}`:"",e=await d(`/search/code?q=${encodeURIComponent(t)}${i}${n}&per_page=${a.limit||15}`),r=(e.items||[]).map(s=>({name:s.name,path:s.path,repo:s.repository?.full_name,url:s.html_url,score:s.score}));return JSON.stringify({total:e.total_count,items:r})}case"github_get_pr":{let{owner:t,repo:i,number:n}=a;if(!t||!i||!n)return JSON.stringify({error:"owner, repo, and number are required"});let e=await d(`/repos/${t}/${i}/pulls/${n}`);return JSON.stringify({number:e.number,title:e.title,state:e.state,merged:e.merged,body:e.body?.slice(0,5e3),user:e.user?.login,branch:e.head?.ref,headSha:e.head?.sha,base:e.base?.ref,changedFiles:e.changed_files,additions:e.additions,deletions:e.deletions,createdAt:e.created_at,mergedAt:e.merged_at,url:e.html_url,labels:(e.labels||[]).map(r=>r.name)})}case"github_get_pr_diff":{let{owner:t,repo:i,number:n}=a;if(!t||!i||!n)return JSON.stringify({error:"owner, repo, and number are required"});let e=await d(`/repos/${t}/${i}/pulls/${n}`,{accept:"application/vnd.github.v3.diff",raw:!0}),r=e.length>15e3;return JSON.stringify({number:n,diff:r?e.slice(0,15e3):e,truncated:r,totalLength:e.length})}case"github_list_pr_files":{let{owner:t,repo:i,number:n}=a;if(!t||!i||!n)return JSON.stringify({error:"owner, repo, and number are required"});let e=await d(`/repos/${t}/${i}/pulls/${n}/files?per_page=100`);return JSON.stringify({total:e.length,files:e.map(r=>({filename:r.filename,status:r.status,additions:r.additions,deletions:r.deletions,patch:r.patch?.slice(0,3e3)}))})}case"github_list_pr_comments":{let{owner:t,repo:i,number:n}=a;if(!t||!i||!n)return JSON.stringify({error:"owner, repo, and number are required"});let e=await d(`/repos/${t}/${i}/pulls/${n}/comments?per_page=50`),r=await d(`/repos/${t}/${i}/issues/${n}/comments?per_page=50`),s=[...e.map(o=>({type:"review",user:o.user?.login,body:o.body?.slice(0,1e3),path:o.path,line:o.line,createdAt:o.created_at})),...r.map(o=>({type:"issue",user:o.user?.login,body:o.body?.slice(0,1e3),createdAt:o.created_at}))].sort((o,u)=>new Date(o.createdAt)-new Date(u.createdAt));return JSON.stringify({total:s.length,comments:s})}case"github_get_review_thread":{let{owner:t,repo:i,number:n,commentId:e}=a||{};if(!t||!i||!n||!e)return JSON.stringify({error:"owner, repo, number, and commentId are required"});let r=await d(`/repos/${t}/${i}/pulls/comments/${e}`),s=r.in_reply_to_id||r.id,o=[];try{o=await d(`/repos/${t}/${i}/pulls/${n}/comments?per_page=100`)}catch{o=[r]}(!Array.isArray(o)||o.length===0)&&(o=[r]);let u=o.filter(l=>l.id===s||l.in_reply_to_id===s).sort((l,g)=>new Date(l.created_at)-new Date(g.created_at)),c=u.length?u:[r],p=c.find(l=>l.id===s)||c[0];return JSON.stringify({rootCommentId:s,path:p.path,line:p.line??p.original_line??null,side:p.side||"RIGHT",diffHunk:typeof p.diff_hunk=="string"?p.diff_hunk.slice(0,3e3):null,commitId:p.commit_id||p.original_commit_id||null,notes:c.map(l=>({id:l.id,user:l.user?.login,body:(l.body||"").slice(0,4e3),createdAt:l.created_at,isRoot:l.id===s,url:l.html_url}))})}case"github_reply_review_thread":{let{owner:t,repo:i,number:n,commentId:e,body:r}=a||{};if(!t||!i||!n||!e||!r)return JSON.stringify({error:"owner, repo, number, commentId, and body are required"});let s=await d(`/repos/${t}/${i}/pulls/${n}/comments/${e}/replies`,{method:"POST",body:{body:String(r)}});return JSON.stringify({ok:!0,id:s.id,url:s.html_url,inReplyTo:s.in_reply_to_id})}case"github_reply_issue_comment":{let{owner:t,repo:i,number:n,body:e}=a||{};if(!t||!i||!n||!e)return JSON.stringify({error:"owner, repo, number, and body are required"});let r=await d(`/repos/${t}/${i}/issues/${n}/comments`,{method:"POST",body:{body:String(e)}});return JSON.stringify({ok:!0,id:r.id,url:r.html_url})}case"github_create_review":{let{owner:t,repo:i,number:n,body:e,event:r,comments:s}=a||{};if(!t||!i||!n)return JSON.stringify({error:"owner, repo, and number are required"});let o=(r||"COMMENT").toUpperCase();if(!["COMMENT","APPROVE","REQUEST_CHANGES"].includes(o))return JSON.stringify({error:`event must be COMMENT, APPROVE, or REQUEST_CHANGES (got ${r})`});let u=Array.isArray(s)?s.filter(l=>l&&l.path&&l.body&&(l.line!=null||l.position!=null)).map(l=>{let g={path:l.path,body:String(l.body)};return l.line!=null?(g.line=Number(l.line),g.side=l.side==="LEFT"?"LEFT":"RIGHT"):g.position=Number(l.position),g}):[];if(o!=="APPROVE"&&!e&&u.length===0)return JSON.stringify({error:"a COMMENT or REQUEST_CHANGES review needs a body and/or inline comments"});let c={event:o};e&&(c.body=String(e)),u.length>0&&(c.comments=u);let p=await d(`/repos/${t}/${i}/pulls/${n}/reviews`,{method:"POST",body:c});return JSON.stringify({ok:!0,id:p.id,state:p.state,event:o,commentsPosted:u.length,url:p.html_url})}case"github_list_commits":{let{owner:t,repo:i,branch:n,path:e,limit:r}=a;if(!t||!i)return JSON.stringify({error:"owner and repo are required"});let s=`/repos/${t}/${i}/commits?per_page=${r||20}`;n&&(s+=`&sha=${encodeURIComponent(n)}`),e&&(s+=`&path=${encodeURIComponent(e)}`);let o=await d(s);return JSON.stringify({total:o.length,commits:o.map(u=>({sha:u.sha?.slice(0,8),fullSha:u.sha,message:u.commit?.message?.slice(0,300),author:u.commit?.author?.name,date:u.commit?.author?.date,url:u.html_url}))})}case"github_get_commit":{let{owner:t,repo:i,sha:n}=a;if(!t||!i||!n)return JSON.stringify({error:"owner, repo, and sha are required"});let e=await d(`/repos/${t}/${i}/commits/${n}`);return JSON.stringify({sha:e.sha?.slice(0,8),message:e.commit?.message,author:e.commit?.author?.name,date:e.commit?.author?.date,stats:e.stats,files:(e.files||[]).map(r=>({filename:r.filename,status:r.status,additions:r.additions,deletions:r.deletions,patch:r.patch?.slice(0,3e3)}))})}case"github_get_file":{let{owner:t,repo:i,path:n,ref:e}=a;if(!t||!i||!n)return JSON.stringify({error:"owner, repo, and path are required"});let r=`/repos/${t}/${i}/contents/${encodeURIComponent(n)}`;e&&(r+=`?ref=${encodeURIComponent(e)}`);let s=await d(r);if(s.type!=="file")return Array.isArray(s)?JSON.stringify({type:"directory",path:n,entries:s.map(c=>({name:c.name,type:c.type,size:c.size,path:c.path}))}):JSON.stringify({error:`Not a file: ${s.type}`});let o=Buffer.from(s.content||"","base64").toString("utf-8"),u=o.length>2e4;return JSON.stringify({path:s.path,size:s.size,sha:s.sha?.slice(0,8),content:u?o.slice(0,2e4):o,truncated:u})}case"github_get_user":try{let t=await d("/installation/repositories?per_page=1");if(t.repositories&&t.repositories.length>0){let i=t.repositories[0],n=i.owner.login,e=i.owner.type,r=e==="Organization"?`/orgs/${n}`:`/users/${n}`,s=await d(r);return JSON.stringify({login:s.login,name:s.name||s.login,avatar:s.avatar_url,bio:s.bio||s.description,type:e,isOrg:e==="Organization",publicRepos:s.public_repos,message:"Showing GitHub App installation owner (GitHub Apps cannot access /user endpoint)"})}return JSON.stringify({error:"No repositories accessible to this GitHub App installation"})}catch(t){return JSON.stringify({error:`GitHub App cannot access /user endpoint. Use github_list_repos instead. (${t.message})`})}case"github_list_orgs":try{let i=(await d("/installation/repositories?per_page=100")).repositories||[],n=new Map;for(let r of i)r.owner.type==="Organization"&&(n.has(r.owner.login)||n.set(r.owner.login,{login:r.owner.login,description:null,url:r.owner.url}));let e=Array.from(n.values());return JSON.stringify({count:e.length,orgs:e,message:"Extracted from accessible repositories (GitHub Apps cannot access /user/orgs directly)"})}catch(t){return JSON.stringify({error:`GitHub App cannot list orgs via /user/orgs. Error: ${t.message}`})}case"github_clone":{let h=function(_){let S=_.replace(/^~(?=$|\/|\\)/,g);return s(S)},{owner:t,repo:i,destination:n}=a;if(!t||!i)return JSON.stringify({error:"owner and repo are required"});let{execSync:e}=await import("child_process"),{join:r,resolve:s}=await import("path"),{existsSync:o,mkdirSync:u}=await import("fs"),{homedir:c,platform:p}=await import("os"),{token:l}=await q("github"),g=c(),b=n?h(n):r(g,"zibby-repos"),f=r(b,i);if(u(b,{recursive:!0}),o(f))return JSON.stringify({error:`Directory ${f} already exists. Remove it first or use a different destination.`,existingPath:f});try{let _=`https://x-access-token:${l}@github.com/${t}/${i}.git`;e(`git clone ${_} "${f}"`,{stdio:"pipe"});let S=p()==="win32",m;return S?m=e(`dir "${f}"`,{encoding:"utf-8",shell:"cmd.exe"}):m=e(`ls -la "${f}"`,{encoding:"utf-8"}),JSON.stringify({success:!0,path:f,message:`Cloned ${t}/${i} to ${f}`,contents:m.split(`
|
|
43
44
|
`).slice(0,30).join(`
|
|
44
|
-
`),instructions:"IMPORTANT: Show the contents field to the user - it contains the directory listing."})}catch(_){return JSON.stringify({error:`Clone failed: ${_.message}`})}}case"github_search_repos":{let{query:t,limit:n}=a;if(!t)return JSON.stringify({error:"query is required"});let i=await this.handleToolCall("github_list_repos",{limit:200},{}),e=JSON.parse(i);if(e.error)return JSON.stringify(e);let r=t.toLowerCase(),s=e.repos.filter(o=>o.name.toLowerCase().includes(r)||o.fullName.toLowerCase().includes(r)||o.description&&o.description.toLowerCase().includes(r));return JSON.stringify({query:t,count:s.length,repos:s.slice(0,n||20)})}case"github_list_repos":{let{owner:t,type:n,sort:i,direction:e,limit:r,query:s}=a,o=100,d=r||200,c=[],p=m=>({name:m.name,fullName:m.full_name,private:m.private,description:m.description,language:m.language,defaultBranch:m.default_branch,updatedAt:m.updated_at,stars:m.stargazers_count,url:m.html_url,fullPath:m.full_name,webUrl:m.html_url,visibility:m.visibility||(m.private?"private":"public")}),u=m=>{if(!s)return!0;let w=String(s).toLowerCase();return m.name&&m.name.toLowerCase().includes(w)||m.fullName&&m.fullName.toLowerCase().includes(w)||m.description&&m.description.toLowerCase().includes(w)};if(!t){let m=1,w=!0;for(;w&&c.length<d;){let v=`/installation/repositories?per_page=${o}&page=${m}`,O=(await l(v)).repositories||[];if(O.length===0)break;c=c.concat(O),w=O.length===o,m++}let R=c.map(p).filter(u),$=R.slice(0,d),T=R.length>$.length,N=$.filter(v=>v.private).length,A=$.filter(v=>!v.private).length;return JSON.stringify({count:$.length,repos:$,truncated:T,privateCount:N,publicCount:A,message:`Found ${N} private and ${A} public repos`})}let h=await l(`/orgs/${t}`).then(()=>!0).catch(()=>!1),g=1,b=!0;for(;b&&c.length<d;){let m;h?m=`/orgs/${t}/repos?per_page=${o}&page=${g}&type=${n||"all"}&sort=${i||"updated"}&direction=${e||"desc"}`:m=`/users/${t}/repos?per_page=${o}&page=${g}&type=${n||"all"}&sort=${i||"updated"}&direction=${e||"desc"}`;let w=await l(m),R=Array.isArray(w)?w:[];if(R.length===0)break;c=c.concat(R),b=R.length===o,g++}let f=c.map(p).filter(u),_=f.slice(0,d),S=f.length>_.length;return JSON.stringify({count:_.length,repos:_,truncated:S})}case"github_create_issue":{let{owner:t,repo:n,title:i,body:e}=a;if(!t||!n||!i)return JSON.stringify({error:"owner, repo, and title are required"});let r=await l(`/repos/${t}/${n}/issues`,{method:"POST",body:{title:i,body:e||""}});return JSON.stringify({number:r.number,url:r.html_url,title:r.title})}case"github_list_issues":{let{owner:t,repo:n,state:i,labels:e,since:r,assignee:s,sort:o,direction:d,limit:c}=a||{};if(!t||!n)return JSON.stringify({error:"owner and repo are required"});let p=new URLSearchParams;p.set("state",i||"open"),p.set("per_page",String(c||30)),p.set("sort",o||"updated"),p.set("direction",d||"desc"),e&&p.set("labels",Array.isArray(e)?e.join(","):e),r&&p.set("since",r),s&&p.set("assignee",s);let u=await l(`/repos/${t}/${n}/issues?${p.toString()}`),h=(Array.isArray(u)?u:[]).filter(g=>!g.pull_request).map(g=>({number:g.number,title:g.title,state:g.state,labels:(g.labels||[]).map(b=>typeof b=="string"?b:b.name),assignee:g.assignee?.login||null,assignees:(g.assignees||[]).map(b=>b.login),user:g.user?.login,comments:g.comments,url:g.html_url,createdAt:g.created_at,updatedAt:g.updated_at}));return JSON.stringify({count:h.length,issues:h})}case"github_get_issue":{let{owner:t,repo:n,number:i}=a||{};if(!t||!n||!i)return JSON.stringify({error:"owner, repo, and number are required"});let e=await l(`/repos/${t}/${n}/issues/${i}`);return e.pull_request?JSON.stringify({error:`#${i} is a pull request, not an issue`,isPR:!0}):JSON.stringify({number:e.number,title:e.title,body:e.body||"",state:e.state,stateReason:e.state_reason||null,labels:(e.labels||[]).map(r=>typeof r=="string"?r:r.name),assignee:e.assignee?.login||null,assignees:(e.assignees||[]).map(r=>r.login),user:e.user?.login,milestone:e.milestone?.title||null,comments:e.comments,url:e.html_url,createdAt:e.created_at,updatedAt:e.updated_at,closedAt:e.closed_at})}case"github_get_issue_comments":{let{owner:t,repo:n,number:i,limit:e}=a||{};if(!t||!n||!i)return JSON.stringify({error:"owner, repo, and number are required"});let r=await l(`/repos/${t}/${n}/issues/${i}/comments?per_page=${e||100}`),s=(Array.isArray(r)?r:[]).map(o=>({id:o.id,user:o.user?.login,body:o.body||"",createdAt:o.created_at,updatedAt:o.updated_at,url:o.html_url}));return JSON.stringify({count:s.length,comments:s})}case"github_add_issue_comment":{let{owner:t,repo:n,number:i,body:e}=a||{};if(!t||!n||!i||!e)return JSON.stringify({error:"owner, repo, number, and body are required"});let r=await l(`/repos/${t}/${n}/issues/${i}/comments`,{method:"POST",body:{body:e}});return JSON.stringify({ok:!0,id:r.id,url:r.html_url})}case"github_close_issue":{let{owner:t,repo:n,number:i,stateReason:e}=a||{};if(!t||!n||!i)return JSON.stringify({error:"owner, repo, and number are required"});let r={state:"closed"};e&&(r.state_reason=e);let s=await l(`/repos/${t}/${n}/issues/${i}`,{method:"PATCH",body:r});return JSON.stringify({ok:!0,number:s.number,state:s.state,stateReason:s.state_reason||null,url:s.html_url})}case"github_reopen_issue":{let{owner:t,repo:n,number:i}=a||{};if(!t||!n||!i)return JSON.stringify({error:"owner, repo, and number are required"});let e=await l(`/repos/${t}/${n}/issues/${i}`,{method:"PATCH",body:{state:"open"}});return JSON.stringify({ok:!0,number:e.number,state:e.state,url:e.html_url})}case"github_label_issue":{let{owner:t,repo:n,number:i,labels:e,mode:r}=a||{};if(!t||!n||!i)return JSON.stringify({error:"owner, repo, and number are required"});let s=Array.isArray(e)?e:e?[e]:[];if(!s.length)return JSON.stringify({error:"labels (string or array) is required"});let o=r||"add";if(o==="set"){let c=await l(`/repos/${t}/${n}/issues/${i}`,{method:"PATCH",body:{labels:s}});return JSON.stringify({ok:!0,number:c.number,labels:(c.labels||[]).map(p=>typeof p=="string"?p:p.name)})}if(o==="remove"){for(let p of s)await l(`/repos/${t}/${n}/issues/${i}/labels/${encodeURIComponent(p)}`,{method:"DELETE"});let c=await l(`/repos/${t}/${n}/issues/${i}`);return JSON.stringify({ok:!0,number:c.number,labels:(c.labels||[]).map(p=>typeof p=="string"?p:p.name)})}let d=await l(`/repos/${t}/${n}/issues/${i}/labels`,{method:"POST",body:{labels:s}});return JSON.stringify({ok:!0,number:i,labels:(Array.isArray(d)?d:[]).map(c=>typeof c=="string"?c:c.name)})}default:return JSON.stringify({error:`Unknown tool: ${y}`})}}catch(t){return JSON.stringify({error:t.message})}},tools:[{name:"github_get_user",description:"Get the authenticated GitHub user profile and their organizations",input_schema:{type:"object",properties:{}}},{name:"github_list_orgs",description:"List GitHub organizations the authenticated user belongs to",input_schema:{type:"object",properties:{}}},{name:"github_list_repos",description:"List the repositories this token/installation can access (omit owner) \u2014 or a specific user/org's repos (pass owner). Use this to discover a RELATED repo worth cloning when a change's correctness depends on another accessible repo. Each repo carries a normalized { fullPath, name, webUrl, defaultBranch, visibility } shape (identical to gitlab_list_projects) alongside legacy fields, plus a truncated flag.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Org or user login. Omit to list every repo your token/installation can access."},query:{type:"string",description:"Optional term matched against repo name/full-name/description"},type:{type:"string",enum:["all","public","private","forks","sources","member"],description:"Filter by type (default: all)"},sort:{type:"string",enum:["created","updated","pushed","full_name"],description:"Sort field (default: updated)"},direction:{type:"string",enum:["asc","desc"],description:"Sort direction (default: desc)"},limit:{type:"number",description:"Max repos to return (default: 200, hard-capped at the fetch ceiling)"}}}},{name:"github_clone",description:'Clone a GitHub repository to the local filesystem. Use when user says "check out" or "clone" a repo.',input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner (user or org name)"},repo:{type:"string",description:"Repository name"},destination:{type:"string",description:"Destination directory. Accepts absolute paths, ~-prefixed paths, or relative names. Defaults to ~/zibby-repos/<repo>."}},required:["owner","repo"]}},{name:"github_search_repos",description:"Search accessible repositories by name or description. Use this when the user asks to find a specific repo.",input_schema:{type:"object",properties:{query:{type:"string",description:'Search term to match against repo name or description (e.g., "electron", "my-app")'},limit:{type:"number",description:"Max results (default: 20)"}},required:["query"]}},{name:"github_search_issues",description:"Search GitHub issues and pull requests",input_schema:{type:"object",properties:{query:{type:"string",description:'GitHub search query (e.g. "SCRUM-123", "login bug repo:org/app")'},limit:{type:"number",description:"Max results (default: 20)"}},required:["query"]}},{name:"github_search_code",description:"Search code across GitHub repositories by keyword",input_schema:{type:"object",properties:{query:{type:"string",description:'Code search query (e.g. "handleLogin", "class AuthService")'},repo:{type:"string",description:'Scope to a specific repo (e.g. "org/app"). Optional.'},language:{type:"string",description:'Filter by language (e.g. "javascript", "python"). Optional.'},limit:{type:"number",description:"Max results (default: 15)"}},required:["query"]}},{name:"github_get_pr",description:"Get details of a pull request \u2014 title, description, branch, stats",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"}},required:["owner","repo","number"]}},{name:"github_get_pr_diff",description:"Get the unified diff of a pull request \u2014 the actual code changes",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"}},required:["owner","repo","number"]}},{name:"github_list_pr_files",description:"List files changed in a PR with per-file patches",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"}},required:["owner","repo","number"]}},{name:"github_list_pr_comments",description:"Get all review and issue comments on a PR",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"}},required:["owner","repo","number"]}},{name:"github_get_review_thread",description:"Read a PR review-comment THREAD given any comment id in it: the root review comment + all its replies, plus the anchored diff context (file, line, the original diff hunk). Use this to understand a human's reply to a previous review comment before replying in-thread.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"},commentId:{type:"number",description:"Any review-comment id in the thread (the root or any reply)"}},required:["owner","repo","number","commentId"]}},{name:"github_reply_review_thread",description:"Reply IN-THREAD to an existing PR review-comment thread (a conversational reply nested under the thread the human commented on \u2014 NOT a fresh full review). Pass any comment id in the thread.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"},commentId:{type:"number",description:"Any review-comment id in the thread to reply to"},body:{type:"string",description:"The reply text (markdown)"}},required:["owner","repo","number","commentId","body"]}},{name:"github_reply_issue_comment",description:"Post a reply on a PR's top-level conversation (a new issue comment on the PR). Use when the human replied to a non-inline/summary comment rather than an inline review thread. Quote or @-mention for context since issue comments are not threaded.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"},body:{type:"string",description:"The reply text (markdown)"}},required:["owner","repo","number","body"]}},{name:"github_create_review",description:"Post a review on a pull request: a summary body plus optional inline comments anchored to file/line, with an event (COMMENT, APPROVE, or REQUEST_CHANGES). Use this to deliver a code review back to the PR.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"},body:{type:"string",description:"The review summary (markdown). Shown as the top-level review comment."},event:{type:"string",enum:["COMMENT","APPROVE","REQUEST_CHANGES"],description:"Review verdict. Default COMMENT (no approval state). Use REQUEST_CHANGES for blocking issues."},comments:{type:"array",description:"Optional inline comments, each anchored to a changed line.",items:{type:"object",properties:{path:{type:"string",description:"File path as it appears in the diff"},line:{type:"number",description:"Line number in the file's NEW version (the right side of the diff)"},side:{type:"string",enum:["LEFT","RIGHT"],description:"RIGHT (new) or LEFT (old). Default RIGHT."},body:{type:"string",description:"The inline comment text (markdown)"}},required:["path","line","body"]}}},required:["owner","repo","number"]}},{name:"github_list_commits",description:"List recent commits on a branch, optionally filtered by file path",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},branch:{type:"string",description:"Branch name (default: repo default branch)"},path:{type:"string",description:"Filter commits touching this file path"},limit:{type:"number",description:"Max commits (default: 20)"}},required:["owner","repo"]}},{name:"github_get_commit",description:"Get details of a specific commit \u2014 message, stats, file diffs",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},sha:{type:"string",description:"Commit SHA (full or short)"}},required:["owner","repo","sha"]}},{name:"github_get_file",description:"Read a file (or list a directory) from a GitHub repo. Works on any branch/ref.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},path:{type:"string",description:'File or directory path (e.g. "src/auth/login.ts")'},ref:{type:"string",description:"Branch, tag, or commit SHA (default: repo default branch)"}},required:["owner","repo","path"]}},{name:"github_create_issue",description:"Create a GitHub issue",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},title:{type:"string",description:"Issue title"},body:{type:"string",description:"Issue body (markdown)"}},required:["owner","repo","title"]}},{name:"github_list_issues",description:"List issues in a repo (excludes pull requests). Filter by state, labels, and an updated-since cursor for polling.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},state:{type:"string",enum:["open","closed","all"],description:"Filter by state (default: open)"},labels:{type:"array",items:{type:"string"},description:"Only issues carrying ALL of these labels"},since:{type:"string",description:"ISO-8601 timestamp; only issues updated at/after this (polling cursor)"},assignee:{type:"string",description:'Filter by assignee login, "none", or "*"'},sort:{type:"string",enum:["created","updated","comments"],description:"Sort field (default: updated)"},direction:{type:"string",enum:["asc","desc"],description:"Sort direction (default: desc)"},limit:{type:"number",description:"Max issues (default: 30, max 100 per page)"}},required:["owner","repo"]}},{name:"github_get_issue",description:"Get a single GitHub issue with full detail (title, body, state, labels, assignee, url)",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"Issue number"}},required:["owner","repo","number"]}},{name:"github_get_issue_comments",description:"Get the comment thread on a GitHub issue (chronological)",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"Issue number"},limit:{type:"number",description:"Max comments (default: 100)"}},required:["owner","repo","number"]}},{name:"github_add_issue_comment",description:"Add a comment to a GitHub issue. Also the way to record a PR link on an issue (post a markdown link).",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"Issue number"},body:{type:"string",description:"Comment body (markdown)"}},required:["owner","repo","number","body"]}},{name:"github_close_issue",description:"Close a GitHub issue. Optionally set the close reason (completed or not_planned).",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"Issue number"},stateReason:{type:"string",enum:["completed","not_planned"],description:"Why the issue was closed (optional)"}},required:["owner","repo","number"]}},{name:"github_reopen_issue",description:"Reopen a closed GitHub issue",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"Issue number"}},required:["owner","repo","number"]}},{name:"github_label_issue",description:"Add, set (replace all), or remove labels on a GitHub issue. Labels back state-like transitions on GitHub.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"Issue number"},labels:{type:"array",items:{type:"string"},description:"Label name(s)"},mode:{type:"string",enum:["add","set","remove"],description:"add appends, set replaces all, remove deletes (default: add)"}},required:["owner","repo","number","labels"]}}]};export{z as githubSkill};
|
|
45
|
+
`),instructions:"IMPORTANT: Show the contents field to the user - it contains the directory listing."})}catch(_){return JSON.stringify({error:`Clone failed: ${_.message}`})}}case"github_search_repos":{let{query:t,limit:i}=a;if(!t)return JSON.stringify({error:"query is required"});let n=await this.handleToolCall("github_list_repos",{limit:200},{}),e=JSON.parse(n);if(e.error)return JSON.stringify(e);let r=t.toLowerCase(),s=e.repos.filter(o=>o.name.toLowerCase().includes(r)||o.fullName.toLowerCase().includes(r)||o.description&&o.description.toLowerCase().includes(r));return JSON.stringify({query:t,count:s.length,repos:s.slice(0,i||20)})}case"github_list_repos":{let{owner:t,type:i,sort:n,direction:e,limit:r,query:s}=a,o=100,u=r||200,c=[],p=m=>({name:m.name,fullName:m.full_name,private:m.private,description:m.description,language:m.language,defaultBranch:m.default_branch,updatedAt:m.updated_at,stars:m.stargazers_count,url:m.html_url,fullPath:m.full_name,webUrl:m.html_url,visibility:m.visibility||(m.private?"private":"public")}),l=m=>{if(!s)return!0;let w=String(s).toLowerCase();return m.name&&m.name.toLowerCase().includes(w)||m.fullName&&m.fullName.toLowerCase().includes(w)||m.description&&m.description.toLowerCase().includes(w)};if(!t){let m=1,w=!0;for(;w&&c.length<u;){let O=`/installation/repositories?per_page=${o}&page=${m}`,v=(await d(O)).repositories||[];if(v.length===0)break;c=c.concat(v),w=v.length===o,m++}let R=c.map(p).filter(l),$=R.slice(0,u),T=R.length>$.length,N=$.filter(O=>O.private).length,A=$.filter(O=>!O.private).length;return JSON.stringify({count:$.length,repos:$,truncated:T,privateCount:N,publicCount:A,message:`Found ${N} private and ${A} public repos`})}let g=await d(`/orgs/${t}`).then(()=>!0).catch(()=>!1),h=1,b=!0;for(;b&&c.length<u;){let m;g?m=`/orgs/${t}/repos?per_page=${o}&page=${h}&type=${i||"all"}&sort=${n||"updated"}&direction=${e||"desc"}`:m=`/users/${t}/repos?per_page=${o}&page=${h}&type=${i||"all"}&sort=${n||"updated"}&direction=${e||"desc"}`;let w=await d(m),R=Array.isArray(w)?w:[];if(R.length===0)break;c=c.concat(R),b=R.length===o,h++}let f=c.map(p).filter(l),_=f.slice(0,u),S=f.length>_.length;return JSON.stringify({count:_.length,repos:_,truncated:S})}case"github_create_pr":{let{owner:t,repo:i,head:n,title:e}=a||{};if(!t||!i||!n||!e)return JSON.stringify({error:"owner, repo, head (source branch), and title are required"});let r=a.base;if(!r)try{r=(await d(`/repos/${t}/${i}`)).default_branch||"main"}catch{r="main"}let s={title:String(e),head:String(n),base:String(r),body:a.body?String(a.body):"",draft:!!a.draft};try{let o=await d(`/repos/${t}/${i}/pulls`,{method:"POST",body:s});return JSON.stringify({success:!0,pr_url:o.html_url,number:o.number,branch:n,base:r,repo:`${t}/${i}`,provider:"github",draft:!!o.draft,state:o.state})}catch(o){let u=String(o.message||o);if(/GitHub API 422/.test(u))return JSON.stringify({success:!1,branch:n,base:r,repo:`${t}/${i}`,provider:"github",skippedReason:u});throw o}}case"github_create_issue":{let{owner:t,repo:i,title:n,body:e}=a;if(!t||!i||!n)return JSON.stringify({error:"owner, repo, and title are required"});let r=await d(`/repos/${t}/${i}/issues`,{method:"POST",body:{title:n,body:e||""}});return JSON.stringify({number:r.number,url:r.html_url,title:r.title})}case"github_list_issues":{let{owner:t,repo:i,state:n,labels:e,since:r,assignee:s,sort:o,direction:u,limit:c}=a||{};if(!t||!i)return JSON.stringify({error:"owner and repo are required"});let p=new URLSearchParams;p.set("state",n||"open"),p.set("per_page",String(c||30)),p.set("sort",o||"updated"),p.set("direction",u||"desc"),e&&p.set("labels",Array.isArray(e)?e.join(","):e),r&&p.set("since",r),s&&p.set("assignee",s);let l=await d(`/repos/${t}/${i}/issues?${p.toString()}`),g=(Array.isArray(l)?l:[]).filter(h=>!h.pull_request).map(h=>({number:h.number,title:h.title,state:h.state,labels:(h.labels||[]).map(b=>typeof b=="string"?b:b.name),assignee:h.assignee?.login||null,assignees:(h.assignees||[]).map(b=>b.login),user:h.user?.login,comments:h.comments,url:h.html_url,createdAt:h.created_at,updatedAt:h.updated_at}));return JSON.stringify({count:g.length,issues:g})}case"github_get_issue":{let{owner:t,repo:i,number:n}=a||{};if(!t||!i||!n)return JSON.stringify({error:"owner, repo, and number are required"});let e=await d(`/repos/${t}/${i}/issues/${n}`);return e.pull_request?JSON.stringify({error:`#${n} is a pull request, not an issue`,isPR:!0}):JSON.stringify({number:e.number,title:e.title,body:e.body||"",state:e.state,stateReason:e.state_reason||null,labels:(e.labels||[]).map(r=>typeof r=="string"?r:r.name),assignee:e.assignee?.login||null,assignees:(e.assignees||[]).map(r=>r.login),user:e.user?.login,milestone:e.milestone?.title||null,comments:e.comments,url:e.html_url,createdAt:e.created_at,updatedAt:e.updated_at,closedAt:e.closed_at})}case"github_get_issue_comments":{let{owner:t,repo:i,number:n,limit:e}=a||{};if(!t||!i||!n)return JSON.stringify({error:"owner, repo, and number are required"});let r=await d(`/repos/${t}/${i}/issues/${n}/comments?per_page=${e||100}`),s=(Array.isArray(r)?r:[]).map(o=>({id:o.id,user:o.user?.login,body:o.body||"",createdAt:o.created_at,updatedAt:o.updated_at,url:o.html_url}));return JSON.stringify({count:s.length,comments:s})}case"github_add_issue_comment":{let{owner:t,repo:i,number:n,body:e}=a||{};if(!t||!i||!n||!e)return JSON.stringify({error:"owner, repo, number, and body are required"});let r=await d(`/repos/${t}/${i}/issues/${n}/comments`,{method:"POST",body:{body:e}});return JSON.stringify({ok:!0,id:r.id,url:r.html_url})}case"github_close_issue":{let{owner:t,repo:i,number:n,stateReason:e}=a||{};if(!t||!i||!n)return JSON.stringify({error:"owner, repo, and number are required"});let r={state:"closed"};e&&(r.state_reason=e);let s=await d(`/repos/${t}/${i}/issues/${n}`,{method:"PATCH",body:r});return JSON.stringify({ok:!0,number:s.number,state:s.state,stateReason:s.state_reason||null,url:s.html_url})}case"github_reopen_issue":{let{owner:t,repo:i,number:n}=a||{};if(!t||!i||!n)return JSON.stringify({error:"owner, repo, and number are required"});let e=await d(`/repos/${t}/${i}/issues/${n}`,{method:"PATCH",body:{state:"open"}});return JSON.stringify({ok:!0,number:e.number,state:e.state,url:e.html_url})}case"github_label_issue":{let{owner:t,repo:i,number:n,labels:e,mode:r}=a||{};if(!t||!i||!n)return JSON.stringify({error:"owner, repo, and number are required"});let s=Array.isArray(e)?e:e?[e]:[];if(!s.length)return JSON.stringify({error:"labels (string or array) is required"});let o=r||"add";if(o==="set"){let c=await d(`/repos/${t}/${i}/issues/${n}`,{method:"PATCH",body:{labels:s}});return JSON.stringify({ok:!0,number:c.number,labels:(c.labels||[]).map(p=>typeof p=="string"?p:p.name)})}if(o==="remove"){for(let p of s)await d(`/repos/${t}/${i}/issues/${n}/labels/${encodeURIComponent(p)}`,{method:"DELETE"});let c=await d(`/repos/${t}/${i}/issues/${n}`);return JSON.stringify({ok:!0,number:c.number,labels:(c.labels||[]).map(p=>typeof p=="string"?p:p.name)})}let u=await d(`/repos/${t}/${i}/issues/${n}/labels`,{method:"POST",body:{labels:s}});return JSON.stringify({ok:!0,number:n,labels:(Array.isArray(u)?u:[]).map(c=>typeof c=="string"?c:c.name)})}default:return JSON.stringify({error:`Unknown tool: ${y}`})}}catch(t){return JSON.stringify({error:t.message})}},tools:[{name:"github_get_user",description:"Get the authenticated GitHub user profile and their organizations",input_schema:{type:"object",properties:{}}},{name:"github_list_orgs",description:"List GitHub organizations the authenticated user belongs to",input_schema:{type:"object",properties:{}}},{name:"github_list_repos",description:"List the repositories this token/installation can access (omit owner) \u2014 or a specific user/org's repos (pass owner). Use this to discover a RELATED repo worth cloning when a change's correctness depends on another accessible repo. Each repo carries a normalized { fullPath, name, webUrl, defaultBranch, visibility } shape (identical to gitlab_list_projects) alongside legacy fields, plus a truncated flag.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Org or user login. Omit to list every repo your token/installation can access."},query:{type:"string",description:"Optional term matched against repo name/full-name/description"},type:{type:"string",enum:["all","public","private","forks","sources","member"],description:"Filter by type (default: all)"},sort:{type:"string",enum:["created","updated","pushed","full_name"],description:"Sort field (default: updated)"},direction:{type:"string",enum:["asc","desc"],description:"Sort direction (default: desc)"},limit:{type:"number",description:"Max repos to return (default: 200, hard-capped at the fetch ceiling)"}}}},{name:"github_clone",description:'Clone a GitHub repository to the local filesystem. Use when user says "check out" or "clone" a repo.',input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner (user or org name)"},repo:{type:"string",description:"Repository name"},destination:{type:"string",description:"Destination directory. Accepts absolute paths, ~-prefixed paths, or relative names. Defaults to ~/zibby-repos/<repo>."}},required:["owner","repo"]}},{name:"github_search_repos",description:"Search accessible repositories by name or description. Use this when the user asks to find a specific repo.",input_schema:{type:"object",properties:{query:{type:"string",description:'Search term to match against repo name or description (e.g., "electron", "my-app")'},limit:{type:"number",description:"Max results (default: 20)"}},required:["query"]}},{name:"github_search_issues",description:"Search GitHub issues and pull requests",input_schema:{type:"object",properties:{query:{type:"string",description:'GitHub search query (e.g. "SCRUM-123", "login bug repo:org/app")'},limit:{type:"number",description:"Max results (default: 20)"}},required:["query"]}},{name:"github_search_code",description:"Search code across GitHub repositories by keyword",input_schema:{type:"object",properties:{query:{type:"string",description:'Code search query (e.g. "handleLogin", "class AuthService")'},repo:{type:"string",description:'Scope to a specific repo (e.g. "org/app"). Optional.'},language:{type:"string",description:'Filter by language (e.g. "javascript", "python"). Optional.'},limit:{type:"number",description:"Max results (default: 15)"}},required:["query"]}},{name:"github_get_pr",description:"Get details of a pull request \u2014 title, description, branch, stats",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"}},required:["owner","repo","number"]}},{name:"github_get_pr_diff",description:"Get the unified diff of a pull request \u2014 the actual code changes",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"}},required:["owner","repo","number"]}},{name:"github_list_pr_files",description:"List files changed in a PR with per-file patches",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"}},required:["owner","repo","number"]}},{name:"github_list_pr_comments",description:"Get all review and issue comments on a PR",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"}},required:["owner","repo","number"]}},{name:"github_get_review_thread",description:"Read a PR review-comment THREAD given any comment id in it: the root review comment + all its replies, plus the anchored diff context (file, line, the original diff hunk). Use this to understand a human's reply to a previous review comment before replying in-thread.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"},commentId:{type:"number",description:"Any review-comment id in the thread (the root or any reply)"}},required:["owner","repo","number","commentId"]}},{name:"github_reply_review_thread",description:"Reply IN-THREAD to an existing PR review-comment thread (a conversational reply nested under the thread the human commented on \u2014 NOT a fresh full review). Pass any comment id in the thread.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"},commentId:{type:"number",description:"Any review-comment id in the thread to reply to"},body:{type:"string",description:"The reply text (markdown)"}},required:["owner","repo","number","commentId","body"]}},{name:"github_reply_issue_comment",description:"Post a reply on a PR's top-level conversation (a new issue comment on the PR). Use when the human replied to a non-inline/summary comment rather than an inline review thread. Quote or @-mention for context since issue comments are not threaded.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"},body:{type:"string",description:"The reply text (markdown)"}},required:["owner","repo","number","body"]}},{name:"github_create_review",description:"Post a review on a pull request: a summary body plus optional inline comments anchored to file/line, with an event (COMMENT, APPROVE, or REQUEST_CHANGES). Use this to deliver a code review back to the PR.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"PR number"},body:{type:"string",description:"The review summary (markdown). Shown as the top-level review comment."},event:{type:"string",enum:["COMMENT","APPROVE","REQUEST_CHANGES"],description:"Review verdict. Default COMMENT (no approval state). Use REQUEST_CHANGES for blocking issues."},comments:{type:"array",description:"Optional inline comments, each anchored to a changed line.",items:{type:"object",properties:{path:{type:"string",description:"File path as it appears in the diff"},line:{type:"number",description:"Line number in the file's NEW version (the right side of the diff)"},side:{type:"string",enum:["LEFT","RIGHT"],description:"RIGHT (new) or LEFT (old). Default RIGHT."},body:{type:"string",description:"The inline comment text (markdown)"}},required:["path","line","body"]}}},required:["owner","repo","number"]}},{name:"github_list_commits",description:"List recent commits on a branch, optionally filtered by file path",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},branch:{type:"string",description:"Branch name (default: repo default branch)"},path:{type:"string",description:"Filter commits touching this file path"},limit:{type:"number",description:"Max commits (default: 20)"}},required:["owner","repo"]}},{name:"github_get_commit",description:"Get details of a specific commit \u2014 message, stats, file diffs",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},sha:{type:"string",description:"Commit SHA (full or short)"}},required:["owner","repo","sha"]}},{name:"github_get_file",description:"Read a file (or list a directory) from a GitHub repo. Works on any branch/ref.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},path:{type:"string",description:'File or directory path (e.g. "src/auth/login.ts")'},ref:{type:"string",description:"Branch, tag, or commit SHA (default: repo default branch)"}},required:["owner","repo","path"]}},{name:"github_create_pr",description:"Open a pull request on GitHub (POST /repos/{owner}/{repo}/pulls). The head (source) branch must already be pushed. Returns the REAL pr_url from GitHub \u2014 never fabricate a PR url. Expected business outcomes (no commits between base and head, a PR already exists for this branch, base==head, missing head) return { success:false, skippedReason } rather than erroring.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},head:{type:"string",description:'Source branch to merge FROM (must already be pushed). For a cross-fork PR use "fork-owner:branch".'},base:{type:"string",description:"Target branch to merge INTO (default: the repo's default branch)"},title:{type:"string",description:"PR title"},body:{type:"string",description:"PR description (markdown)"},draft:{type:"boolean",description:"Open as a draft PR (default: false)"}},required:["owner","repo","head","title"]}},{name:"github_create_issue",description:"Create a GitHub issue",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},title:{type:"string",description:"Issue title"},body:{type:"string",description:"Issue body (markdown)"}},required:["owner","repo","title"]}},{name:"github_list_issues",description:"List issues in a repo (excludes pull requests). Filter by state, labels, and an updated-since cursor for polling.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},state:{type:"string",enum:["open","closed","all"],description:"Filter by state (default: open)"},labels:{type:"array",items:{type:"string"},description:"Only issues carrying ALL of these labels"},since:{type:"string",description:"ISO-8601 timestamp; only issues updated at/after this (polling cursor)"},assignee:{type:"string",description:'Filter by assignee login, "none", or "*"'},sort:{type:"string",enum:["created","updated","comments"],description:"Sort field (default: updated)"},direction:{type:"string",enum:["asc","desc"],description:"Sort direction (default: desc)"},limit:{type:"number",description:"Max issues (default: 30, max 100 per page)"}},required:["owner","repo"]}},{name:"github_get_issue",description:"Get a single GitHub issue with full detail (title, body, state, labels, assignee, url)",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"Issue number"}},required:["owner","repo","number"]}},{name:"github_get_issue_comments",description:"Get the comment thread on a GitHub issue (chronological)",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"Issue number"},limit:{type:"number",description:"Max comments (default: 100)"}},required:["owner","repo","number"]}},{name:"github_add_issue_comment",description:"Add a comment to a GitHub issue. Also the way to record a PR link on an issue (post a markdown link).",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"Issue number"},body:{type:"string",description:"Comment body (markdown)"}},required:["owner","repo","number","body"]}},{name:"github_close_issue",description:"Close a GitHub issue. Optionally set the close reason (completed or not_planned).",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"Issue number"},stateReason:{type:"string",enum:["completed","not_planned"],description:"Why the issue was closed (optional)"}},required:["owner","repo","number"]}},{name:"github_reopen_issue",description:"Reopen a closed GitHub issue",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"Issue number"}},required:["owner","repo","number"]}},{name:"github_label_issue",description:"Add, set (replace all), or remove labels on a GitHub issue. Labels back state-like transitions on GitHub.",input_schema:{type:"object",properties:{owner:{type:"string",description:"Repository owner"},repo:{type:"string",description:"Repository name"},number:{type:"number",description:"Issue number"},labels:{type:"array",items:{type:"string"},description:"Label name(s)"},mode:{type:"string",enum:["add","set","remove"],description:"add appends, set replaces all, remove deletes (default: add)"}},required:["owner","repo","number","labels"]}}]};export{F as githubSkill};
|
package/dist/gitlab.d.ts
CHANGED
|
@@ -55,6 +55,11 @@ export namespace gitlabSkill {
|
|
|
55
55
|
projectId?: undefined;
|
|
56
56
|
branch?: undefined;
|
|
57
57
|
destination?: undefined;
|
|
58
|
+
project?: undefined;
|
|
59
|
+
source_branch?: undefined;
|
|
60
|
+
target_branch?: undefined;
|
|
61
|
+
title?: undefined;
|
|
62
|
+
description?: undefined;
|
|
58
63
|
iid?: undefined;
|
|
59
64
|
state?: undefined;
|
|
60
65
|
targetBranch?: undefined;
|
|
@@ -101,6 +106,11 @@ export namespace gitlabSkill {
|
|
|
101
106
|
};
|
|
102
107
|
query?: undefined;
|
|
103
108
|
limit?: undefined;
|
|
109
|
+
project?: undefined;
|
|
110
|
+
source_branch?: undefined;
|
|
111
|
+
target_branch?: undefined;
|
|
112
|
+
title?: undefined;
|
|
113
|
+
description?: undefined;
|
|
104
114
|
iid?: undefined;
|
|
105
115
|
state?: undefined;
|
|
106
116
|
targetBranch?: undefined;
|
|
@@ -123,6 +133,60 @@ export namespace gitlabSkill {
|
|
|
123
133
|
};
|
|
124
134
|
required?: undefined;
|
|
125
135
|
};
|
|
136
|
+
} | {
|
|
137
|
+
name: string;
|
|
138
|
+
description: string;
|
|
139
|
+
input_schema: {
|
|
140
|
+
type: string;
|
|
141
|
+
properties: {
|
|
142
|
+
project: {
|
|
143
|
+
type: string;
|
|
144
|
+
description: string;
|
|
145
|
+
};
|
|
146
|
+
source_branch: {
|
|
147
|
+
type: string;
|
|
148
|
+
description: string;
|
|
149
|
+
};
|
|
150
|
+
target_branch: {
|
|
151
|
+
type: string;
|
|
152
|
+
description: string;
|
|
153
|
+
};
|
|
154
|
+
title: {
|
|
155
|
+
type: string;
|
|
156
|
+
description: string;
|
|
157
|
+
};
|
|
158
|
+
description: {
|
|
159
|
+
type: string;
|
|
160
|
+
description: string;
|
|
161
|
+
};
|
|
162
|
+
query?: undefined;
|
|
163
|
+
limit?: undefined;
|
|
164
|
+
projectPath?: undefined;
|
|
165
|
+
projectId?: undefined;
|
|
166
|
+
branch?: undefined;
|
|
167
|
+
destination?: undefined;
|
|
168
|
+
iid?: undefined;
|
|
169
|
+
state?: undefined;
|
|
170
|
+
targetBranch?: undefined;
|
|
171
|
+
sourceBranch?: undefined;
|
|
172
|
+
authorUsername?: undefined;
|
|
173
|
+
labels?: undefined;
|
|
174
|
+
search?: undefined;
|
|
175
|
+
orderBy?: undefined;
|
|
176
|
+
sort?: undefined;
|
|
177
|
+
body?: undefined;
|
|
178
|
+
path?: undefined;
|
|
179
|
+
oldPath?: undefined;
|
|
180
|
+
newLine?: undefined;
|
|
181
|
+
oldLine?: undefined;
|
|
182
|
+
diffRefs?: undefined;
|
|
183
|
+
comments?: undefined;
|
|
184
|
+
discussionId?: undefined;
|
|
185
|
+
assigneeUsername?: undefined;
|
|
186
|
+
updatedAfter?: undefined;
|
|
187
|
+
};
|
|
188
|
+
required: string[];
|
|
189
|
+
};
|
|
126
190
|
} | {
|
|
127
191
|
name: string;
|
|
128
192
|
description: string;
|
|
@@ -142,6 +206,11 @@ export namespace gitlabSkill {
|
|
|
142
206
|
projectPath?: undefined;
|
|
143
207
|
branch?: undefined;
|
|
144
208
|
destination?: undefined;
|
|
209
|
+
project?: undefined;
|
|
210
|
+
source_branch?: undefined;
|
|
211
|
+
target_branch?: undefined;
|
|
212
|
+
title?: undefined;
|
|
213
|
+
description?: undefined;
|
|
145
214
|
state?: undefined;
|
|
146
215
|
targetBranch?: undefined;
|
|
147
216
|
sourceBranch?: undefined;
|
|
@@ -219,6 +288,11 @@ export namespace gitlabSkill {
|
|
|
219
288
|
projectPath?: undefined;
|
|
220
289
|
branch?: undefined;
|
|
221
290
|
destination?: undefined;
|
|
291
|
+
project?: undefined;
|
|
292
|
+
source_branch?: undefined;
|
|
293
|
+
target_branch?: undefined;
|
|
294
|
+
title?: undefined;
|
|
295
|
+
description?: undefined;
|
|
222
296
|
iid?: undefined;
|
|
223
297
|
body?: undefined;
|
|
224
298
|
path?: undefined;
|
|
@@ -255,6 +329,11 @@ export namespace gitlabSkill {
|
|
|
255
329
|
projectPath?: undefined;
|
|
256
330
|
branch?: undefined;
|
|
257
331
|
destination?: undefined;
|
|
332
|
+
project?: undefined;
|
|
333
|
+
source_branch?: undefined;
|
|
334
|
+
target_branch?: undefined;
|
|
335
|
+
title?: undefined;
|
|
336
|
+
description?: undefined;
|
|
258
337
|
state?: undefined;
|
|
259
338
|
targetBranch?: undefined;
|
|
260
339
|
sourceBranch?: undefined;
|
|
@@ -299,6 +378,11 @@ export namespace gitlabSkill {
|
|
|
299
378
|
projectPath?: undefined;
|
|
300
379
|
branch?: undefined;
|
|
301
380
|
destination?: undefined;
|
|
381
|
+
project?: undefined;
|
|
382
|
+
source_branch?: undefined;
|
|
383
|
+
target_branch?: undefined;
|
|
384
|
+
title?: undefined;
|
|
385
|
+
description?: undefined;
|
|
302
386
|
state?: undefined;
|
|
303
387
|
targetBranch?: undefined;
|
|
304
388
|
sourceBranch?: undefined;
|
|
@@ -362,6 +446,11 @@ export namespace gitlabSkill {
|
|
|
362
446
|
projectPath?: undefined;
|
|
363
447
|
branch?: undefined;
|
|
364
448
|
destination?: undefined;
|
|
449
|
+
project?: undefined;
|
|
450
|
+
source_branch?: undefined;
|
|
451
|
+
target_branch?: undefined;
|
|
452
|
+
title?: undefined;
|
|
453
|
+
description?: undefined;
|
|
365
454
|
state?: undefined;
|
|
366
455
|
targetBranch?: undefined;
|
|
367
456
|
sourceBranch?: undefined;
|
|
@@ -434,6 +523,11 @@ export namespace gitlabSkill {
|
|
|
434
523
|
projectPath?: undefined;
|
|
435
524
|
branch?: undefined;
|
|
436
525
|
destination?: undefined;
|
|
526
|
+
project?: undefined;
|
|
527
|
+
source_branch?: undefined;
|
|
528
|
+
target_branch?: undefined;
|
|
529
|
+
title?: undefined;
|
|
530
|
+
description?: undefined;
|
|
437
531
|
state?: undefined;
|
|
438
532
|
targetBranch?: undefined;
|
|
439
533
|
sourceBranch?: undefined;
|
|
@@ -475,6 +569,11 @@ export namespace gitlabSkill {
|
|
|
475
569
|
projectPath?: undefined;
|
|
476
570
|
branch?: undefined;
|
|
477
571
|
destination?: undefined;
|
|
572
|
+
project?: undefined;
|
|
573
|
+
source_branch?: undefined;
|
|
574
|
+
target_branch?: undefined;
|
|
575
|
+
title?: undefined;
|
|
576
|
+
description?: undefined;
|
|
478
577
|
state?: undefined;
|
|
479
578
|
targetBranch?: undefined;
|
|
480
579
|
sourceBranch?: undefined;
|
|
@@ -522,6 +621,11 @@ export namespace gitlabSkill {
|
|
|
522
621
|
projectPath?: undefined;
|
|
523
622
|
branch?: undefined;
|
|
524
623
|
destination?: undefined;
|
|
624
|
+
project?: undefined;
|
|
625
|
+
source_branch?: undefined;
|
|
626
|
+
target_branch?: undefined;
|
|
627
|
+
title?: undefined;
|
|
628
|
+
description?: undefined;
|
|
525
629
|
state?: undefined;
|
|
526
630
|
targetBranch?: undefined;
|
|
527
631
|
sourceBranch?: undefined;
|
|
@@ -597,6 +701,11 @@ export namespace gitlabSkill {
|
|
|
597
701
|
projectPath?: undefined;
|
|
598
702
|
branch?: undefined;
|
|
599
703
|
destination?: undefined;
|
|
704
|
+
project?: undefined;
|
|
705
|
+
source_branch?: undefined;
|
|
706
|
+
target_branch?: undefined;
|
|
707
|
+
title?: undefined;
|
|
708
|
+
description?: undefined;
|
|
600
709
|
iid?: undefined;
|
|
601
710
|
targetBranch?: undefined;
|
|
602
711
|
sourceBranch?: undefined;
|