@vscode/chat-lib 0.60.2026080401 → 0.61.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/dist/src/_internal/extension/conversation/common/languageModelAccess.d.ts +16 -0
  2. package/dist/src/_internal/extension/conversation/common/languageModelAccess.d.ts.map +1 -1
  3. package/dist/src/_internal/extension/conversation/common/languageModelAccess.js +45 -0
  4. package/dist/src/_internal/extension/conversation/common/languageModelAccess.js.map +1 -1
  5. package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts +4 -1
  6. package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts.map +1 -1
  7. package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js +23 -9
  8. package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js.map +1 -1
  9. package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.js +2 -2
  10. package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.js.map +1 -1
  11. package/dist/src/_internal/extension/xtab/common/diffHistoryForPrompt.d.ts +3 -2
  12. package/dist/src/_internal/extension/xtab/common/diffHistoryForPrompt.d.ts.map +1 -1
  13. package/dist/src/_internal/extension/xtab/common/diffHistoryForPrompt.js +29 -13
  14. package/dist/src/_internal/extension/xtab/common/diffHistoryForPrompt.js.map +1 -1
  15. package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts +4 -3
  16. package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts.map +1 -1
  17. package/dist/src/_internal/extension/xtab/common/promptCrafting.js +21 -11
  18. package/dist/src/_internal/extension/xtab/common/promptCrafting.js.map +1 -1
  19. package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.d.ts.map +1 -1
  20. package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.js +3 -1
  21. package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.js.map +1 -1
  22. package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts.map +1 -1
  23. package/dist/src/_internal/extension/xtab/node/xtabProvider.js +8 -3
  24. package/dist/src/_internal/extension/xtab/node/xtabProvider.js.map +1 -1
  25. package/dist/src/_internal/platform/configuration/common/configurationService.d.ts +19 -5
  26. package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
  27. package/dist/src/_internal/platform/configuration/common/configurationService.js +19 -5
  28. package/dist/src/_internal/platform/configuration/common/configurationService.js.map +1 -1
  29. package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts +7 -1
  30. package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts.map +1 -1
  31. package/dist/src/_internal/platform/endpoint/common/endpointProvider.js.map +1 -1
  32. package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts +3 -1
  33. package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts.map +1 -1
  34. package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js +14 -4
  35. package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js.map +1 -1
  36. package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts.map +1 -1
  37. package/dist/src/_internal/platform/endpoint/node/messagesApi.js +13 -6
  38. package/dist/src/_internal/platform/endpoint/node/messagesApi.js.map +1 -1
  39. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts +14 -0
  40. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts.map +1 -1
  41. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js +17 -1
  42. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js.map +1 -1
  43. package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts +3 -2
  44. package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts.map +1 -1
  45. package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.js +2 -1
  46. package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.js.map +1 -1
  47. package/dist/src/_internal/platform/inlineEdits/common/workspaceEditTracker/nesXtabHistoryTracker.d.ts +18 -0
  48. package/dist/src/_internal/platform/inlineEdits/common/workspaceEditTracker/nesXtabHistoryTracker.d.ts.map +1 -1
  49. package/dist/src/_internal/platform/inlineEdits/common/workspaceEditTracker/nesXtabHistoryTracker.js +58 -2
  50. package/dist/src/_internal/platform/inlineEdits/common/workspaceEditTracker/nesXtabHistoryTracker.js.map +1 -1
  51. package/dist/src/_internal/platform/networking/common/networking.d.ts +6 -1
  52. package/dist/src/_internal/platform/networking/common/networking.d.ts.map +1 -1
  53. package/dist/src/_internal/platform/networking/common/networking.js.map +1 -1
  54. package/dist/src/_internal/platform/otel/common/genAiAttributes.d.ts +0 -2
  55. package/dist/src/_internal/platform/otel/common/genAiAttributes.d.ts.map +1 -1
  56. package/dist/src/_internal/platform/otel/common/genAiAttributes.js +0 -2
  57. package/dist/src/_internal/platform/otel/common/genAiAttributes.js.map +1 -1
  58. package/dist/src/_internal/platform/telemetry/common/telemetry.d.ts.map +1 -1
  59. package/dist/src/_internal/platform/telemetry/common/telemetry.js +6 -1
  60. package/dist/src/_internal/platform/telemetry/common/telemetry.js.map +1 -1
  61. package/dist/src/package.json +42 -225
  62. package/package.json +2 -3
@@ -2,7 +2,7 @@
2
2
  "name": "copilot-chat",
3
3
  "displayName": "GitHub Copilot",
4
4
  "description": "AI chat features powered by Copilot",
5
- "version": "0.60.2026080401",
5
+ "version": "0.61.0",
6
6
  "build": "1",
7
7
  "completionsCoreVersion": "1.378.1799",
8
8
  "internalLargeStorageAriaKey": "ec712b3202c5462fb6877acae7f1f9d7-c19ad55e-3e3c-4f99-984b-827f6d95bd9e-6917",
@@ -22,7 +22,7 @@
22
22
  "icon": "assets/copilot.png",
23
23
  "pricing": "Trial",
24
24
  "engines": {
25
- "vscode": "^1.132.0",
25
+ "vscode": "^1.133.0",
26
26
  "npm": ">=9.0.0",
27
27
  "node": ">=22.14.0"
28
28
  },
@@ -1739,11 +1739,6 @@
1739
1739
  "displayName": "Copilot CLI",
1740
1740
  "when": "false"
1741
1741
  },
1742
- {
1743
- "vendor": "claude-code",
1744
- "displayName": "Claude Code",
1745
- "when": "false"
1746
- },
1747
1742
  {
1748
1743
  "vendor": "anthropic",
1749
1744
  "displayName": "Anthropic",
@@ -2430,21 +2425,6 @@
2430
2425
  "command": "github.copilot.chat.triggerPermissiveSignIn",
2431
2426
  "title": "%github.copilot.command.triggerPermissiveSignIn%"
2432
2427
  },
2433
- {
2434
- "command": "copilot.claude.agents",
2435
- "title": "Manage Agents",
2436
- "category": "Claude Agent"
2437
- },
2438
- {
2439
- "command": "copilot.claude.hooks",
2440
- "title": "Configure Hooks",
2441
- "category": "Claude Agent"
2442
- },
2443
- {
2444
- "command": "copilot.claude.memory",
2445
- "title": "Open Memory Files",
2446
- "category": "Claude Agent"
2447
- },
2448
2428
  {
2449
2429
  "command": "github.copilot.cli.sessions.delete",
2450
2430
  "title": "%github.copilot.command.deleteAgentSession%",
@@ -2473,12 +2453,6 @@
2473
2453
  "title": "%github.copilot.command.cli.sessions.setTitle%",
2474
2454
  "category": "Copilot CLI"
2475
2455
  },
2476
- {
2477
- "command": "github.copilot.claude.sessions.rename",
2478
- "title": "%github.copilot.command.claude.sessions.rename%",
2479
- "icon": "$(edit)",
2480
- "category": "Claude"
2481
- },
2482
2456
  {
2483
2457
  "command": "github.copilot.cli.sessions.openRepository",
2484
2458
  "title": "%github.copilot.command.cli.sessions.openRepository%",
@@ -3195,34 +3169,6 @@
3195
3169
  "enablement": "!chatSessionRequestInProgress",
3196
3170
  "icon": "$(repo)",
3197
3171
  "category": "GitHub Copilot"
3198
- },
3199
- {
3200
- "command": "github.copilot.claude.sessions.commit",
3201
- "title": "%github.copilot.command.claude.sessions.commit%",
3202
- "enablement": "!chatSessionRequestInProgress",
3203
- "icon": "$(git-commit)",
3204
- "category": "GitHub Copilot"
3205
- },
3206
- {
3207
- "command": "github.copilot.claude.sessions.commitAndSync",
3208
- "title": "%github.copilot.command.claude.sessions.commitAndSync%",
3209
- "enablement": "!chatSessionRequestInProgress",
3210
- "icon": "$(sync)",
3211
- "category": "GitHub Copilot"
3212
- },
3213
- {
3214
- "command": "github.copilot.claude.sessions.sync",
3215
- "title": "%github.copilot.command.claude.sessions.sync%",
3216
- "enablement": "!chatSessionRequestInProgress",
3217
- "icon": "$(sync)",
3218
- "category": "GitHub Copilot"
3219
- },
3220
- {
3221
- "command": "github.copilot.claude.sessions.initializeRepository",
3222
- "title": "%github.copilot.command.claude.sessions.initializeRepository%",
3223
- "enablement": "!chatSessionRequestInProgress",
3224
- "icon": "$(repo)",
3225
- "category": "GitHub Copilot"
3226
3172
  }
3227
3173
  ],
3228
3174
  "configuration": [
@@ -3446,16 +3392,6 @@
3446
3392
  "default": "",
3447
3393
  "markdownDescription": "The currently selected completion model ID. To select from a list of available models, use the __\"Change Completions Model\"__ command or open the model picker (from the Copilot menu in the VS Code title bar, select __\"Configure Code Completions\"__ then __\"Change Completions Model\"__. The value must be a valid model ID. An empty value indicates that the default model will be used."
3448
3394
  },
3449
- "github.copilot.chat.claudeAgent.enabled": {
3450
- "type": "boolean",
3451
- "default": true,
3452
- "markdownDescription": "%github.copilot.config.claudeAgent.enabled%"
3453
- },
3454
- "github.copilot.chat.claudeAgent.allowDangerouslySkipPermissions": {
3455
- "type": "boolean",
3456
- "default": false,
3457
- "markdownDescription": "%github.copilot.config.claudeAgent.allowDangerouslySkipPermissions%"
3458
- },
3459
3395
  "github.copilot.chat.reviewAgent.enabled": {
3460
3396
  "type": "boolean",
3461
3397
  "default": true,
@@ -3552,33 +3488,6 @@
3552
3488
  {
3553
3489
  "id": "preview",
3554
3490
  "properties": {
3555
- "github.copilot.chat.claudeAgent.allowAutoPermissions": {
3556
- "type": "boolean",
3557
- "default": false,
3558
- "tags": [
3559
- "preview",
3560
- "onExp"
3561
- ],
3562
- "markdownDescription": "%github.copilot.config.claudeAgent.allowAutoPermissions%"
3563
- },
3564
- "github.copilot.chat.claudeAgent.useSdkExtension": {
3565
- "type": "boolean",
3566
- "default": false,
3567
- "tags": [
3568
- "preview",
3569
- "onExp"
3570
- ],
3571
- "markdownDescription": "%github.copilot.config.claudeAgent.useSdkExtension%"
3572
- },
3573
- "github.copilot.chat.claudeAgent.sdkExtensionInstallTimeout": {
3574
- "type": "number",
3575
- "default": 120000,
3576
- "minimum": 1000,
3577
- "tags": [
3578
- "preview"
3579
- ],
3580
- "markdownDescription": "%github.copilot.config.claudeAgent.sdkExtensionInstallTimeout%"
3581
- },
3582
3491
  "github.copilot.chat.copilotDebugCommand.enabled": {
3583
3492
  "type": "boolean",
3584
3493
  "default": true,
@@ -4170,6 +4079,15 @@
4170
4079
  "onExp"
4171
4080
  ]
4172
4081
  },
4082
+ "github.copilot.chat.claudeSonnet5Prompt.enabled": {
4083
+ "type": "boolean",
4084
+ "default": false,
4085
+ "markdownDescription": "%github.copilot.config.claudeSonnet5Prompt.enabled%",
4086
+ "tags": [
4087
+ "experimental",
4088
+ "onExp"
4089
+ ]
4090
+ },
4173
4091
  "github.copilot.chat.gpt55GetChangedFilesTool.enabled": {
4174
4092
  "type": "boolean",
4175
4093
  "default": true,
@@ -4453,6 +4371,17 @@
4453
4371
  "advanced"
4454
4372
  ]
4455
4373
  },
4374
+ "github.copilot.chat.autoModeTierOverride": {
4375
+ "type": [
4376
+ "string",
4377
+ "null"
4378
+ ],
4379
+ "default": null,
4380
+ "markdownDescription": "Overrides the routing tier that the `Auto` model requests, ignoring both the tier picked in the model picker and the tier inline chat defaults to. Accepts `eco`, `balanced`, `max`, or `fast`. Used by evals.\n\n**Note**: This is an advanced debugging setting.",
4381
+ "tags": [
4382
+ "advanced"
4383
+ ]
4384
+ },
4456
4385
  "github.copilot.chat.anthropic.promptCaching.extendedTtl": {
4457
4386
  "type": "boolean",
4458
4387
  "default": false,
@@ -5146,6 +5075,24 @@
5146
5075
  "advanced"
5147
5076
  ]
5148
5077
  },
5078
+ "github.copilot.chat.autoMode.v2.enabled": {
5079
+ "type": "boolean",
5080
+ "default": true,
5081
+ "markdownDescription": "%github.copilot.config.chat.autoMode.v2.enabled%",
5082
+ "tags": [
5083
+ "advanced",
5084
+ "onExp"
5085
+ ]
5086
+ },
5087
+ "github.copilot.chat.autoMode.tiers.enabled": {
5088
+ "type": "boolean",
5089
+ "default": false,
5090
+ "markdownDescription": "%github.copilot.config.chat.autoMode.tiers.enabled%",
5091
+ "tags": [
5092
+ "advanced",
5093
+ "onExp"
5094
+ ]
5095
+ },
5149
5096
  "github.copilot.chat.agent.modelDetails.enabled": {
5150
5097
  "type": "boolean",
5151
5098
  "default": true,
@@ -5682,26 +5629,6 @@
5682
5629
  "command": "github.copilot.sessions.sync",
5683
5630
  "when": "sessionType == copilotcli && isSessionsWindow && sessions.hasGitRepository && sessions.hasUpstream && !sessions.hasUncommittedChanges && (sessions.hasIncomingChanges || sessions.hasOutgoingChanges) && !sessions.isAgentHostSession",
5684
5631
  "group": "4_sync@1"
5685
- },
5686
- {
5687
- "command": "github.copilot.claude.sessions.initializeRepository",
5688
- "when": "sessionType == claude-code && isSessionsWindow && !sessions.hasGitRepository",
5689
- "group": "init@1"
5690
- },
5691
- {
5692
- "command": "github.copilot.claude.sessions.commit",
5693
- "when": "sessionType == claude-code && isSessionsWindow && sessions.hasGitRepository && sessions.hasUncommittedChanges",
5694
- "group": "commit@1"
5695
- },
5696
- {
5697
- "command": "github.copilot.claude.sessions.commitAndSync",
5698
- "when": "sessionType == claude-code && isSessionsWindow && sessions.hasGitRepository && sessions.hasUncommittedChanges && sessions.hasUpstream",
5699
- "group": "commit@2"
5700
- },
5701
- {
5702
- "command": "github.copilot.claude.sessions.sync",
5703
- "when": "sessionType == claude-code && isSessionsWindow && sessions.hasGitRepository && !sessions.hasUncommittedChanges && sessions.hasUpstream",
5704
- "group": "sync@1"
5705
5632
  }
5706
5633
  ],
5707
5634
  "agents/change/inline": [
@@ -5969,10 +5896,6 @@
5969
5896
  "command": "github.copilot.cli.sessions.rename",
5970
5897
  "when": "false"
5971
5898
  },
5972
- {
5973
- "command": "github.copilot.claude.sessions.rename",
5974
- "when": "false"
5975
- },
5976
5899
  {
5977
5900
  "command": "github.copilot.cli.sessions.setTitle",
5978
5901
  "when": "false"
@@ -6076,22 +5999,6 @@
6076
5999
  {
6077
6000
  "command": "github.copilot.sessions.initializeRepository",
6078
6001
  "when": "false"
6079
- },
6080
- {
6081
- "command": "github.copilot.claude.sessions.commit",
6082
- "when": "false"
6083
- },
6084
- {
6085
- "command": "github.copilot.claude.sessions.commitAndSync",
6086
- "when": "false"
6087
- },
6088
- {
6089
- "command": "github.copilot.claude.sessions.sync",
6090
- "when": "false"
6091
- },
6092
- {
6093
- "command": "github.copilot.claude.sessions.initializeRepository",
6094
- "when": "false"
6095
6002
  }
6096
6003
  ],
6097
6004
  "view/title": [
@@ -6403,11 +6310,6 @@
6403
6310
  }
6404
6311
  ],
6405
6312
  "chat/chatSessions": [
6406
- {
6407
- "command": "github.copilot.claude.sessions.rename",
6408
- "when": "chatSessionType == claude-code",
6409
- "group": "1_edit@4"
6410
- },
6411
6313
  {
6412
6314
  "command": "github.copilot.cli.sessions.delete",
6413
6315
  "when": "chatSessionType == copilotcli",
@@ -6455,11 +6357,6 @@
6455
6357
  }
6456
6358
  ],
6457
6359
  "chatSessions/item/context": [
6458
- {
6459
- "command": "github.copilot.claude.sessions.rename",
6460
- "when": "sessionType == claude-code && sessionProviderId == default-copilot",
6461
- "group": "1_edit@4"
6462
- },
6463
6360
  {
6464
6361
  "command": "github.copilot.cli.sessions.rename",
6465
6362
  "when": "sessionType == copilotcli && sessionProviderId == default-copilot",
@@ -6479,23 +6376,6 @@
6479
6376
  "when": "sessionType == copilotcli && isSessionsWindow && !sessions.isAgentHostSession",
6480
6377
  "group": "9_refresh@1"
6481
6378
  }
6482
- ],
6483
- "chat/customizations/create": [
6484
- {
6485
- "command": "copilot.claude.agents",
6486
- "when": "chatCustomizationSessionType == claude-code && chatCustomizationSection == agents",
6487
- "group": "navigation@1"
6488
- },
6489
- {
6490
- "command": "copilot.claude.hooks",
6491
- "when": "chatCustomizationSessionType == claude-code && chatCustomizationSection == hooks",
6492
- "group": "navigation@1"
6493
- },
6494
- {
6495
- "command": "copilot.claude.memory",
6496
- "when": "chatCustomizationSessionType == claude-code && chatCustomizationSection == instructions",
6497
- "group": "navigation@1"
6498
- }
6499
6379
  ]
6500
6380
  },
6501
6381
  "icons": {
@@ -6832,68 +6712,6 @@
6832
6712
  }
6833
6713
  ],
6834
6714
  "chatSessions": [
6835
- {
6836
- "type": "claude-code",
6837
- "name": "claude",
6838
- "displayName": "Claude",
6839
- "icon": "$(claude)",
6840
- "welcomeTitle": "Claude Agent",
6841
- "welcomeMessage": "Powered by the same agent as Claude Code",
6842
- "inputPlaceholder": "Run local tasks with Claude, type `#` for adding context",
6843
- "order": 3,
6844
- "description": "%github.copilot.session.providerDescription.claude%",
6845
- "when": "config.github.copilot.chat.claudeAgent.enabled && (!agentHostEnabled || (isSessionsWindow && !config.chat.agents.claude.preferAgentHost) || (!isSessionsWindow && !config.chat.editor.claude.preferAgentHost))",
6846
- "canDelegate": true,
6847
- "requiresCustomModels": true,
6848
- "supportsAutoModel": false,
6849
- "requiresCopilotSignIn": true,
6850
- "capabilities": {
6851
- "supportsFileAttachments": true,
6852
- "supportsImageAttachments": true
6853
- },
6854
- "commands": [
6855
- {
6856
- "name": "init",
6857
- "description": "Initialize a new CLAUDE.md file with codebase documentation"
6858
- },
6859
- {
6860
- "name": "pr-comments",
6861
- "description": "Get comments from a GitHub pull request"
6862
- },
6863
- {
6864
- "name": "review",
6865
- "description": "Review a pull request"
6866
- },
6867
- {
6868
- "name": "security-review",
6869
- "description": "Complete a security review of the pending changes on the current branch"
6870
- },
6871
- {
6872
- "name": "simplify",
6873
- "description": "Review changed code for reuse, quality, and efficiency"
6874
- },
6875
- {
6876
- "name": "claude-api",
6877
- "description": "Help building with Claude API or Anthropic SDK"
6878
- },
6879
- {
6880
- "name": "agents",
6881
- "description": "Create and manage specialized Claude agents"
6882
- },
6883
- {
6884
- "name": "hooks",
6885
- "description": "Configure Claude Code hooks for tool execution and events"
6886
- },
6887
- {
6888
- "name": "memory",
6889
- "description": "Open memory files (CLAUDE.md) for editing"
6890
- },
6891
- {
6892
- "name": "compact",
6893
- "description": "Compact the conversation history to save context tokens"
6894
- }
6895
- ]
6896
- },
6897
6715
  {
6898
6716
  "type": "copilotcli",
6899
6717
  "name": "cli",
@@ -7251,11 +7069,10 @@
7251
7069
  "zod": "3.25.76"
7252
7070
  },
7253
7071
  "dependencies": {
7254
- "@anthropic-ai/claude-agent-sdk": "0.2.112",
7255
7072
  "@anthropic-ai/sdk": "^0.82.0",
7256
7073
  "@github/blackbird-external-ingest-utils": "^0.3.0",
7257
7074
  "@github/copilot": "^1.0.73",
7258
- "@google/genai": "^1.22.0",
7075
+ "@google/genai": "1.30.0",
7259
7076
  "@humanwhocodes/gitignore-to-minimatch": "1.0.2",
7260
7077
  "@microsoft/tiktokenizer": "^1.0.10",
7261
7078
  "@modelcontextprotocol/sdk": "^1.25.2",
@@ -7276,7 +7093,7 @@
7276
7093
  "@opentelemetry/sdk-trace-node": "^2.5.1",
7277
7094
  "@opentelemetry/semantic-conventions": "^1.39.0",
7278
7095
  "@sinclair/typebox": "^0.34.41",
7279
- "@vscode/copilot-api": "^0.4.3",
7096
+ "@vscode/copilot-api": "^0.5.2",
7280
7097
  "@vscode/extension-telemetry": "^1.5.1",
7281
7098
  "@vscode/l10n": "^0.0.18",
7282
7099
  "@vscode/prompt-tsx": "^0.4.0-alpha.8",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/chat-lib",
3
- "version": "0.60.2026080401",
3
+ "version": "0.61.0",
4
4
  "description": "Chat and inline editing SDK extracted from VS Code Copilot Chat",
5
5
  "main": "dist/src/main.js",
6
6
  "types": "dist/src/main.d.ts",
@@ -16,7 +16,7 @@
16
16
  "dependencies": {
17
17
  "@microsoft/tiktokenizer": "^1.0.10",
18
18
  "@sinclair/typebox": "^0.34.41",
19
- "@vscode/copilot-api": "^0.4.3",
19
+ "@vscode/copilot-api": "^0.5.2",
20
20
  "@vscode/l10n": "^0.0.18",
21
21
  "@vscode/prompt-tsx": "^0.4.0-alpha.8",
22
22
  "@vscode/tree-sitter-wasm": "0.0.5-php.2",
@@ -65,7 +65,6 @@
65
65
  "copy": "copyfiles src/package.json \"src/**/*.tiktoken\" dist",
66
66
  "package": "npm pack",
67
67
  "postinstall": "tsx script/postinstall.js",
68
- "publish": "npm publish",
69
68
  "test": "vitest run",
70
69
  "test:watch": "vitest"
71
70
  }