lalph 0.3.112 → 0.3.113
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/cli.mjs +1117 -66
- package/package.json +3 -3
package/dist/cli.mjs
CHANGED
|
@@ -93007,10 +93007,10 @@ var PrdIssue = class PrdIssue extends Class$2("PrdIssue")({
|
|
|
93007
93007
|
}
|
|
93008
93008
|
};
|
|
93009
93009
|
//#endregion
|
|
93010
|
-
//#region node_modules/.pnpm/@linear+sdk@
|
|
93010
|
+
//#region node_modules/.pnpm/@linear+sdk@80.0.0_graphql@16.13.1/node_modules/@linear/sdk/dist/chunk-DPPnyiuk.mjs
|
|
93011
93011
|
var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
93012
93012
|
//#endregion
|
|
93013
|
-
//#region node_modules/.pnpm/@linear+sdk@
|
|
93013
|
+
//#region node_modules/.pnpm/@linear+sdk@80.0.0_graphql@16.13.1/node_modules/@linear/sdk/dist/index.mjs
|
|
93014
93014
|
/**
|
|
93015
93015
|
* The error types returned by the Linear API
|
|
93016
93016
|
*/
|
|
@@ -113120,6 +113120,1058 @@ new TypedDocumentString(`
|
|
|
113120
113120
|
success
|
|
113121
113121
|
}
|
|
113122
113122
|
`, { fragmentName: "SsoUrlFromEmailResponse" });
|
|
113123
|
+
new TypedDocumentString(`
|
|
113124
|
+
fragment DocumentContentDraft on DocumentContentDraft {
|
|
113125
|
+
__typename
|
|
113126
|
+
contentState
|
|
113127
|
+
updatedAt
|
|
113128
|
+
archivedAt
|
|
113129
|
+
createdAt
|
|
113130
|
+
id
|
|
113131
|
+
documentContent {
|
|
113132
|
+
...DocumentContent
|
|
113133
|
+
}
|
|
113134
|
+
documentContentId
|
|
113135
|
+
user {
|
|
113136
|
+
id
|
|
113137
|
+
}
|
|
113138
|
+
userId
|
|
113139
|
+
}
|
|
113140
|
+
fragment DocumentContent on DocumentContent {
|
|
113141
|
+
__typename
|
|
113142
|
+
aiPromptRules {
|
|
113143
|
+
...AiPromptRules
|
|
113144
|
+
}
|
|
113145
|
+
content
|
|
113146
|
+
contentState
|
|
113147
|
+
document {
|
|
113148
|
+
id
|
|
113149
|
+
}
|
|
113150
|
+
initiative {
|
|
113151
|
+
id
|
|
113152
|
+
}
|
|
113153
|
+
issue {
|
|
113154
|
+
id
|
|
113155
|
+
}
|
|
113156
|
+
updatedAt
|
|
113157
|
+
projectMilestone {
|
|
113158
|
+
id
|
|
113159
|
+
}
|
|
113160
|
+
project {
|
|
113161
|
+
id
|
|
113162
|
+
}
|
|
113163
|
+
restoredAt
|
|
113164
|
+
archivedAt
|
|
113165
|
+
createdAt
|
|
113166
|
+
id
|
|
113167
|
+
welcomeMessage {
|
|
113168
|
+
...WelcomeMessage
|
|
113169
|
+
}
|
|
113170
|
+
}
|
|
113171
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
113172
|
+
__typename
|
|
113173
|
+
updatedAt
|
|
113174
|
+
archivedAt
|
|
113175
|
+
createdAt
|
|
113176
|
+
title
|
|
113177
|
+
id
|
|
113178
|
+
updatedBy {
|
|
113179
|
+
id
|
|
113180
|
+
}
|
|
113181
|
+
enabled
|
|
113182
|
+
}
|
|
113183
|
+
fragment AiPromptRules on AiPromptRules {
|
|
113184
|
+
__typename
|
|
113185
|
+
updatedAt
|
|
113186
|
+
archivedAt
|
|
113187
|
+
createdAt
|
|
113188
|
+
id
|
|
113189
|
+
updatedBy {
|
|
113190
|
+
id
|
|
113191
|
+
}
|
|
113192
|
+
}`, { fragmentName: "DocumentContentDraft" });
|
|
113193
|
+
new TypedDocumentString(`
|
|
113194
|
+
fragment Subscription on Subscription {
|
|
113195
|
+
__typename
|
|
113196
|
+
commentUnarchived {
|
|
113197
|
+
id
|
|
113198
|
+
}
|
|
113199
|
+
documentUnarchived {
|
|
113200
|
+
id
|
|
113201
|
+
}
|
|
113202
|
+
notificationUnarchived {
|
|
113203
|
+
...Notification
|
|
113204
|
+
}
|
|
113205
|
+
projectUnarchived {
|
|
113206
|
+
id
|
|
113207
|
+
}
|
|
113208
|
+
issueUnarchived {
|
|
113209
|
+
id
|
|
113210
|
+
}
|
|
113211
|
+
commentArchived {
|
|
113212
|
+
id
|
|
113213
|
+
}
|
|
113214
|
+
commentCreated {
|
|
113215
|
+
id
|
|
113216
|
+
}
|
|
113217
|
+
commentDeleted {
|
|
113218
|
+
id
|
|
113219
|
+
}
|
|
113220
|
+
commentUpdated {
|
|
113221
|
+
id
|
|
113222
|
+
}
|
|
113223
|
+
cycleArchived {
|
|
113224
|
+
id
|
|
113225
|
+
}
|
|
113226
|
+
cycleCreated {
|
|
113227
|
+
id
|
|
113228
|
+
}
|
|
113229
|
+
cycleUpdated {
|
|
113230
|
+
id
|
|
113231
|
+
}
|
|
113232
|
+
documentContentDraftCreated {
|
|
113233
|
+
...DocumentContentDraft
|
|
113234
|
+
}
|
|
113235
|
+
documentContentDraftDeleted {
|
|
113236
|
+
...DocumentContentDraft
|
|
113237
|
+
}
|
|
113238
|
+
documentContentDraftUpdated {
|
|
113239
|
+
...DocumentContentDraft
|
|
113240
|
+
}
|
|
113241
|
+
documentArchived {
|
|
113242
|
+
id
|
|
113243
|
+
}
|
|
113244
|
+
documentCreated {
|
|
113245
|
+
id
|
|
113246
|
+
}
|
|
113247
|
+
documentUpdated {
|
|
113248
|
+
id
|
|
113249
|
+
}
|
|
113250
|
+
draftCreated {
|
|
113251
|
+
...Draft
|
|
113252
|
+
}
|
|
113253
|
+
draftDeleted {
|
|
113254
|
+
...Draft
|
|
113255
|
+
}
|
|
113256
|
+
draftUpdated {
|
|
113257
|
+
...Draft
|
|
113258
|
+
}
|
|
113259
|
+
favoriteCreated {
|
|
113260
|
+
id
|
|
113261
|
+
}
|
|
113262
|
+
favoriteDeleted {
|
|
113263
|
+
id
|
|
113264
|
+
}
|
|
113265
|
+
favoriteUpdated {
|
|
113266
|
+
id
|
|
113267
|
+
}
|
|
113268
|
+
notificationArchived {
|
|
113269
|
+
...Notification
|
|
113270
|
+
}
|
|
113271
|
+
notificationCreated {
|
|
113272
|
+
...Notification
|
|
113273
|
+
}
|
|
113274
|
+
notificationDeleted {
|
|
113275
|
+
...Notification
|
|
113276
|
+
}
|
|
113277
|
+
notificationUpdated {
|
|
113278
|
+
...Notification
|
|
113279
|
+
}
|
|
113280
|
+
projectArchived {
|
|
113281
|
+
id
|
|
113282
|
+
}
|
|
113283
|
+
projectCreated {
|
|
113284
|
+
id
|
|
113285
|
+
}
|
|
113286
|
+
projectUpdated {
|
|
113287
|
+
id
|
|
113288
|
+
}
|
|
113289
|
+
projectUpdateCreated {
|
|
113290
|
+
id
|
|
113291
|
+
}
|
|
113292
|
+
projectUpdateDeleted {
|
|
113293
|
+
id
|
|
113294
|
+
}
|
|
113295
|
+
projectUpdateUpdated {
|
|
113296
|
+
id
|
|
113297
|
+
}
|
|
113298
|
+
roadmapCreated {
|
|
113299
|
+
id
|
|
113300
|
+
}
|
|
113301
|
+
roadmapDeleted {
|
|
113302
|
+
id
|
|
113303
|
+
}
|
|
113304
|
+
roadmapUpdated {
|
|
113305
|
+
id
|
|
113306
|
+
}
|
|
113307
|
+
teamCreated {
|
|
113308
|
+
id
|
|
113309
|
+
}
|
|
113310
|
+
teamDeleted {
|
|
113311
|
+
id
|
|
113312
|
+
}
|
|
113313
|
+
teamUpdated {
|
|
113314
|
+
id
|
|
113315
|
+
}
|
|
113316
|
+
teamMembershipCreated {
|
|
113317
|
+
id
|
|
113318
|
+
}
|
|
113319
|
+
teamMembershipDeleted {
|
|
113320
|
+
id
|
|
113321
|
+
}
|
|
113322
|
+
teamMembershipUpdated {
|
|
113323
|
+
id
|
|
113324
|
+
}
|
|
113325
|
+
workflowStateArchived {
|
|
113326
|
+
id
|
|
113327
|
+
}
|
|
113328
|
+
workflowStateCreated {
|
|
113329
|
+
id
|
|
113330
|
+
}
|
|
113331
|
+
workflowStateUpdated {
|
|
113332
|
+
id
|
|
113333
|
+
}
|
|
113334
|
+
agentActivityCreated {
|
|
113335
|
+
id
|
|
113336
|
+
}
|
|
113337
|
+
agentActivityUpdated {
|
|
113338
|
+
id
|
|
113339
|
+
}
|
|
113340
|
+
agentSessionCreated {
|
|
113341
|
+
id
|
|
113342
|
+
}
|
|
113343
|
+
agentSessionUpdated {
|
|
113344
|
+
id
|
|
113345
|
+
}
|
|
113346
|
+
initiativeCreated {
|
|
113347
|
+
id
|
|
113348
|
+
}
|
|
113349
|
+
initiativeDeleted {
|
|
113350
|
+
id
|
|
113351
|
+
}
|
|
113352
|
+
initiativeUpdated {
|
|
113353
|
+
id
|
|
113354
|
+
}
|
|
113355
|
+
issueHistoryCreated {
|
|
113356
|
+
...IssueHistory
|
|
113357
|
+
}
|
|
113358
|
+
issueHistoryUpdated {
|
|
113359
|
+
...IssueHistory
|
|
113360
|
+
}
|
|
113361
|
+
issueArchived {
|
|
113362
|
+
id
|
|
113363
|
+
}
|
|
113364
|
+
issueCreated {
|
|
113365
|
+
id
|
|
113366
|
+
}
|
|
113367
|
+
issueUpdated {
|
|
113368
|
+
id
|
|
113369
|
+
}
|
|
113370
|
+
issueLabelCreated {
|
|
113371
|
+
id
|
|
113372
|
+
}
|
|
113373
|
+
issueLabelDeleted {
|
|
113374
|
+
id
|
|
113375
|
+
}
|
|
113376
|
+
issueLabelUpdated {
|
|
113377
|
+
id
|
|
113378
|
+
}
|
|
113379
|
+
issueRelationCreated {
|
|
113380
|
+
id
|
|
113381
|
+
}
|
|
113382
|
+
issueRelationDeleted {
|
|
113383
|
+
id
|
|
113384
|
+
}
|
|
113385
|
+
issueRelationUpdated {
|
|
113386
|
+
id
|
|
113387
|
+
}
|
|
113388
|
+
userCreated {
|
|
113389
|
+
id
|
|
113390
|
+
}
|
|
113391
|
+
userUpdated {
|
|
113392
|
+
id
|
|
113393
|
+
}
|
|
113394
|
+
}
|
|
113395
|
+
fragment ActorBot on ActorBot {
|
|
113396
|
+
__typename
|
|
113397
|
+
avatarUrl
|
|
113398
|
+
name
|
|
113399
|
+
userDisplayName
|
|
113400
|
+
subType
|
|
113401
|
+
type
|
|
113402
|
+
id
|
|
113403
|
+
}
|
|
113404
|
+
fragment CustomerNeedNotification on CustomerNeedNotification {
|
|
113405
|
+
__typename
|
|
113406
|
+
type
|
|
113407
|
+
customerNeedId
|
|
113408
|
+
botActor {
|
|
113409
|
+
...ActorBot
|
|
113410
|
+
}
|
|
113411
|
+
category
|
|
113412
|
+
customerNeed {
|
|
113413
|
+
id
|
|
113414
|
+
}
|
|
113415
|
+
externalUserActor {
|
|
113416
|
+
id
|
|
113417
|
+
}
|
|
113418
|
+
relatedIssue {
|
|
113419
|
+
id
|
|
113420
|
+
}
|
|
113421
|
+
updatedAt
|
|
113422
|
+
relatedProject {
|
|
113423
|
+
id
|
|
113424
|
+
}
|
|
113425
|
+
emailedAt
|
|
113426
|
+
readAt
|
|
113427
|
+
unsnoozedAt
|
|
113428
|
+
archivedAt
|
|
113429
|
+
createdAt
|
|
113430
|
+
snoozedUntilAt
|
|
113431
|
+
id
|
|
113432
|
+
actor {
|
|
113433
|
+
id
|
|
113434
|
+
}
|
|
113435
|
+
user {
|
|
113436
|
+
id
|
|
113437
|
+
}
|
|
113438
|
+
}
|
|
113439
|
+
fragment CustomerNotification on CustomerNotification {
|
|
113440
|
+
__typename
|
|
113441
|
+
type
|
|
113442
|
+
customerId
|
|
113443
|
+
botActor {
|
|
113444
|
+
...ActorBot
|
|
113445
|
+
}
|
|
113446
|
+
category
|
|
113447
|
+
customer {
|
|
113448
|
+
id
|
|
113449
|
+
}
|
|
113450
|
+
externalUserActor {
|
|
113451
|
+
id
|
|
113452
|
+
}
|
|
113453
|
+
updatedAt
|
|
113454
|
+
emailedAt
|
|
113455
|
+
readAt
|
|
113456
|
+
unsnoozedAt
|
|
113457
|
+
archivedAt
|
|
113458
|
+
createdAt
|
|
113459
|
+
snoozedUntilAt
|
|
113460
|
+
id
|
|
113461
|
+
actor {
|
|
113462
|
+
id
|
|
113463
|
+
}
|
|
113464
|
+
user {
|
|
113465
|
+
id
|
|
113466
|
+
}
|
|
113467
|
+
}
|
|
113468
|
+
fragment DocumentContent on DocumentContent {
|
|
113469
|
+
__typename
|
|
113470
|
+
aiPromptRules {
|
|
113471
|
+
...AiPromptRules
|
|
113472
|
+
}
|
|
113473
|
+
content
|
|
113474
|
+
contentState
|
|
113475
|
+
document {
|
|
113476
|
+
id
|
|
113477
|
+
}
|
|
113478
|
+
initiative {
|
|
113479
|
+
id
|
|
113480
|
+
}
|
|
113481
|
+
issue {
|
|
113482
|
+
id
|
|
113483
|
+
}
|
|
113484
|
+
updatedAt
|
|
113485
|
+
projectMilestone {
|
|
113486
|
+
id
|
|
113487
|
+
}
|
|
113488
|
+
project {
|
|
113489
|
+
id
|
|
113490
|
+
}
|
|
113491
|
+
restoredAt
|
|
113492
|
+
archivedAt
|
|
113493
|
+
createdAt
|
|
113494
|
+
id
|
|
113495
|
+
welcomeMessage {
|
|
113496
|
+
...WelcomeMessage
|
|
113497
|
+
}
|
|
113498
|
+
}
|
|
113499
|
+
fragment DocumentNotification on DocumentNotification {
|
|
113500
|
+
__typename
|
|
113501
|
+
reactionEmoji
|
|
113502
|
+
type
|
|
113503
|
+
commentId
|
|
113504
|
+
documentId
|
|
113505
|
+
parentCommentId
|
|
113506
|
+
botActor {
|
|
113507
|
+
...ActorBot
|
|
113508
|
+
}
|
|
113509
|
+
category
|
|
113510
|
+
externalUserActor {
|
|
113511
|
+
id
|
|
113512
|
+
}
|
|
113513
|
+
updatedAt
|
|
113514
|
+
emailedAt
|
|
113515
|
+
readAt
|
|
113516
|
+
unsnoozedAt
|
|
113517
|
+
archivedAt
|
|
113518
|
+
createdAt
|
|
113519
|
+
snoozedUntilAt
|
|
113520
|
+
id
|
|
113521
|
+
actor {
|
|
113522
|
+
id
|
|
113523
|
+
}
|
|
113524
|
+
user {
|
|
113525
|
+
id
|
|
113526
|
+
}
|
|
113527
|
+
}
|
|
113528
|
+
fragment DocumentContentDraft on DocumentContentDraft {
|
|
113529
|
+
__typename
|
|
113530
|
+
contentState
|
|
113531
|
+
updatedAt
|
|
113532
|
+
archivedAt
|
|
113533
|
+
createdAt
|
|
113534
|
+
id
|
|
113535
|
+
documentContent {
|
|
113536
|
+
...DocumentContent
|
|
113537
|
+
}
|
|
113538
|
+
documentContentId
|
|
113539
|
+
user {
|
|
113540
|
+
id
|
|
113541
|
+
}
|
|
113542
|
+
userId
|
|
113543
|
+
}
|
|
113544
|
+
fragment Draft on Draft {
|
|
113545
|
+
__typename
|
|
113546
|
+
data
|
|
113547
|
+
parentComment {
|
|
113548
|
+
id
|
|
113549
|
+
}
|
|
113550
|
+
customerNeed {
|
|
113551
|
+
id
|
|
113552
|
+
}
|
|
113553
|
+
initiative {
|
|
113554
|
+
id
|
|
113555
|
+
}
|
|
113556
|
+
initiativeUpdate {
|
|
113557
|
+
id
|
|
113558
|
+
}
|
|
113559
|
+
issue {
|
|
113560
|
+
id
|
|
113561
|
+
}
|
|
113562
|
+
updatedAt
|
|
113563
|
+
project {
|
|
113564
|
+
id
|
|
113565
|
+
}
|
|
113566
|
+
projectUpdate {
|
|
113567
|
+
id
|
|
113568
|
+
}
|
|
113569
|
+
team {
|
|
113570
|
+
id
|
|
113571
|
+
}
|
|
113572
|
+
bodyData
|
|
113573
|
+
archivedAt
|
|
113574
|
+
createdAt
|
|
113575
|
+
id
|
|
113576
|
+
user {
|
|
113577
|
+
id
|
|
113578
|
+
}
|
|
113579
|
+
isAutogenerated
|
|
113580
|
+
}
|
|
113581
|
+
fragment Notification on Notification {
|
|
113582
|
+
__typename
|
|
113583
|
+
type
|
|
113584
|
+
botActor {
|
|
113585
|
+
...ActorBot
|
|
113586
|
+
}
|
|
113587
|
+
category
|
|
113588
|
+
externalUserActor {
|
|
113589
|
+
id
|
|
113590
|
+
}
|
|
113591
|
+
updatedAt
|
|
113592
|
+
emailedAt
|
|
113593
|
+
readAt
|
|
113594
|
+
unsnoozedAt
|
|
113595
|
+
archivedAt
|
|
113596
|
+
createdAt
|
|
113597
|
+
snoozedUntilAt
|
|
113598
|
+
id
|
|
113599
|
+
actor {
|
|
113600
|
+
id
|
|
113601
|
+
}
|
|
113602
|
+
user {
|
|
113603
|
+
id
|
|
113604
|
+
}
|
|
113605
|
+
... on CustomerNeedNotification {
|
|
113606
|
+
...CustomerNeedNotification
|
|
113607
|
+
}
|
|
113608
|
+
... on CustomerNotification {
|
|
113609
|
+
...CustomerNotification
|
|
113610
|
+
}
|
|
113611
|
+
... on DocumentNotification {
|
|
113612
|
+
...DocumentNotification
|
|
113613
|
+
}
|
|
113614
|
+
... on InitiativeNotification {
|
|
113615
|
+
...InitiativeNotification
|
|
113616
|
+
}
|
|
113617
|
+
... on IssueNotification {
|
|
113618
|
+
...IssueNotification
|
|
113619
|
+
}
|
|
113620
|
+
... on OauthClientApprovalNotification {
|
|
113621
|
+
...OauthClientApprovalNotification
|
|
113622
|
+
}
|
|
113623
|
+
... on PostNotification {
|
|
113624
|
+
...PostNotification
|
|
113625
|
+
}
|
|
113626
|
+
... on ProjectNotification {
|
|
113627
|
+
...ProjectNotification
|
|
113628
|
+
}
|
|
113629
|
+
... on PullRequestNotification {
|
|
113630
|
+
...PullRequestNotification
|
|
113631
|
+
}
|
|
113632
|
+
... on WelcomeMessageNotification {
|
|
113633
|
+
...WelcomeMessageNotification
|
|
113634
|
+
}
|
|
113635
|
+
}
|
|
113636
|
+
fragment PostNotification on PostNotification {
|
|
113637
|
+
__typename
|
|
113638
|
+
reactionEmoji
|
|
113639
|
+
type
|
|
113640
|
+
commentId
|
|
113641
|
+
parentCommentId
|
|
113642
|
+
postId
|
|
113643
|
+
botActor {
|
|
113644
|
+
...ActorBot
|
|
113645
|
+
}
|
|
113646
|
+
category
|
|
113647
|
+
externalUserActor {
|
|
113648
|
+
id
|
|
113649
|
+
}
|
|
113650
|
+
updatedAt
|
|
113651
|
+
emailedAt
|
|
113652
|
+
readAt
|
|
113653
|
+
unsnoozedAt
|
|
113654
|
+
archivedAt
|
|
113655
|
+
createdAt
|
|
113656
|
+
snoozedUntilAt
|
|
113657
|
+
id
|
|
113658
|
+
actor {
|
|
113659
|
+
id
|
|
113660
|
+
}
|
|
113661
|
+
user {
|
|
113662
|
+
id
|
|
113663
|
+
}
|
|
113664
|
+
}
|
|
113665
|
+
fragment ProjectNotification on ProjectNotification {
|
|
113666
|
+
__typename
|
|
113667
|
+
reactionEmoji
|
|
113668
|
+
type
|
|
113669
|
+
commentId
|
|
113670
|
+
parentCommentId
|
|
113671
|
+
projectId
|
|
113672
|
+
projectMilestoneId
|
|
113673
|
+
projectUpdateId
|
|
113674
|
+
botActor {
|
|
113675
|
+
...ActorBot
|
|
113676
|
+
}
|
|
113677
|
+
category
|
|
113678
|
+
comment {
|
|
113679
|
+
id
|
|
113680
|
+
}
|
|
113681
|
+
document {
|
|
113682
|
+
id
|
|
113683
|
+
}
|
|
113684
|
+
externalUserActor {
|
|
113685
|
+
id
|
|
113686
|
+
}
|
|
113687
|
+
updatedAt
|
|
113688
|
+
parentComment {
|
|
113689
|
+
id
|
|
113690
|
+
}
|
|
113691
|
+
project {
|
|
113692
|
+
id
|
|
113693
|
+
}
|
|
113694
|
+
projectUpdate {
|
|
113695
|
+
id
|
|
113696
|
+
}
|
|
113697
|
+
emailedAt
|
|
113698
|
+
readAt
|
|
113699
|
+
unsnoozedAt
|
|
113700
|
+
archivedAt
|
|
113701
|
+
createdAt
|
|
113702
|
+
snoozedUntilAt
|
|
113703
|
+
id
|
|
113704
|
+
actor {
|
|
113705
|
+
id
|
|
113706
|
+
}
|
|
113707
|
+
user {
|
|
113708
|
+
id
|
|
113709
|
+
}
|
|
113710
|
+
}
|
|
113711
|
+
fragment PullRequestNotification on PullRequestNotification {
|
|
113712
|
+
__typename
|
|
113713
|
+
type
|
|
113714
|
+
pullRequestCommentId
|
|
113715
|
+
pullRequestId
|
|
113716
|
+
botActor {
|
|
113717
|
+
...ActorBot
|
|
113718
|
+
}
|
|
113719
|
+
category
|
|
113720
|
+
externalUserActor {
|
|
113721
|
+
id
|
|
113722
|
+
}
|
|
113723
|
+
updatedAt
|
|
113724
|
+
emailedAt
|
|
113725
|
+
readAt
|
|
113726
|
+
unsnoozedAt
|
|
113727
|
+
archivedAt
|
|
113728
|
+
createdAt
|
|
113729
|
+
snoozedUntilAt
|
|
113730
|
+
id
|
|
113731
|
+
actor {
|
|
113732
|
+
id
|
|
113733
|
+
}
|
|
113734
|
+
user {
|
|
113735
|
+
id
|
|
113736
|
+
}
|
|
113737
|
+
}
|
|
113738
|
+
fragment IssueHistory on IssueHistory {
|
|
113739
|
+
__typename
|
|
113740
|
+
triageResponsibilityAutoAssigned
|
|
113741
|
+
relationChanges {
|
|
113742
|
+
...IssueRelationHistoryPayload
|
|
113743
|
+
}
|
|
113744
|
+
addedLabelIds
|
|
113745
|
+
removedLabelIds
|
|
113746
|
+
toSlaBreachesAt
|
|
113747
|
+
fromSlaBreachesAt
|
|
113748
|
+
actor {
|
|
113749
|
+
id
|
|
113750
|
+
}
|
|
113751
|
+
descriptionUpdatedBy {
|
|
113752
|
+
...User
|
|
113753
|
+
}
|
|
113754
|
+
actors {
|
|
113755
|
+
...User
|
|
113756
|
+
}
|
|
113757
|
+
fromDelegate {
|
|
113758
|
+
id
|
|
113759
|
+
}
|
|
113760
|
+
toDelegate {
|
|
113761
|
+
id
|
|
113762
|
+
}
|
|
113763
|
+
botActor {
|
|
113764
|
+
...ActorBot
|
|
113765
|
+
}
|
|
113766
|
+
fromCycle {
|
|
113767
|
+
id
|
|
113768
|
+
}
|
|
113769
|
+
toCycle {
|
|
113770
|
+
id
|
|
113771
|
+
}
|
|
113772
|
+
attachmentId
|
|
113773
|
+
customerNeedId
|
|
113774
|
+
toCycleId
|
|
113775
|
+
toParentId
|
|
113776
|
+
toConvertedProjectId
|
|
113777
|
+
toProjectId
|
|
113778
|
+
toStateId
|
|
113779
|
+
fromCycleId
|
|
113780
|
+
fromParentId
|
|
113781
|
+
fromProjectId
|
|
113782
|
+
fromStateId
|
|
113783
|
+
fromTeamId
|
|
113784
|
+
toTeamId
|
|
113785
|
+
fromAssigneeId
|
|
113786
|
+
toAssigneeId
|
|
113787
|
+
actorId
|
|
113788
|
+
issueImport {
|
|
113789
|
+
...IssueImport
|
|
113790
|
+
}
|
|
113791
|
+
issue {
|
|
113792
|
+
id
|
|
113793
|
+
}
|
|
113794
|
+
addedLabels {
|
|
113795
|
+
...IssueLabel
|
|
113796
|
+
}
|
|
113797
|
+
removedLabels {
|
|
113798
|
+
...IssueLabel
|
|
113799
|
+
}
|
|
113800
|
+
updatedAt
|
|
113801
|
+
attachment {
|
|
113802
|
+
id
|
|
113803
|
+
}
|
|
113804
|
+
toConvertedProject {
|
|
113805
|
+
id
|
|
113806
|
+
}
|
|
113807
|
+
fromParent {
|
|
113808
|
+
id
|
|
113809
|
+
}
|
|
113810
|
+
toParent {
|
|
113811
|
+
id
|
|
113812
|
+
}
|
|
113813
|
+
fromProjectMilestone {
|
|
113814
|
+
id
|
|
113815
|
+
}
|
|
113816
|
+
toProjectMilestone {
|
|
113817
|
+
id
|
|
113818
|
+
}
|
|
113819
|
+
fromProject {
|
|
113820
|
+
id
|
|
113821
|
+
}
|
|
113822
|
+
toProject {
|
|
113823
|
+
id
|
|
113824
|
+
}
|
|
113825
|
+
fromState {
|
|
113826
|
+
id
|
|
113827
|
+
}
|
|
113828
|
+
toState {
|
|
113829
|
+
id
|
|
113830
|
+
}
|
|
113831
|
+
fromTeam {
|
|
113832
|
+
id
|
|
113833
|
+
}
|
|
113834
|
+
toTeam {
|
|
113835
|
+
id
|
|
113836
|
+
}
|
|
113837
|
+
triageResponsibilityTeam {
|
|
113838
|
+
id
|
|
113839
|
+
}
|
|
113840
|
+
archivedAt
|
|
113841
|
+
createdAt
|
|
113842
|
+
toSlaStartedAt
|
|
113843
|
+
fromSlaStartedAt
|
|
113844
|
+
toSlaType
|
|
113845
|
+
fromSlaType
|
|
113846
|
+
id
|
|
113847
|
+
toAssignee {
|
|
113848
|
+
id
|
|
113849
|
+
}
|
|
113850
|
+
fromAssignee {
|
|
113851
|
+
id
|
|
113852
|
+
}
|
|
113853
|
+
triageResponsibilityNotifiedUsers {
|
|
113854
|
+
...User
|
|
113855
|
+
}
|
|
113856
|
+
fromDueDate
|
|
113857
|
+
toDueDate
|
|
113858
|
+
fromEstimate
|
|
113859
|
+
toEstimate
|
|
113860
|
+
fromPriority
|
|
113861
|
+
toPriority
|
|
113862
|
+
fromTitle
|
|
113863
|
+
toTitle
|
|
113864
|
+
fromSlaBreached
|
|
113865
|
+
toSlaBreached
|
|
113866
|
+
archived
|
|
113867
|
+
autoArchived
|
|
113868
|
+
autoClosed
|
|
113869
|
+
trashed
|
|
113870
|
+
updatedDescription
|
|
113871
|
+
}
|
|
113872
|
+
fragment User on User {
|
|
113873
|
+
__typename
|
|
113874
|
+
statusUntilAt
|
|
113875
|
+
description
|
|
113876
|
+
avatarUrl
|
|
113877
|
+
createdIssueCount
|
|
113878
|
+
disableReason
|
|
113879
|
+
avatarBackgroundColor
|
|
113880
|
+
statusEmoji
|
|
113881
|
+
initials
|
|
113882
|
+
statusLabel
|
|
113883
|
+
updatedAt
|
|
113884
|
+
lastSeen
|
|
113885
|
+
timezone
|
|
113886
|
+
archivedAt
|
|
113887
|
+
createdAt
|
|
113888
|
+
id
|
|
113889
|
+
gitHubUserId
|
|
113890
|
+
displayName
|
|
113891
|
+
email
|
|
113892
|
+
name
|
|
113893
|
+
url
|
|
113894
|
+
active
|
|
113895
|
+
guest
|
|
113896
|
+
app
|
|
113897
|
+
admin
|
|
113898
|
+
owner
|
|
113899
|
+
isAssignable
|
|
113900
|
+
isMentionable
|
|
113901
|
+
isMe
|
|
113902
|
+
supportsAgentSessions
|
|
113903
|
+
canAccessAnyPublicTeam
|
|
113904
|
+
calendarHash
|
|
113905
|
+
inviteHash
|
|
113906
|
+
}
|
|
113907
|
+
fragment WelcomeMessage on WelcomeMessage {
|
|
113908
|
+
__typename
|
|
113909
|
+
updatedAt
|
|
113910
|
+
archivedAt
|
|
113911
|
+
createdAt
|
|
113912
|
+
title
|
|
113913
|
+
id
|
|
113914
|
+
updatedBy {
|
|
113915
|
+
id
|
|
113916
|
+
}
|
|
113917
|
+
enabled
|
|
113918
|
+
}
|
|
113919
|
+
fragment WelcomeMessageNotification on WelcomeMessageNotification {
|
|
113920
|
+
__typename
|
|
113921
|
+
type
|
|
113922
|
+
welcomeMessageId
|
|
113923
|
+
botActor {
|
|
113924
|
+
...ActorBot
|
|
113925
|
+
}
|
|
113926
|
+
category
|
|
113927
|
+
externalUserActor {
|
|
113928
|
+
id
|
|
113929
|
+
}
|
|
113930
|
+
updatedAt
|
|
113931
|
+
emailedAt
|
|
113932
|
+
readAt
|
|
113933
|
+
unsnoozedAt
|
|
113934
|
+
archivedAt
|
|
113935
|
+
createdAt
|
|
113936
|
+
snoozedUntilAt
|
|
113937
|
+
id
|
|
113938
|
+
actor {
|
|
113939
|
+
id
|
|
113940
|
+
}
|
|
113941
|
+
user {
|
|
113942
|
+
id
|
|
113943
|
+
}
|
|
113944
|
+
}
|
|
113945
|
+
fragment AiPromptRules on AiPromptRules {
|
|
113946
|
+
__typename
|
|
113947
|
+
updatedAt
|
|
113948
|
+
archivedAt
|
|
113949
|
+
createdAt
|
|
113950
|
+
id
|
|
113951
|
+
updatedBy {
|
|
113952
|
+
id
|
|
113953
|
+
}
|
|
113954
|
+
}
|
|
113955
|
+
fragment IssueImport on IssueImport {
|
|
113956
|
+
__typename
|
|
113957
|
+
progress
|
|
113958
|
+
errorMetadata
|
|
113959
|
+
csvFileUrl
|
|
113960
|
+
serviceMetadata
|
|
113961
|
+
teamName
|
|
113962
|
+
mapping
|
|
113963
|
+
displayName
|
|
113964
|
+
creatorId
|
|
113965
|
+
updatedAt
|
|
113966
|
+
service
|
|
113967
|
+
status
|
|
113968
|
+
archivedAt
|
|
113969
|
+
createdAt
|
|
113970
|
+
id
|
|
113971
|
+
error
|
|
113972
|
+
}
|
|
113973
|
+
fragment InitiativeNotification on InitiativeNotification {
|
|
113974
|
+
__typename
|
|
113975
|
+
reactionEmoji
|
|
113976
|
+
type
|
|
113977
|
+
commentId
|
|
113978
|
+
initiativeId
|
|
113979
|
+
initiativeUpdateId
|
|
113980
|
+
parentCommentId
|
|
113981
|
+
botActor {
|
|
113982
|
+
...ActorBot
|
|
113983
|
+
}
|
|
113984
|
+
category
|
|
113985
|
+
comment {
|
|
113986
|
+
id
|
|
113987
|
+
}
|
|
113988
|
+
document {
|
|
113989
|
+
id
|
|
113990
|
+
}
|
|
113991
|
+
externalUserActor {
|
|
113992
|
+
id
|
|
113993
|
+
}
|
|
113994
|
+
initiative {
|
|
113995
|
+
id
|
|
113996
|
+
}
|
|
113997
|
+
initiativeUpdate {
|
|
113998
|
+
id
|
|
113999
|
+
}
|
|
114000
|
+
updatedAt
|
|
114001
|
+
parentComment {
|
|
114002
|
+
id
|
|
114003
|
+
}
|
|
114004
|
+
emailedAt
|
|
114005
|
+
readAt
|
|
114006
|
+
unsnoozedAt
|
|
114007
|
+
archivedAt
|
|
114008
|
+
createdAt
|
|
114009
|
+
snoozedUntilAt
|
|
114010
|
+
id
|
|
114011
|
+
actor {
|
|
114012
|
+
id
|
|
114013
|
+
}
|
|
114014
|
+
user {
|
|
114015
|
+
id
|
|
114016
|
+
}
|
|
114017
|
+
}
|
|
114018
|
+
fragment IssueNotification on IssueNotification {
|
|
114019
|
+
__typename
|
|
114020
|
+
reactionEmoji
|
|
114021
|
+
type
|
|
114022
|
+
commentId
|
|
114023
|
+
issueId
|
|
114024
|
+
parentCommentId
|
|
114025
|
+
botActor {
|
|
114026
|
+
...ActorBot
|
|
114027
|
+
}
|
|
114028
|
+
category
|
|
114029
|
+
comment {
|
|
114030
|
+
id
|
|
114031
|
+
}
|
|
114032
|
+
externalUserActor {
|
|
114033
|
+
id
|
|
114034
|
+
}
|
|
114035
|
+
issue {
|
|
114036
|
+
id
|
|
114037
|
+
}
|
|
114038
|
+
updatedAt
|
|
114039
|
+
parentComment {
|
|
114040
|
+
id
|
|
114041
|
+
}
|
|
114042
|
+
subscriptions {
|
|
114043
|
+
...NotificationSubscription
|
|
114044
|
+
}
|
|
114045
|
+
team {
|
|
114046
|
+
id
|
|
114047
|
+
}
|
|
114048
|
+
emailedAt
|
|
114049
|
+
readAt
|
|
114050
|
+
unsnoozedAt
|
|
114051
|
+
archivedAt
|
|
114052
|
+
createdAt
|
|
114053
|
+
snoozedUntilAt
|
|
114054
|
+
id
|
|
114055
|
+
actor {
|
|
114056
|
+
id
|
|
114057
|
+
}
|
|
114058
|
+
user {
|
|
114059
|
+
id
|
|
114060
|
+
}
|
|
114061
|
+
}
|
|
114062
|
+
fragment OauthClientApprovalNotification on OauthClientApprovalNotification {
|
|
114063
|
+
__typename
|
|
114064
|
+
type
|
|
114065
|
+
oauthClientApprovalId
|
|
114066
|
+
oauthClientApproval {
|
|
114067
|
+
...OauthClientApproval
|
|
114068
|
+
}
|
|
114069
|
+
botActor {
|
|
114070
|
+
...ActorBot
|
|
114071
|
+
}
|
|
114072
|
+
category
|
|
114073
|
+
externalUserActor {
|
|
114074
|
+
id
|
|
114075
|
+
}
|
|
114076
|
+
updatedAt
|
|
114077
|
+
emailedAt
|
|
114078
|
+
readAt
|
|
114079
|
+
unsnoozedAt
|
|
114080
|
+
archivedAt
|
|
114081
|
+
createdAt
|
|
114082
|
+
snoozedUntilAt
|
|
114083
|
+
id
|
|
114084
|
+
actor {
|
|
114085
|
+
id
|
|
114086
|
+
}
|
|
114087
|
+
user {
|
|
114088
|
+
id
|
|
114089
|
+
}
|
|
114090
|
+
}
|
|
114091
|
+
fragment IssueRelationHistoryPayload on IssueRelationHistoryPayload {
|
|
114092
|
+
__typename
|
|
114093
|
+
identifier
|
|
114094
|
+
type
|
|
114095
|
+
}
|
|
114096
|
+
fragment IssueLabel on IssueLabel {
|
|
114097
|
+
__typename
|
|
114098
|
+
lastAppliedAt
|
|
114099
|
+
color
|
|
114100
|
+
description
|
|
114101
|
+
name
|
|
114102
|
+
updatedAt
|
|
114103
|
+
inheritedFrom {
|
|
114104
|
+
id
|
|
114105
|
+
}
|
|
114106
|
+
parent {
|
|
114107
|
+
id
|
|
114108
|
+
}
|
|
114109
|
+
team {
|
|
114110
|
+
id
|
|
114111
|
+
}
|
|
114112
|
+
archivedAt
|
|
114113
|
+
createdAt
|
|
114114
|
+
id
|
|
114115
|
+
creator {
|
|
114116
|
+
id
|
|
114117
|
+
}
|
|
114118
|
+
retiredBy {
|
|
114119
|
+
id
|
|
114120
|
+
}
|
|
114121
|
+
isGroup
|
|
114122
|
+
}
|
|
114123
|
+
fragment NotificationSubscription on NotificationSubscription {
|
|
114124
|
+
__typename
|
|
114125
|
+
customView {
|
|
114126
|
+
id
|
|
114127
|
+
}
|
|
114128
|
+
cycle {
|
|
114129
|
+
id
|
|
114130
|
+
}
|
|
114131
|
+
initiative {
|
|
114132
|
+
id
|
|
114133
|
+
}
|
|
114134
|
+
label {
|
|
114135
|
+
id
|
|
114136
|
+
}
|
|
114137
|
+
project {
|
|
114138
|
+
id
|
|
114139
|
+
}
|
|
114140
|
+
customer {
|
|
114141
|
+
id
|
|
114142
|
+
}
|
|
114143
|
+
updatedAt
|
|
114144
|
+
team {
|
|
114145
|
+
id
|
|
114146
|
+
}
|
|
114147
|
+
archivedAt
|
|
114148
|
+
createdAt
|
|
114149
|
+
userContextViewType
|
|
114150
|
+
contextViewType
|
|
114151
|
+
id
|
|
114152
|
+
subscriber {
|
|
114153
|
+
id
|
|
114154
|
+
}
|
|
114155
|
+
user {
|
|
114156
|
+
id
|
|
114157
|
+
}
|
|
114158
|
+
active
|
|
114159
|
+
}
|
|
114160
|
+
fragment OauthClientApproval on OauthClientApproval {
|
|
114161
|
+
__typename
|
|
114162
|
+
newlyRequestedScopes
|
|
114163
|
+
updatedAt
|
|
114164
|
+
requesterId
|
|
114165
|
+
responderId
|
|
114166
|
+
requestReason
|
|
114167
|
+
denyReason
|
|
114168
|
+
scopes
|
|
114169
|
+
status
|
|
114170
|
+
archivedAt
|
|
114171
|
+
createdAt
|
|
114172
|
+
id
|
|
114173
|
+
oauthClientId
|
|
114174
|
+
}`, { fragmentName: "Subscription" });
|
|
113123
114175
|
new TypedDocumentString(`
|
|
113124
114176
|
fragment SuccessPayload on SuccessPayload {
|
|
113125
114177
|
__typename
|
|
@@ -181778,7 +182830,7 @@ var ji = Bt, Ii = Object.assign(Qe, { sync: Bt }), zi = Ut, Bi = Object.assign(e
|
|
|
181778
182830
|
});
|
|
181779
182831
|
Ze.glob = Ze;
|
|
181780
182832
|
//#endregion
|
|
181781
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
182833
|
+
//#region node_modules/.pnpm/clanka@0.2.38_@effect+ai-openai-compat@4.0.0-beta.40_effect@4.0.0-beta.40__@effect+ai-o_8b26d89888c4b7e6bcb90ea99ae4f7cf/node_modules/clanka/dist/ApplyPatch.js
|
|
181782
182834
|
/**
|
|
181783
182835
|
* @since 1.0.0
|
|
181784
182836
|
*/
|
|
@@ -196651,7 +197703,7 @@ var StreamableHTTPClientTransport = class {
|
|
|
196651
197703
|
}
|
|
196652
197704
|
};
|
|
196653
197705
|
//#endregion
|
|
196654
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
197706
|
+
//#region node_modules/.pnpm/clanka@0.2.38_@effect+ai-openai-compat@4.0.0-beta.40_effect@4.0.0-beta.40__@effect+ai-o_8b26d89888c4b7e6bcb90ea99ae4f7cf/node_modules/clanka/dist/McpClient.js
|
|
196655
197707
|
/**
|
|
196656
197708
|
* @since 1.0.0
|
|
196657
197709
|
*/
|
|
@@ -196696,7 +197748,7 @@ const layer$13 = effect$1(McpClient, gen(function* () {
|
|
|
196696
197748
|
});
|
|
196697
197749
|
}));
|
|
196698
197750
|
//#endregion
|
|
196699
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
197751
|
+
//#region node_modules/.pnpm/clanka@0.2.38_@effect+ai-openai-compat@4.0.0-beta.40_effect@4.0.0-beta.40__@effect+ai-o_8b26d89888c4b7e6bcb90ea99ae4f7cf/node_modules/clanka/dist/ExaSearch.js
|
|
196700
197752
|
/**
|
|
196701
197753
|
* @since 1.0.0
|
|
196702
197754
|
*/
|
|
@@ -211646,7 +212698,7 @@ var require_lib = /* @__PURE__ */ __commonJSMin$1(((exports) => {
|
|
|
211646
212698
|
exports.impl = impl;
|
|
211647
212699
|
}));
|
|
211648
212700
|
//#endregion
|
|
211649
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
212701
|
+
//#region node_modules/.pnpm/clanka@0.2.38_@effect+ai-openai-compat@4.0.0-beta.40_effect@4.0.0-beta.40__@effect+ai-o_8b26d89888c4b7e6bcb90ea99ae4f7cf/node_modules/clanka/dist/WebToMarkdown.js
|
|
211650
212702
|
/**
|
|
211651
212703
|
* @since 1.0.0
|
|
211652
212704
|
*/
|
|
@@ -214785,7 +215837,7 @@ function isEmptyParamsRecord(indexSignature) {
|
|
|
214785
215837
|
return indexSignature.parameter === string$3 && isNever(indexSignature.type);
|
|
214786
215838
|
}
|
|
214787
215839
|
//#endregion
|
|
214788
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
215840
|
+
//#region node_modules/.pnpm/clanka@0.2.38_@effect+ai-openai-compat@4.0.0-beta.40_effect@4.0.0-beta.40__@effect+ai-o_8b26d89888c4b7e6bcb90ea99ae4f7cf/node_modules/clanka/dist/SemanticSearch/Service.js
|
|
214789
215841
|
/**
|
|
214790
215842
|
* @since 1.0.0
|
|
214791
215843
|
*/
|
|
@@ -214811,7 +215863,7 @@ const maybeRemoveFile = (path) => serviceOption(SemanticSearch).pipe(flatMap$5(m
|
|
|
214811
215863
|
onSome: (service) => service.removeFile(path)
|
|
214812
215864
|
})));
|
|
214813
215865
|
//#endregion
|
|
214814
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
215866
|
+
//#region node_modules/.pnpm/clanka@0.2.38_@effect+ai-openai-compat@4.0.0-beta.40_effect@4.0.0-beta.40__@effect+ai-o_8b26d89888c4b7e6bcb90ea99ae4f7cf/node_modules/clanka/dist/AgentTools.js
|
|
214815
215867
|
/**
|
|
214816
215868
|
* @since 1.0.0
|
|
214817
215869
|
*/
|
|
@@ -214853,7 +215905,7 @@ const AgentTools = make$14(make$13("readFile", {
|
|
|
214853
215905
|
parameters: Struct$2({
|
|
214854
215906
|
pattern: String$1,
|
|
214855
215907
|
glob: optional$3(String$1).annotate({ documentation: "--glob" }),
|
|
214856
|
-
filesOnly: optional$3(Boolean$2).annotate({ documentation: "Only return file paths
|
|
215908
|
+
filesOnly: optional$3(Boolean$2).annotate({ documentation: "Only return file paths --files-with-matches" }),
|
|
214857
215909
|
maxLines: optional$3(Finite).annotate({ documentation: "The total maximum number of lines to return across all files (default: 500)" })
|
|
214858
215910
|
}),
|
|
214859
215911
|
success: String$1,
|
|
@@ -214898,18 +215950,18 @@ const AgentTools = make$14(make$13("readFile", {
|
|
|
214898
215950
|
}).annotate({ identifier: "command" }),
|
|
214899
215951
|
success: String$1,
|
|
214900
215952
|
dependencies: [CurrentDirectory]
|
|
215953
|
+
}), make$13("applyPatch", {
|
|
215954
|
+
description: "Add, update or remove multiple files with a git diff / unified diff / wrapped patch.",
|
|
215955
|
+
parameters: String$1.annotate({ identifier: "patch" }),
|
|
215956
|
+
success: String$1,
|
|
215957
|
+
dependencies: [CurrentDirectory]
|
|
214901
215958
|
}), make$13("writeFile", {
|
|
214902
|
-
description: "Write content to a file, creating parent directories if needed.
|
|
215959
|
+
description: "Write content to a file, creating parent directories if needed. Prefer applyPatch to update existing files.",
|
|
214903
215960
|
parameters: Struct$2({
|
|
214904
215961
|
path: String$1,
|
|
214905
215962
|
content: String$1
|
|
214906
215963
|
}),
|
|
214907
215964
|
dependencies: [CurrentDirectory]
|
|
214908
|
-
}), make$13("applyPatch", {
|
|
214909
|
-
description: "Add, update or remove multiple files with a git diff / unified diff / wrapped patch.",
|
|
214910
|
-
parameters: String$1.annotate({ identifier: "patch" }),
|
|
214911
|
-
success: String$1,
|
|
214912
|
-
dependencies: [CurrentDirectory]
|
|
214913
215965
|
}), make$13("removeFile", {
|
|
214914
215966
|
description: "Remove a file.",
|
|
214915
215967
|
parameters: String$1.annotate({ identifier: "path" }),
|
|
@@ -215006,10 +216058,10 @@ const AgentToolHandlersNoDeps = AgentToolsWithSearch.toLayer(gen(function* () {
|
|
|
215006
216058
|
yield* maybeRemoveFile(pathService.relative(cwd, from));
|
|
215007
216059
|
yield* maybeUpdateFile(pathService.relative(cwd, to));
|
|
215008
216060
|
}, orDie$2),
|
|
215009
|
-
ls: fn("AgentTools.ls")(function* (
|
|
215010
|
-
yield* logInfo(`Calling "ls"`).pipe(annotateLogs({
|
|
216061
|
+
ls: fn("AgentTools.ls")(function* (directory) {
|
|
216062
|
+
yield* logInfo(`Calling "ls"`).pipe(annotateLogs({ directory }));
|
|
215011
216063
|
const cwd = yield* CurrentDirectory;
|
|
215012
|
-
return yield* fs.readDirectory(pathService.resolve(cwd,
|
|
216064
|
+
return yield* fs.readDirectory(pathService.resolve(cwd, directory)).pipe(orDie$2);
|
|
215013
216065
|
}),
|
|
215014
216066
|
search: fn("AgentTools.search")(function* (query) {
|
|
215015
216067
|
yield* logInfo(`Calling "search"`).pipe(annotateLogs({ query }));
|
|
@@ -215214,7 +216266,7 @@ const AgentToolHandlers = AgentToolHandlersNoDeps.pipe(provide$3([layer$12, laye
|
|
|
215214
216266
|
AgentToolHandlersNoDeps.pipe(provide$3([mock(ExaSearch)({}), mock(WebToMarkdown)({})]));
|
|
215215
216267
|
var ApplyPatchError = class extends TaggedClass$2("ApplyPatchError") {};
|
|
215216
216268
|
//#endregion
|
|
215217
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
216269
|
+
//#region node_modules/.pnpm/clanka@0.2.38_@effect+ai-openai-compat@4.0.0-beta.40_effect@4.0.0-beta.40__@effect+ai-o_8b26d89888c4b7e6bcb90ea99ae4f7cf/node_modules/clanka/dist/TypeBuilder.js
|
|
215218
216270
|
const resolveDocumentation = resolveAt("documentation");
|
|
215219
216271
|
const identifierPattern = /^[$A-Z_a-z][$0-9A-Z_a-z]*$/u;
|
|
215220
216272
|
const Precedence = {
|
|
@@ -215487,7 +216539,7 @@ const render = (schema, options) => {
|
|
|
215487
216539
|
return printNode({ text: documentation === void 0 ? rendered.text : `${renderJsDoc(documentation, 0, printerOptions)}${printerOptions.newLine}${rendered.text}` }, printerOptions);
|
|
215488
216540
|
};
|
|
215489
216541
|
//#endregion
|
|
215490
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
216542
|
+
//#region node_modules/.pnpm/clanka@0.2.38_@effect+ai-openai-compat@4.0.0-beta.40_effect@4.0.0-beta.40__@effect+ai-o_8b26d89888c4b7e6bcb90ea99ae4f7cf/node_modules/clanka/dist/ToolkitRenderer.js
|
|
215491
216543
|
/**
|
|
215492
216544
|
* @since 1.0.0
|
|
215493
216545
|
*/
|
|
@@ -215509,7 +216561,7 @@ declare function ${name}(${params}): Promise<${render(tool.successSchema)}>`);
|
|
|
215509
216561
|
}) });
|
|
215510
216562
|
};
|
|
215511
216563
|
//#endregion
|
|
215512
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
216564
|
+
//#region node_modules/.pnpm/clanka@0.2.38_@effect+ai-openai-compat@4.0.0-beta.40_effect@4.0.0-beta.40__@effect+ai-o_8b26d89888c4b7e6bcb90ea99ae4f7cf/node_modules/clanka/dist/ScriptPreprocessing.js
|
|
215513
216565
|
const callTemplateTargets = ["applyPatch", "taskComplete"];
|
|
215514
216566
|
const objectPropertyTargets = [{
|
|
215515
216567
|
functionName: "writeFile",
|
|
@@ -216071,7 +217123,7 @@ const rewriteAssignedTargets = (script) => {
|
|
|
216071
217123
|
};
|
|
216072
217124
|
const preprocessScript = (script) => rewriteAssignedTargets(rewriteDirectTemplates(script));
|
|
216073
217125
|
//#endregion
|
|
216074
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
217126
|
+
//#region node_modules/.pnpm/clanka@0.2.38_@effect+ai-openai-compat@4.0.0-beta.40_effect@4.0.0-beta.40__@effect+ai-o_8b26d89888c4b7e6bcb90ea99ae4f7cf/node_modules/clanka/dist/AgentExecutor.js
|
|
216075
217127
|
/**
|
|
216076
217128
|
* @since 1.0.0
|
|
216077
217129
|
*/
|
|
@@ -216256,7 +217308,7 @@ var QueueWriteStream = class extends Writable {
|
|
|
216256
217308
|
}
|
|
216257
217309
|
};
|
|
216258
217310
|
//#endregion
|
|
216259
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
217311
|
+
//#region node_modules/.pnpm/clanka@0.2.38_@effect+ai-openai-compat@4.0.0-beta.40_effect@4.0.0-beta.40__@effect+ai-o_8b26d89888c4b7e6bcb90ea99ae4f7cf/node_modules/clanka/dist/ScriptExtraction.js
|
|
216260
217312
|
const stripWrappingCodeFence = (script) => {
|
|
216261
217313
|
const lines = script.split(/\r?\n/);
|
|
216262
217314
|
if (lines.length < 2) return script;
|
|
@@ -217805,7 +218857,7 @@ const applySpanTransformer = (transformer, response, options) => {
|
|
|
217805
218857
|
});
|
|
217806
218858
|
};
|
|
217807
218859
|
//#endregion
|
|
217808
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
218860
|
+
//#region node_modules/.pnpm/clanka@0.2.38_@effect+ai-openai-compat@4.0.0-beta.40_effect@4.0.0-beta.40__@effect+ai-o_8b26d89888c4b7e6bcb90ea99ae4f7cf/node_modules/clanka/dist/Agent.js
|
|
217809
218861
|
/**
|
|
217810
218862
|
* @since 1.0.0
|
|
217811
218863
|
*/
|
|
@@ -218091,61 +219143,60 @@ ${content}
|
|
|
218091
219143
|
});
|
|
218092
219144
|
});
|
|
218093
219145
|
const retryPolicy = exponential(100, 1.5).pipe(either(spaced(5e3)), jittered);
|
|
218094
|
-
const defaultSystem = (options) => `You are a world-class software engineer: precise
|
|
218095
|
-
|
|
218096
|
-
- Fully read and understand your task before proceeding.
|
|
218097
|
-
- Only add comments when necessary.
|
|
219146
|
+
const defaultSystem = (options) => `You are a world-class software engineer: precise and efficient.
|
|
218098
219147
|
|
|
218099
219148
|
${options.toolInstructions}
|
|
218100
219149
|
|
|
218101
219150
|
${options.agentsMd}
|
|
218102
219151
|
`;
|
|
218103
|
-
const generateSystemTools = (capabilities, conversationMode) =>
|
|
219152
|
+
const generateSystemTools = (capabilities, conversationMode) => `You only have one tool available: "execute", to run javascript code to do your work.
|
|
218104
219153
|
|
|
218105
219154
|
- Use \`console.log\` to print any output you need.
|
|
218106
|
-
|
|
218107
|
-
-
|
|
218108
|
-
- PREFER USING the "search" function over "rg", unless you are targeting specific files or patterns.` : ""}
|
|
218109
|
-
- Do as much work as possible in a single script, using \`Promise.all\` to run multiple functions in parallel.
|
|
219155
|
+
- Use top level await.${capabilities.supportsSearch ? `
|
|
219156
|
+
- Prefer using the "search" function over "rg", unless you are targeting specific files or patterns.` : ""}
|
|
218110
219157
|
- You can add / update / remove multiple files in one go with "applyPatch".
|
|
218111
|
-
-
|
|
218112
|
-
-
|
|
218113
|
-
-
|
|
219158
|
+
- Avoid passing scripts into the "bash" function, and instead write javascript.
|
|
219159
|
+
- Variables are not shared between executions.
|
|
219160
|
+
- Do not use \`require\`, \`import\`, \`process\`, or any other Node.js apis.
|
|
218114
219161
|
- Make use of the todo functions to keep track of your progress.${conversationMode ? "" : `
|
|
218115
219162
|
|
|
218116
219163
|
When you have fully completed your task, call the "taskComplete" function with the final output.
|
|
218117
|
-
DO NOT output the final result without wrapping it with "taskComplete".
|
|
218118
219164
|
Make sure every detail of the task is done before calling "taskComplete".`}
|
|
218119
219165
|
|
|
218120
|
-
|
|
218121
|
-
|
|
218122
|
-
\`\`\`ts
|
|
218123
|
-
${capabilities.toolsDts}
|
|
218124
|
-
|
|
218125
|
-
/** The global Fetch API available for making HTTP requests. */
|
|
218126
|
-
declare const fetch: typeof globalThis.fetch
|
|
218127
|
-
\`\`\`
|
|
218128
|
-
|
|
218129
|
-
For example, here is how you would read a file. First you would execute
|
|
218130
|
-
javascript code that uses the "readFile" function:
|
|
219166
|
+
Here is how you would read a file and list a directory:
|
|
218131
219167
|
|
|
218132
219168
|
\`\`\`
|
|
218133
|
-
const content = await
|
|
218134
|
-
|
|
218135
|
-
|
|
218136
|
-
|
|
218137
|
-
|
|
218138
|
-
|
|
219169
|
+
const [files, content] = await Promise.all([
|
|
219170
|
+
ls("."),
|
|
219171
|
+
readFile({
|
|
219172
|
+
path: "package.json",
|
|
219173
|
+
startLine: 1,
|
|
219174
|
+
endLine: 10,
|
|
219175
|
+
})
|
|
219176
|
+
])
|
|
219177
|
+
console.log("files:", files)
|
|
219178
|
+
console.log("package.json:", JSON.parse(content))
|
|
218139
219179
|
\`\`\`
|
|
218140
219180
|
|
|
218141
219181
|
And then you will revieve back the console output:
|
|
218142
219182
|
|
|
218143
219183
|
\`\`\`
|
|
219184
|
+
[22:44:53.050] INFO (#47): Calling "ls" { directory: '.' }
|
|
218144
219185
|
[22:44:53.054] INFO (#47): Calling "readFile" { path: 'package.json' }
|
|
218145
|
-
|
|
219186
|
+
files: [ 'package.json' ]
|
|
219187
|
+
package.json: {
|
|
218146
219188
|
"name": "my-project",
|
|
218147
219189
|
"version": "1.0.0"
|
|
218148
219190
|
}
|
|
219191
|
+
\`\`\`
|
|
219192
|
+
|
|
219193
|
+
These are the functions available to you:
|
|
219194
|
+
|
|
219195
|
+
\`\`\`ts
|
|
219196
|
+
${capabilities.toolsDts}
|
|
219197
|
+
|
|
219198
|
+
/** The global Fetch API available for making HTTP requests. */
|
|
219199
|
+
declare const fetch: typeof globalThis.fetch
|
|
218149
219200
|
\`\`\``;
|
|
218150
219201
|
var ScriptExecutor = class extends Service$1()("clanka/Agent/ScriptExecutor") {};
|
|
218151
219202
|
const SingleTools = make$14(make$13("execute", {
|
|
@@ -229326,7 +230377,7 @@ const transformToolCallParams = /* @__PURE__ */ fnUntraced(function* (tools, too
|
|
|
229326
230377
|
})));
|
|
229327
230378
|
});
|
|
229328
230379
|
//#endregion
|
|
229329
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
230380
|
+
//#region node_modules/.pnpm/clanka@0.2.38_@effect+ai-openai-compat@4.0.0-beta.40_effect@4.0.0-beta.40__@effect+ai-o_8b26d89888c4b7e6bcb90ea99ae4f7cf/node_modules/clanka/dist/CodexAuth.js
|
|
229330
230381
|
/**
|
|
229331
230382
|
* @since 1.0.0
|
|
229332
230383
|
*/
|
|
@@ -229546,7 +230597,7 @@ var CodexAuth = class CodexAuth extends Service$1()("clanka/CodexAuth") {
|
|
|
229546
230597
|
static layerClient = this.layerClientNoDeps.pipe(provide$3(CodexAuth.layer));
|
|
229547
230598
|
};
|
|
229548
230599
|
//#endregion
|
|
229549
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
230600
|
+
//#region node_modules/.pnpm/clanka@0.2.38_@effect+ai-openai-compat@4.0.0-beta.40_effect@4.0.0-beta.40__@effect+ai-o_8b26d89888c4b7e6bcb90ea99ae4f7cf/node_modules/clanka/dist/Codex.js
|
|
229550
230601
|
/**
|
|
229551
230602
|
* @since 1.0.0
|
|
229552
230603
|
*/
|
|
@@ -229572,7 +230623,7 @@ const layerModel = (model, options) => layer$7({
|
|
|
229572
230623
|
}
|
|
229573
230624
|
}).pipe(merge$6(AgentModelConfig.layer({ systemPromptTransform: (system, effect) => withConfigOverride(effect, { instructions: system }) })));
|
|
229574
230625
|
//#endregion
|
|
229575
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
230626
|
+
//#region node_modules/.pnpm/clanka@0.2.38_@effect+ai-openai-compat@4.0.0-beta.40_effect@4.0.0-beta.40__@effect+ai-o_8b26d89888c4b7e6bcb90ea99ae4f7cf/node_modules/clanka/dist/CodeChunker.js
|
|
229576
230627
|
/**
|
|
229577
230628
|
* @since 1.0.0
|
|
229578
230629
|
*/
|
|
@@ -231332,7 +232383,7 @@ const getUsageDetailNumber = (details, field) => {
|
|
|
231332
232383
|
return typeof value === "number" ? value : void 0;
|
|
231333
232384
|
};
|
|
231334
232385
|
//#endregion
|
|
231335
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
232386
|
+
//#region node_modules/.pnpm/clanka@0.2.38_@effect+ai-openai-compat@4.0.0-beta.40_effect@4.0.0-beta.40__@effect+ai-o_8b26d89888c4b7e6bcb90ea99ae4f7cf/node_modules/clanka/dist/CopilotAuth.js
|
|
231336
232387
|
/**
|
|
231337
232388
|
* @since 1.0.0
|
|
231338
232389
|
*/
|
|
@@ -231523,7 +232574,7 @@ var GithubCopilotAuth = class GithubCopilotAuth extends Service$1()("clanka/Gith
|
|
|
231523
232574
|
static layerClient = this.layerClientNoDeps.pipe(provide$3(GithubCopilotAuth.layer));
|
|
231524
232575
|
};
|
|
231525
232576
|
//#endregion
|
|
231526
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
232577
|
+
//#region node_modules/.pnpm/clanka@0.2.38_@effect+ai-openai-compat@4.0.0-beta.40_effect@4.0.0-beta.40__@effect+ai-o_8b26d89888c4b7e6bcb90ea99ae4f7cf/node_modules/clanka/dist/Copilot.js
|
|
231527
232578
|
/**
|
|
231528
232579
|
* @since 1.0.0
|
|
231529
232580
|
*/
|
|
@@ -231943,7 +232994,7 @@ Object.defineProperties(createChalk.prototype, styles);
|
|
|
231943
232994
|
const chalk = createChalk();
|
|
231944
232995
|
createChalk({ level: stderrColor ? stderrColor.level : 0 });
|
|
231945
232996
|
//#endregion
|
|
231946
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
232997
|
+
//#region node_modules/.pnpm/clanka@0.2.38_@effect+ai-openai-compat@4.0.0-beta.40_effect@4.0.0-beta.40__@effect+ai-o_8b26d89888c4b7e6bcb90ea99ae4f7cf/node_modules/clanka/dist/OutputFormatter.js
|
|
231947
232998
|
/**
|
|
231948
232999
|
* @since 1.0.0
|
|
231949
233000
|
*/
|
|
@@ -232651,7 +233702,7 @@ select * from ${sql(options.tableName)} where ${sql(idColumn)} = LAST_INSERT_ID(
|
|
|
232651
233702
|
};
|
|
232652
233703
|
});
|
|
232653
233704
|
//#endregion
|
|
232654
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
233705
|
+
//#region node_modules/.pnpm/clanka@0.2.38_@effect+ai-openai-compat@4.0.0-beta.40_effect@4.0.0-beta.40__@effect+ai-o_8b26d89888c4b7e6bcb90ea99ae4f7cf/node_modules/clanka/dist/ChunkRepo.js
|
|
232655
233706
|
/**
|
|
232656
233707
|
* @since 1.0.0
|
|
232657
233708
|
* @category Models
|
|
@@ -232917,7 +233968,7 @@ const run$1 = /* @__PURE__ */ make$25({});
|
|
|
232917
233968
|
*/
|
|
232918
233969
|
const layer$1 = (options) => effectDiscard(run$1(options));
|
|
232919
233970
|
//#endregion
|
|
232920
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
233971
|
+
//#region node_modules/.pnpm/clanka@0.2.38_@effect+ai-openai-compat@4.0.0-beta.40_effect@4.0.0-beta.40__@effect+ai-o_8b26d89888c4b7e6bcb90ea99ae4f7cf/node_modules/clanka/dist/internal/sqlite-vector.js
|
|
232921
233972
|
/**
|
|
232922
233973
|
* Binary extension for each platform
|
|
232923
233974
|
*/
|
|
@@ -233034,7 +234085,7 @@ function getExtensionPath() {
|
|
|
233034
234085
|
throw new ExtensionNotFoundError(`SQLite Vector extension not found for platform: ${getCurrentPlatform()}\n\nThe platform-specific package "${getPlatformPackageName()}" is not installed.\nThis usually happens when:\n 1. Your platform is not supported\n 2. npm failed to install optional dependencies\n 3. You're installing with --no-optional flag\n\nTry running: npm install --force`);
|
|
233035
234086
|
}
|
|
233036
234087
|
//#endregion
|
|
233037
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
234088
|
+
//#region node_modules/.pnpm/clanka@0.2.38_@effect+ai-openai-compat@4.0.0-beta.40_effect@4.0.0-beta.40__@effect+ai-o_8b26d89888c4b7e6bcb90ea99ae4f7cf/node_modules/clanka/dist/Sqlite.js
|
|
233038
234089
|
/**
|
|
233039
234090
|
* @since 1.0.0
|
|
233040
234091
|
*/
|
|
@@ -233062,7 +234113,7 @@ const SqliteLayer = (database) => layer$1({ loader: fromRecord({ "0001_create_ch
|
|
|
233062
234113
|
yield* fs.makeDirectory(directory, { recursive: true });
|
|
233063
234114
|
}))));
|
|
233064
234115
|
//#endregion
|
|
233065
|
-
//#region node_modules/.pnpm/clanka@0.2.
|
|
234116
|
+
//#region node_modules/.pnpm/clanka@0.2.38_@effect+ai-openai-compat@4.0.0-beta.40_effect@4.0.0-beta.40__@effect+ai-o_8b26d89888c4b7e6bcb90ea99ae4f7cf/node_modules/clanka/dist/SemanticSearch.js
|
|
233066
234117
|
/**
|
|
233067
234118
|
* @since 1.0.0
|
|
233068
234119
|
*/
|
|
@@ -242743,7 +243794,7 @@ const commandEdit = make$60("edit").pipe(withDescription("Open the selected proj
|
|
|
242743
243794
|
const commandSource = make$60("source").pipe(withDescription("Select the issue source to use (e.g. GitHub Issues or Linear). This applies to all projects."), withHandler(() => selectIssueSource), provide(Settings.layer));
|
|
242744
243795
|
//#endregion
|
|
242745
243796
|
//#region package.json
|
|
242746
|
-
var version = "0.3.
|
|
243797
|
+
var version = "0.3.113";
|
|
242747
243798
|
//#endregion
|
|
242748
243799
|
//#region src/Tracing.ts
|
|
242749
243800
|
const TracingLayer = unwrap$3(gen(function* () {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lalph",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.113",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
"@effect/ai-openai-compat": "4.0.0-beta.40",
|
|
42
42
|
"@effect/language-service": "^0.83.1",
|
|
43
43
|
"@effect/platform-node": "4.0.0-beta.40",
|
|
44
|
-
"@linear/sdk": "^
|
|
44
|
+
"@linear/sdk": "^80.0.0",
|
|
45
45
|
"@octokit/plugin-rest-endpoint-methods": "^17.0.0",
|
|
46
46
|
"@octokit/types": "^16.0.0",
|
|
47
47
|
"@typescript/native-preview": "7.0.0-dev.20260324.1",
|
|
48
|
-
"clanka": "^0.2.
|
|
48
|
+
"clanka": "^0.2.38",
|
|
49
49
|
"concurrently": "^9.2.1",
|
|
50
50
|
"effect": "4.0.0-beta.40",
|
|
51
51
|
"husky": "^9.1.7",
|