Skip to content

Commit 07aa571

Browse files
github-actions[bot]AntoineGS
authored andcommitted
chore: update to latest Copilot LSP
1 parent faa347c commit 07aa571

File tree

6 files changed

+858
-855
lines changed

6 files changed

+858
-855
lines changed

copilot/js/assets/agents/CVE_Remediator.agent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: CVE Remediator
33
description: Detects and fixes security vulnerabilities (CVEs) in project dependencies across any ecosystem while maintaining a working build.
4+
x-github-copilot-invoke-policy: ["model"]
45
---
56

67
## Mission

copilot/js/assets/agents/Plan.agent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: Plan
33
description: Researches and outlines multi-step plans
44
argument-hint: Outline the goal or problem to research
5+
x-github-copilot-invoke-policy: ["user", "model"]
56
tools: ['read_file', 'list_dir', 'semantic_search', 'grep_search', 'file_search', 'get_errors']
67
handoffs:
78
- label: Start Implementation

copilot/js/assets/prompts.contributions.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,17 @@
33
{
44
"name": "Plan",
55
"description": "Researches and deconstructs tasks to create effective multi-step plans.",
6-
"path": "./assets/agents/Plan.agent.md",
7-
"showAsChatMode": true
6+
"path": "./assets/agents/Plan.agent.md"
87
},
98
{
109
"name": "CVE Remediator",
1110
"description": "Detects and fixes security vulnerabilities (CVEs) in project dependencies across any ecosystem while maintaining a working build.",
12-
"path": "./assets/agents/CVE_Remediator.agent.md",
13-
"showAsChatMode": false
11+
"path": "./assets/agents/CVE_Remediator.agent.md"
1412
},
1513
{
1614
"name": "Debugger",
1715
"description": "An expert debugging assistant that helps solve complex issues by actively using Java debugging capabilities",
18-
"path": "./assets/agents/Debugger.agent.md",
19-
"showAsChatMode": true
16+
"path": "./assets/agents/Debugger.agent.md"
2017
}
2118
]
2219
}

copilot/js/main.js

Lines changed: 849 additions & 845 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

copilot/js/main.js.map

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lua/copilot/util.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function M.get_editor_info()
2121
editorPluginInfo = {
2222
name = "copilot.lua",
2323
-- reflects version of github/copilot-language-server-release
24-
version = "1.460.0",
24+
version = "1.464.0",
2525
},
2626
}
2727
return info

0 commit comments

Comments
 (0)