@stackable-labs/cli-app-extension 1.83.0 → 1.83.1

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3164,7 +3164,7 @@ var downloadAndExtractAiDocs = async (targetDir, version2) => {
3164
3164
  }
3165
3165
  return { files: extractedFiles.sort() };
3166
3166
  };
3167
- var MCP_FILE_PATTERN = /mcp\.json$/;
3167
+ var MCP_FILE_PATTERN = /mcp\.json$|\.gemini\/settings\.json$|\.codex\/config\.toml$/;
3168
3168
  var downloadAndExtractMcpConfig = async (targetDir, version2) => {
3169
3169
  const baseUrl = getStaticCdnBaseUrl();
3170
3170
  const zipUrl = `${baseUrl}/ai-docs/${version2}/${AI_DOCS_FILENAME}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackable-labs/cli-app-extension",
3
- "version": "1.83.0",
3
+ "version": "1.83.1",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "bin": {