@github/copilot 0.0.387 → 0.0.388-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 (3) hide show
  1. package/changelog.json +17 -0
  2. package/index.js +957 -957
  3. package/package.json +8 -8
package/changelog.json CHANGED
@@ -1,6 +1,23 @@
1
1
  {
2
2
  "$schema": "./changelog-schema.json",
3
3
  "unpublished": [],
4
+ "0.0.387": [
5
+ {
6
+ "type": "added",
7
+ "description": "Add ask_user tool for interactive clarification questions",
8
+ "related_pull_requests": ["https://github.com/github/copilot-agent-runtime/pull/1537"]
9
+ },
10
+ {
11
+ "type": "added",
12
+ "description": "Add plan mode to help with brainstorming and planning work before implementation",
13
+ "related_pull_requests": ["https://github.com/github/copilot-agent-runtime/pull/1583"]
14
+ },
15
+ {
16
+ "type": "fixed",
17
+ "description": "Skill tool handles large directories without exceeding context limits",
18
+ "related_pull_requests": ["https://github.com/github/copilot-agent-runtime/pull/1674"]
19
+ }
20
+ ],
4
21
  "0.0.386": [
5
22
  {
6
23
  "type": "added",