@github/copilot 0.0.348-15 → 0.0.348-17

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@github/copilot",
3
3
  "description": "GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal.",
4
- "version": "0.0.348-15",
4
+ "version": "0.0.348-17",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",
@@ -35,7 +35,7 @@
35
35
  "worker/**/*"
36
36
  ],
37
37
  "buildMetadata": {
38
- "gitCommit": "a50f609"
38
+ "gitCommit": "18dee97"
39
39
  },
40
40
  "dependencies": {
41
41
  "sharp": "^0.34.3"
package/sdk/index.d.ts CHANGED
@@ -673,6 +673,7 @@ declare interface MCPLocalServerConfig extends MCPServerConfigBase {
673
673
  * Empty means no env vars passed.
674
674
  */
675
675
  env?: Record<string, string>;
676
+ cwd?: string;
676
677
  }
677
678
 
678
679
  /**