@microsoft/teamsfx-core 3.0.14 → 3.0.15-alpha.3dde8a4002.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 (323) hide show
  1. package/build/client/aadAppClient.d.ts.map +1 -1
  2. package/build/client/aadAppClient.js +6 -6
  3. package/build/client/aadAppClient.js.map +1 -1
  4. package/build/common/mcpToolFetcher.d.ts +31 -0
  5. package/build/common/mcpToolFetcher.d.ts.map +1 -0
  6. package/build/common/mcpToolFetcher.js +182 -0
  7. package/build/common/mcpToolFetcher.js.map +1 -0
  8. package/build/common/odrProvider.d.ts +43 -0
  9. package/build/common/odrProvider.d.ts.map +1 -0
  10. package/build/common/odrProvider.js +154 -0
  11. package/build/common/odrProvider.js.map +1 -0
  12. package/build/common/openApiParserOptions.d.ts +3 -0
  13. package/build/common/openApiParserOptions.d.ts.map +1 -0
  14. package/build/common/openApiParserOptions.js +61 -0
  15. package/build/common/openApiParserOptions.js.map +1 -0
  16. package/build/common/secretmasker/dict.d.ts.map +1 -1
  17. package/build/common/secretmasker/dict.js +5 -2
  18. package/build/common/secretmasker/dict.js.map +1 -1
  19. package/build/common/secretmasker/feature.js.map +1 -1
  20. package/build/common/templates-config.json +4 -4
  21. package/build/common/wrappedAxiosClient.d.ts +1 -1
  22. package/build/component/coordinator/index.d.ts.map +1 -1
  23. package/build/component/coordinator/index.js.map +1 -1
  24. package/build/component/deps-checker/internal/dotnetChecker.js.map +1 -1
  25. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts +3 -0
  26. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts.map +1 -1
  27. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +38 -3
  28. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js.map +1 -1
  29. package/build/component/driver/script/scriptDriver.js +1 -1
  30. package/build/component/driver/script/scriptDriver.js.map +1 -1
  31. package/build/component/driver/teamsApp/create.d.ts.map +1 -1
  32. package/build/component/driver/teamsApp/create.js +3 -3
  33. package/build/component/driver/teamsApp/create.js.map +1 -1
  34. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
  35. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
  36. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
  37. package/build/component/generator/declarativeAgent/helper.js.map +1 -1
  38. package/build/component/generator/officeAddin/generator.d.ts +1 -0
  39. package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
  40. package/build/component/generator/officeAddin/generator.js +109 -2
  41. package/build/component/generator/officeAddin/generator.js.map +1 -1
  42. package/build/component/generator/openApiSpec/helper.d.ts +2 -3
  43. package/build/component/generator/openApiSpec/helper.d.ts.map +1 -1
  44. package/build/component/generator/openApiSpec/helper.js +6 -56
  45. package/build/component/generator/openApiSpec/helper.js.map +1 -1
  46. package/build/component/generator/templateHelper.d.ts +10 -2
  47. package/build/component/generator/templateHelper.d.ts.map +1 -1
  48. package/build/component/generator/templateHelper.js +16 -3
  49. package/build/component/generator/templateHelper.js.map +1 -1
  50. package/build/component/generator/templates/templateNames.d.ts +2 -0
  51. package/build/component/generator/templates/templateNames.d.ts.map +1 -1
  52. package/build/component/generator/templates/templateNames.js +2 -0
  53. package/build/component/generator/templates/templateNames.js.map +1 -1
  54. package/build/component/generator/utils.d.ts.map +1 -1
  55. package/build/component/generator/utils.js +6 -0
  56. package/build/component/generator/utils.js.map +1 -1
  57. package/build/component/generator/v4TemplateBridge.d.ts +4 -1
  58. package/build/component/generator/v4TemplateBridge.d.ts.map +1 -1
  59. package/build/component/generator/v4TemplateBridge.js +11 -3
  60. package/build/component/generator/v4TemplateBridge.js.map +1 -1
  61. package/build/component/utils/envUtil.d.ts.map +1 -1
  62. package/build/component/utils/envUtil.js.map +1 -1
  63. package/build/component/utils/mcpAuthScaffolder.d.ts.map +1 -1
  64. package/build/component/utils/mcpAuthScaffolder.js.map +1 -1
  65. package/build/component/utils/mcpToolFetcher.d.ts +1 -72
  66. package/build/component/utils/mcpToolFetcher.d.ts.map +1 -1
  67. package/build/component/utils/mcpToolFetcher.js +1 -227
  68. package/build/component/utils/mcpToolFetcher.js.map +1 -1
  69. package/build/component/utils/odrProvider.d.ts +1 -55
  70. package/build/component/utils/odrProvider.d.ts.map +1 -1
  71. package/build/component/utils/odrProvider.js +1 -101
  72. package/build/component/utils/odrProvider.js.map +1 -1
  73. package/build/core/FxCore.d.ts.map +1 -1
  74. package/build/core/FxCore.declarativeAgent.d.ts.map +1 -1
  75. package/build/core/FxCore.declarativeAgent.js +41 -0
  76. package/build/core/FxCore.declarativeAgent.js.map +1 -1
  77. package/build/core/FxCore.js +3 -5
  78. package/build/core/FxCore.js.map +1 -1
  79. package/build/core/createFrontDoorAdapters.d.ts +1 -25
  80. package/build/core/createFrontDoorAdapters.d.ts.map +1 -1
  81. package/build/core/createFrontDoorAdapters.js +4 -155
  82. package/build/core/createFrontDoorAdapters.js.map +1 -1
  83. package/build/core/createProjectFrontDoor.d.ts +10 -12
  84. package/build/core/createProjectFrontDoor.d.ts.map +1 -1
  85. package/build/core/createProjectFrontDoor.js +141 -106
  86. package/build/core/createProjectFrontDoor.js.map +1 -1
  87. package/build/core/modifyProjectFrontDoor.d.ts +0 -1
  88. package/build/core/modifyProjectFrontDoor.d.ts.map +1 -1
  89. package/build/core/modifyProjectFrontDoor.js +0 -2
  90. package/build/core/modifyProjectFrontDoor.js.map +1 -1
  91. package/build/question/inputs/AddKnowledgeInputs.d.ts.map +1 -1
  92. package/build/question/inputs/CreateProjectInputs.d.ts +2 -0
  93. package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
  94. package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
  95. package/build/question/options/CreateProjectOptions.js +7 -0
  96. package/build/question/options/CreateProjectOptions.js.map +1 -1
  97. package/build/question/other.d.ts.map +1 -1
  98. package/build/question/other.js +2 -1
  99. package/build/question/other.js.map +1 -1
  100. package/build/question/questionNames.d.ts +2 -0
  101. package/build/question/questionNames.d.ts.map +1 -1
  102. package/build/question/questionNames.js +2 -0
  103. package/build/question/questionNames.js.map +1 -1
  104. package/build/question/scaffold/constructNode.d.ts +3 -1
  105. package/build/question/scaffold/constructNode.d.ts.map +1 -1
  106. package/build/question/scaffold/constructNode.js +50 -0
  107. package/build/question/scaffold/constructNode.js.map +1 -1
  108. package/build/question/scaffold/vsc/CapabilityOptions.d.ts +2 -0
  109. package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
  110. package/build/question/scaffold/vsc/CapabilityOptions.js +16 -0
  111. package/build/question/scaffold/vsc/CapabilityOptions.js.map +1 -1
  112. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
  113. package/build/question/scaffold/vsc/teamsProjectTypeNode.js +0 -7
  114. package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
  115. package/build/v4/buildTarget/parseSelector.d.ts +6 -2
  116. package/build/v4/buildTarget/parseSelector.d.ts.map +1 -1
  117. package/build/v4/buildTarget/parseSelector.js +58 -45
  118. package/build/v4/buildTarget/parseSelector.js.map +1 -1
  119. package/build/v4/buildTarget/resolveBuildTarget.d.ts +21 -7
  120. package/build/v4/buildTarget/resolveBuildTarget.d.ts.map +1 -1
  121. package/build/v4/buildTarget/resolveBuildTarget.js +97 -52
  122. package/build/v4/buildTarget/resolveBuildTarget.js.map +1 -1
  123. package/build/v4/collectInputs/collectInputs.d.ts +50 -9
  124. package/build/v4/collectInputs/collectInputs.d.ts.map +1 -1
  125. package/build/v4/collectInputs/collectInputs.js +274 -91
  126. package/build/v4/collectInputs/collectInputs.js.map +1 -1
  127. package/build/v4/distribution/createQuestions.d.ts.map +1 -1
  128. package/build/v4/distribution/createQuestions.js +2 -29
  129. package/build/v4/distribution/createQuestions.js.map +1 -1
  130. package/build/v4/distribution/declarativePackage.d.ts.map +1 -1
  131. package/build/v4/distribution/declarativePackage.js +2 -30
  132. package/build/v4/distribution/declarativePackage.js.map +1 -1
  133. package/build/v4/distribution/questionFragments.d.ts +11 -0
  134. package/build/v4/distribution/questionFragments.d.ts.map +1 -0
  135. package/build/v4/distribution/questionFragments.js +130 -0
  136. package/build/v4/distribution/questionFragments.js.map +1 -0
  137. package/build/v4/engineVersion.d.ts +7 -0
  138. package/build/v4/engineVersion.d.ts.map +1 -0
  139. package/build/v4/engineVersion.js +12 -0
  140. package/build/v4/engineVersion.js.map +1 -0
  141. package/build/v4/expression/evaluateExpression.d.ts +13 -0
  142. package/build/v4/expression/evaluateExpression.d.ts.map +1 -1
  143. package/build/v4/expression/evaluateExpression.js +57 -0
  144. package/build/v4/expression/evaluateExpression.js.map +1 -1
  145. package/build/v4/index.d.ts +7 -0
  146. package/build/v4/index.d.ts.map +1 -1
  147. package/build/v4/index.js +7 -0
  148. package/build/v4/index.js.map +1 -1
  149. package/build/v4/inspection/scaffoldCatalog.d.ts +28 -0
  150. package/build/v4/inspection/scaffoldCatalog.d.ts.map +1 -0
  151. package/build/v4/inspection/scaffoldCatalog.js +66 -0
  152. package/build/v4/inspection/scaffoldCatalog.js.map +1 -0
  153. package/build/v4/inspection/scaffoldMetadataSource.d.ts +6 -0
  154. package/build/v4/inspection/scaffoldMetadataSource.d.ts.map +1 -0
  155. package/build/v4/inspection/scaffoldMetadataSource.js +78 -0
  156. package/build/v4/inspection/scaffoldMetadataSource.js.map +1 -0
  157. package/build/v4/mcp/mcpAuthAction.d.ts +23 -0
  158. package/build/v4/mcp/mcpAuthAction.d.ts.map +1 -0
  159. package/build/v4/mcp/mcpAuthAction.js +151 -0
  160. package/build/v4/mcp/mcpAuthAction.js.map +1 -0
  161. package/build/v4/mcp/mcpAuthScaffold.d.ts +28 -0
  162. package/build/v4/mcp/mcpAuthScaffold.d.ts.map +1 -0
  163. package/build/v4/mcp/mcpAuthScaffold.js +124 -0
  164. package/build/v4/mcp/mcpAuthScaffold.js.map +1 -0
  165. package/build/v4/model/dataModel.d.ts +1 -1
  166. package/build/v4/model/dataModel.d.ts.map +1 -1
  167. package/build/v4/pipeline/runScaffoldPipeline.d.ts +17 -4
  168. package/build/v4/pipeline/runScaffoldPipeline.d.ts.map +1 -1
  169. package/build/v4/pipeline/runScaffoldPipeline.js +60 -9
  170. package/build/v4/pipeline/runScaffoldPipeline.js.map +1 -1
  171. package/build/v4/providers/createOptionsProviders.d.ts +11 -0
  172. package/build/v4/providers/createOptionsProviders.d.ts.map +1 -0
  173. package/build/v4/providers/createOptionsProviders.js +268 -0
  174. package/build/v4/providers/createOptionsProviders.js.map +1 -0
  175. package/build/v4/renderContext/buildRenderContext.d.ts.map +1 -1
  176. package/build/v4/renderContext/buildRenderContext.js +1 -2
  177. package/build/v4/renderContext/buildRenderContext.js.map +1 -1
  178. package/build/v4/runtime/generalSensitivityLabel.d.ts +5 -0
  179. package/build/v4/runtime/generalSensitivityLabel.d.ts.map +1 -0
  180. package/build/v4/runtime/generalSensitivityLabel.js +36 -0
  181. package/build/v4/runtime/generalSensitivityLabel.js.map +1 -0
  182. package/build/v4/runtime/inMemoryRuntime.d.ts +2 -1
  183. package/build/v4/runtime/inMemoryRuntime.d.ts.map +1 -1
  184. package/build/v4/runtime/inMemoryRuntime.js +2 -2
  185. package/build/v4/runtime/inMemoryRuntime.js.map +1 -1
  186. package/build/v4/runtime/packageParse.d.ts.map +1 -1
  187. package/build/v4/runtime/packageParse.js +64 -8
  188. package/build/v4/runtime/packageParse.js.map +1 -1
  189. package/build/v4/runtime/realRuntime.d.ts +2 -1
  190. package/build/v4/runtime/realRuntime.d.ts.map +1 -1
  191. package/build/v4/runtime/realRuntime.js +2 -2
  192. package/build/v4/runtime/realRuntime.js.map +1 -1
  193. package/build/v4/runtime/renderMustache.d.ts.map +1 -1
  194. package/build/v4/runtime/renderMustache.js +13 -4
  195. package/build/v4/runtime/renderMustache.js.map +1 -1
  196. package/build/v4/runtime/runtimeRegistry.d.ts +8 -3
  197. package/build/v4/runtime/runtimeRegistry.d.ts.map +1 -1
  198. package/build/v4/runtime/runtimeRegistry.js +122 -17
  199. package/build/v4/runtime/runtimeRegistry.js.map +1 -1
  200. package/build/v4/runtime/scaffold.d.ts +1 -0
  201. package/build/v4/runtime/scaffold.d.ts.map +1 -1
  202. package/build/v4/runtime/scaffold.js +1 -20
  203. package/build/v4/runtime/scaffold.js.map +1 -1
  204. package/build/v4/runtime/steps/daAction.d.ts.map +1 -1
  205. package/build/v4/runtime/steps/daAction.js +3 -111
  206. package/build/v4/runtime/steps/daAction.js.map +1 -1
  207. package/build/v4/runtime/steps/daSensitivity.d.ts +14 -0
  208. package/build/v4/runtime/steps/daSensitivity.d.ts.map +1 -0
  209. package/build/v4/runtime/steps/daSensitivity.js +50 -0
  210. package/build/v4/runtime/steps/daSensitivity.js.map +1 -0
  211. package/build/v4/runtime/steps/mcpAuth.d.ts +5 -2
  212. package/build/v4/runtime/steps/mcpAuth.d.ts.map +1 -1
  213. package/build/v4/runtime/steps/mcpAuth.js +13 -63
  214. package/build/v4/runtime/steps/mcpAuth.js.map +1 -1
  215. package/build/v4/runtime/steps/mcpLocal.d.ts +0 -4
  216. package/build/v4/runtime/steps/mcpLocal.d.ts.map +1 -1
  217. package/build/v4/runtime/steps/mcpLocal.js +11 -31
  218. package/build/v4/runtime/steps/mcpLocal.js.map +1 -1
  219. package/build/v4/runtime/steps/mcpStatic.d.ts +1 -1
  220. package/build/v4/runtime/steps/mcpStatic.d.ts.map +1 -1
  221. package/build/v4/runtime/steps/mcpStatic.js +14 -32
  222. package/build/v4/runtime/steps/mcpStatic.js.map +1 -1
  223. package/build/v4/runtime/steps/metaOs.d.ts.map +1 -1
  224. package/build/v4/runtime/steps/metaOs.js +39 -51
  225. package/build/v4/runtime/steps/metaOs.js.map +1 -1
  226. package/build/v4/runtime/steps/officeAddin.d.ts.map +1 -1
  227. package/build/v4/runtime/steps/officeAddin.js +7 -12
  228. package/build/v4/runtime/steps/officeAddin.js.map +1 -1
  229. package/build/v4/runtime/steps/openApi.d.ts.map +1 -1
  230. package/build/v4/runtime/steps/openApi.js +47 -555
  231. package/build/v4/runtime/steps/openApi.js.map +1 -1
  232. package/build/v4/runtime/steps/openApiCustomApi.d.ts +5 -0
  233. package/build/v4/runtime/steps/openApiCustomApi.d.ts.map +1 -0
  234. package/build/v4/runtime/steps/openApiCustomApi.js +385 -0
  235. package/build/v4/runtime/steps/openApiCustomApi.js.map +1 -0
  236. package/build/v4/runtime/withTempDirectory.d.ts +10 -0
  237. package/build/v4/runtime/withTempDirectory.d.ts.map +1 -0
  238. package/build/v4/runtime/withTempDirectory.js +41 -0
  239. package/build/v4/runtime/withTempDirectory.js.map +1 -0
  240. package/build/v4/surface/createFloorTail.d.ts +12 -0
  241. package/build/v4/surface/createFloorTail.d.ts.map +1 -0
  242. package/build/v4/surface/createFloorTail.js +138 -0
  243. package/build/v4/surface/createFloorTail.js.map +1 -0
  244. package/build/v4/surface/createInputs.d.ts +25 -3
  245. package/build/v4/surface/createInputs.d.ts.map +1 -1
  246. package/build/v4/surface/createInputs.js +54 -431
  247. package/build/v4/surface/createInputs.js.map +1 -1
  248. package/build/v4/surface/createSelectorWalk.d.ts +8 -3
  249. package/build/v4/surface/createSelectorWalk.d.ts.map +1 -1
  250. package/build/v4/surface/createSelectorWalk.js +21 -11
  251. package/build/v4/surface/createSelectorWalk.js.map +1 -1
  252. package/build/v4/surface/localizePrompt.d.ts +11 -0
  253. package/build/v4/surface/localizePrompt.d.ts.map +1 -0
  254. package/build/v4/surface/localizePrompt.js +32 -0
  255. package/build/v4/surface/localizePrompt.js.map +1 -0
  256. package/build/v4/surface/modifySelectorWalk.d.ts.map +1 -1
  257. package/build/v4/surface/modifySelectorWalk.js +0 -3
  258. package/build/v4/surface/modifySelectorWalk.js.map +1 -1
  259. package/build/v4/surface/uiPromptUI.d.ts.map +1 -1
  260. package/build/v4/surface/uiPromptUI.js +36 -41
  261. package/build/v4/surface/uiPromptUI.js.map +1 -1
  262. package/build/v4/validation/capabilityCatalog.d.ts +8 -0
  263. package/build/v4/validation/capabilityCatalog.d.ts.map +1 -0
  264. package/build/v4/validation/capabilityCatalog.js +58 -0
  265. package/build/v4/validation/capabilityCatalog.js.map +1 -0
  266. package/build/v4/validation/templateArchiveValidation.d.ts +15 -0
  267. package/build/v4/validation/templateArchiveValidation.d.ts.map +1 -0
  268. package/build/v4/validation/templateArchiveValidation.js +297 -0
  269. package/build/v4/validation/templateArchiveValidation.js.map +1 -0
  270. package/build/v4/validation/validateTemplatePackage.d.ts +21 -2
  271. package/build/v4/validation/validateTemplatePackage.d.ts.map +1 -1
  272. package/build/v4/validation/validateTemplatePackage.js +155 -31
  273. package/build/v4/validation/validateTemplatePackage.js.map +1 -1
  274. package/build/v4/validators/createInputValidators.d.ts +7 -0
  275. package/build/v4/validators/createInputValidators.d.ts.map +1 -0
  276. package/build/v4/validators/createInputValidators.js +71 -0
  277. package/build/v4/validators/createInputValidators.js.map +1 -0
  278. package/package.json +24 -18
  279. package/resource/package.nls.cs.json +1 -0
  280. package/resource/package.nls.de.json +55 -54
  281. package/resource/package.nls.es.json +1 -0
  282. package/resource/package.nls.fr.json +1 -0
  283. package/resource/package.nls.it.json +1 -0
  284. package/resource/package.nls.ja.json +1 -0
  285. package/resource/package.nls.json +2 -0
  286. package/resource/package.nls.ko.json +1 -0
  287. package/resource/package.nls.pl.json +1 -0
  288. package/resource/package.nls.pt-BR.json +1 -0
  289. package/resource/package.nls.ru.json +1 -0
  290. package/resource/package.nls.tr.json +1 -0
  291. package/resource/package.nls.zh-Hans.json +1 -0
  292. package/resource/package.nls.zh-Hant.json +1 -0
  293. package/resource/templates/package.nls.cs.json +9 -2
  294. package/resource/templates/package.nls.de.json +9 -2
  295. package/resource/templates/package.nls.es.json +9 -2
  296. package/resource/templates/package.nls.fr.json +9 -2
  297. package/resource/templates/package.nls.it.json +9 -2
  298. package/resource/templates/package.nls.ja.json +9 -2
  299. package/resource/templates/package.nls.json +16 -3
  300. package/resource/templates/package.nls.ko.json +9 -2
  301. package/resource/templates/package.nls.pl.json +9 -2
  302. package/resource/templates/package.nls.pt-BR.json +9 -2
  303. package/resource/templates/package.nls.ru.json +9 -2
  304. package/resource/templates/package.nls.tr.json +9 -2
  305. package/resource/templates/package.nls.zh-Hans.json +9 -2
  306. package/resource/templates/package.nls.zh-Hant.json +9 -2
  307. package/resource/templates/package.nls.zh-cn.json +7 -1
  308. package/resource/templates/package.nls.zh-tw.json +7 -1
  309. package/templates/fallback/common.zip +0 -0
  310. package/templates/fallback/csharp.zip +0 -0
  311. package/templates/fallback/js.zip +0 -0
  312. package/templates/fallback/python.zip +0 -0
  313. package/templates/fallback/ts.zip +0 -0
  314. package/templates/metadata/allTemplates.json +16 -2
  315. package/templates/metadata.zip +0 -0
  316. package/templates/ui/wizardNode.json +24 -0
  317. package/templates/v4/create-selector.json +12 -5
  318. package/templates/v4/floor.json +1 -1
  319. package/templates/v4/modify-selector.json +1 -6
  320. package/templates/v4/templates-metadata.zip +0 -0
  321. package/templates/v4/templates.zip +0 -0
  322. package/templates/configs/local/typescript/.gitignore +0 -1
  323. package/templates/configs/playground/typescript/.gitignore +0 -4
@@ -1155,6 +1155,7 @@
1155
1155
  "core.MCPForDA.updatePluginManifest": "已順利新增從 MCP 伺服器選取的作業,讓 Copilot 與其互動。您可以前往 '%s' 來查看詳細資料。現在,您可以佈建宣告式代理程式以繼續。",
1156
1156
  "core.MCPForDA.mcpAuthMetadataMissingError": "在 MCP 伺服器中找不到驗證中繼資料。請確定您的 MCP 伺服器已正確設定,然後再試一次。詳細資料: %s",
1157
1157
  "core.MCPForDA.mcpAuthDcrPlaceholderWarning": "Unable to discover the OAuth well-known authorization server URL for MCP server '%s'. The 'dcr/register' action was added to m365agents.yml with a placeholder — replace '<PLEASE_FILL_IN_WELL_KNOWN_AUTHORIZATION_SERVER_URL>' with the correct URL before provisioning.",
1158
+ "core.v4.scaffold.existingFileSkipped": "'%s' exists and was not overwritten. Delete or rename it to rebuild the file.",
1158
1159
  "core.MCPForDA.mcpAuthMetadataUrlNotFound": "無法從 MCP 伺服器的回應中找到來自 \"resource_metadata\" 屬性的驗證中繼資料。",
1159
1160
  "core.MCPForDA.mcpServerMetadataUrlNotFound": "無法從 MCP 伺服器的受保護資源中繼資料回應中找到來自 \"authorization_servers\" 屬性的伺服器中繼資料。",
1160
1161
  "core.MCPForDA.authUrlNotFound": "無法從 MCP 伺服器的授權伺服器中繼資料回應中找到驗證 URL。",
@@ -85,5 +85,12 @@
85
85
  "template.newCFShortcut.detail": "Doplněk podokna úloh s vlastní funkcí a klávesovou zkratkou",
86
86
  "template.newCFShortcut.label": "Vlastní funkce a zástupce",
87
87
  "template.newTaskpaneAddin.detail": "Umožňuje přizpůsobit pás karet pomocí tlačítka a vložit obsah do podokna úloh.",
88
- "template.newTaskpaneAddin.label": "Podokno úloh"
89
- }
88
+ "template.newTaskpaneAddin.label": "Podokno úloh",
89
+ "template.officeAddin.hosts.title": "Select the Office applications to support",
90
+ "template.officeAddin.hosts.placeholder": "Select at least one Office application",
91
+ "template.officeAddin.hosts.word.label": "Word",
92
+ "template.officeAddin.hosts.powerpoint.label": "PowerPoint",
93
+ "template.officeAddin.hosts.outlook.label": "Outlook",
94
+ "template.officeAddin.hosts.excel.label": "Excel",
95
+ "template.officeAddin.hosts.validation.minItems": "Select at least one Office application to continue."
96
+ }
@@ -85,5 +85,12 @@
85
85
  "template.newCFShortcut.detail": "Aufgabenbereich-Add-In mit benutzerdefinierter Funktion und Verknüpfung",
86
86
  "template.newCFShortcut.label": "Benutzerdefinierte Funktion und Verknüpfung",
87
87
  "template.newTaskpaneAddin.detail": "Anpassen des Menübands mit einer Schaltfläche und Einbetten von Inhalten in den Aufgabenbereich",
88
- "template.newTaskpaneAddin.label": "Taskbereich"
89
- }
88
+ "template.newTaskpaneAddin.label": "Taskbereich",
89
+ "template.officeAddin.hosts.title": "Select the Office applications to support",
90
+ "template.officeAddin.hosts.placeholder": "Select at least one Office application",
91
+ "template.officeAddin.hosts.word.label": "Word",
92
+ "template.officeAddin.hosts.powerpoint.label": "PowerPoint",
93
+ "template.officeAddin.hosts.outlook.label": "Outlook",
94
+ "template.officeAddin.hosts.excel.label": "Excel",
95
+ "template.officeAddin.hosts.validation.minItems": "Select at least one Office application to continue."
96
+ }
@@ -85,5 +85,12 @@
85
85
  "template.newCFShortcut.detail": "Complemento del Panel de tareas con función personalizada y acceso directo",
86
86
  "template.newCFShortcut.label": "Función personalizada y acceso directo",
87
87
  "template.newTaskpaneAddin.detail": "Personalizar la cinta de opciones con un botón e insertar contenido en el panel de tareas",
88
- "template.newTaskpaneAddin.label": "Panel de tareas"
89
- }
88
+ "template.newTaskpaneAddin.label": "Panel de tareas",
89
+ "template.officeAddin.hosts.title": "Select the Office applications to support",
90
+ "template.officeAddin.hosts.placeholder": "Select at least one Office application",
91
+ "template.officeAddin.hosts.word.label": "Word",
92
+ "template.officeAddin.hosts.powerpoint.label": "PowerPoint",
93
+ "template.officeAddin.hosts.outlook.label": "Outlook",
94
+ "template.officeAddin.hosts.excel.label": "Excel",
95
+ "template.officeAddin.hosts.validation.minItems": "Select at least one Office application to continue."
96
+ }
@@ -85,5 +85,12 @@
85
85
  "template.newCFShortcut.detail": "Complément du volet des tâches avec fonction personnalisée et raccourci",
86
86
  "template.newCFShortcut.label": "Fonction et raccourci personnalisés",
87
87
  "template.newTaskpaneAddin.detail": "Personnalisez le ruban avec un bouton et incorporez du contenu dans le volet des tâches",
88
- "template.newTaskpaneAddin.label": "Volet des tâches"
89
- }
88
+ "template.newTaskpaneAddin.label": "Volet des tâches",
89
+ "template.officeAddin.hosts.title": "Select the Office applications to support",
90
+ "template.officeAddin.hosts.placeholder": "Select at least one Office application",
91
+ "template.officeAddin.hosts.word.label": "Word",
92
+ "template.officeAddin.hosts.powerpoint.label": "PowerPoint",
93
+ "template.officeAddin.hosts.outlook.label": "Outlook",
94
+ "template.officeAddin.hosts.excel.label": "Excel",
95
+ "template.officeAddin.hosts.validation.minItems": "Select at least one Office application to continue."
96
+ }
@@ -85,5 +85,12 @@
85
85
  "template.newCFShortcut.detail": "Componente aggiuntivo riquadro attività con funzione personalizzata e collegamento",
86
86
  "template.newCFShortcut.label": "Funzione personalizzata e combinazione di tasti",
87
87
  "template.newTaskpaneAddin.detail": "Personalizzare la barra multifunzione con un pulsante e incorporare il contenuto nel riquadro attività",
88
- "template.newTaskpaneAddin.label": "Riquadro attività"
89
- }
88
+ "template.newTaskpaneAddin.label": "Riquadro attività",
89
+ "template.officeAddin.hosts.title": "Select the Office applications to support",
90
+ "template.officeAddin.hosts.placeholder": "Select at least one Office application",
91
+ "template.officeAddin.hosts.word.label": "Word",
92
+ "template.officeAddin.hosts.powerpoint.label": "PowerPoint",
93
+ "template.officeAddin.hosts.outlook.label": "Outlook",
94
+ "template.officeAddin.hosts.excel.label": "Excel",
95
+ "template.officeAddin.hosts.validation.minItems": "Select at least one Office application to continue."
96
+ }
@@ -85,5 +85,12 @@
85
85
  "template.newCFShortcut.detail": "カスタム関数とショートカットを含む作業ウィンドウ アドイン",
86
86
  "template.newCFShortcut.label": "カスタム関数とショートカット",
87
87
  "template.newTaskpaneAddin.detail": "ボタンでリボンをカスタマイズし、作業ウィンドウにコンテンツを埋め込みます",
88
- "template.newTaskpaneAddin.label": "作業ウィンドウ"
89
- }
88
+ "template.newTaskpaneAddin.label": "作業ウィンドウ",
89
+ "template.officeAddin.hosts.title": "Select the Office applications to support",
90
+ "template.officeAddin.hosts.placeholder": "Select at least one Office application",
91
+ "template.officeAddin.hosts.word.label": "Word",
92
+ "template.officeAddin.hosts.powerpoint.label": "PowerPoint",
93
+ "template.officeAddin.hosts.outlook.label": "Outlook",
94
+ "template.officeAddin.hosts.excel.label": "Excel",
95
+ "template.officeAddin.hosts.validation.minItems": "Select at least one Office application to continue."
96
+ }
@@ -82,8 +82,21 @@
82
82
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams Agents and Apps",
83
83
  "template.importAddin.detail": "Upgrade an add-in project to the latest app manifest and project structure",
84
84
  "template.importOfficeAddin.label": "Upgrade an Existing Office Add-in",
85
- "template.newCFShortcut.detail": "Task pane add-in with custom function and shortcut",
86
- "template.newCFShortcut.label": "Custom Function and Shortcut",
85
+ "template.newCFShortcut.detail": "Create custom functions in Excel using a shared runtime",
86
+ "template.newCFShortcut.label": "Excel Custom Functions (Shared Runtime)",
87
+ "template.newExcelCustomFunctions.detail": "Create custom functions in Excel using a JavaScript-only runtime",
88
+ "template.newExcelCustomFunctions.label": "Excel Custom Functions (JavaScript-only Runtime)",
89
+ "template.newSsoNaa.detail": "Task pane add-in that uses Nested App Auth for single sign-on",
90
+ "template.newSsoNaa.label": "Single Sign-On with Nested App Auth",
87
91
  "template.newTaskpaneAddin.detail": "Customize the ribbon with a button and embed content in the task pane",
88
- "template.newTaskpaneAddin.label": "Task pane"
92
+ "template.newTaskpaneAddin.label": "Task pane",
93
+ "template.officeAddin.hosts.title": "Select the Office applications to support",
94
+ "template.officeAddin.hosts.placeholder": "Select at least one Office application",
95
+ "template.officeAddin.hosts.word.label": "Word",
96
+ "template.officeAddin.hosts.powerpoint.label": "PowerPoint",
97
+ "template.officeAddin.hosts.outlook.label": "Outlook",
98
+ "template.officeAddin.hosts.excel.label": "Excel",
99
+ "template.officeAddin.naaHost.title": "Select the Office application to support",
100
+ "template.officeAddin.naaHost.placeholder": "Select an Office application",
101
+ "template.officeAddin.hosts.validation.minItems": "Select at least one Office application to continue."
89
102
  }
@@ -85,5 +85,12 @@
85
85
  "template.newCFShortcut.detail": "사용자 지정 함수 및 바로 가기가 포함된 작업창 추가 기능",
86
86
  "template.newCFShortcut.label": "사용자 지정 함수 및 바로 가기",
87
87
  "template.newTaskpaneAddin.detail": "작업창에 단추 및 콘텐츠 포함으로 리본 사용자 지정",
88
- "template.newTaskpaneAddin.label": "작업창"
89
- }
88
+ "template.newTaskpaneAddin.label": "작업창",
89
+ "template.officeAddin.hosts.title": "Select the Office applications to support",
90
+ "template.officeAddin.hosts.placeholder": "Select at least one Office application",
91
+ "template.officeAddin.hosts.word.label": "Word",
92
+ "template.officeAddin.hosts.powerpoint.label": "PowerPoint",
93
+ "template.officeAddin.hosts.outlook.label": "Outlook",
94
+ "template.officeAddin.hosts.excel.label": "Excel",
95
+ "template.officeAddin.hosts.validation.minItems": "Select at least one Office application to continue."
96
+ }
@@ -85,5 +85,12 @@
85
85
  "template.newCFShortcut.detail": "Dodatek okienka zadań z funkcją niestandardową i skrótem",
86
86
  "template.newCFShortcut.label": "Funkcja niestandardowa i skrót",
87
87
  "template.newTaskpaneAddin.detail": "Dostosuj wstążkę za pomocą przycisku i osadź zawartość w okienku zadań",
88
- "template.newTaskpaneAddin.label": "Okienko zadań"
89
- }
88
+ "template.newTaskpaneAddin.label": "Okienko zadań",
89
+ "template.officeAddin.hosts.title": "Select the Office applications to support",
90
+ "template.officeAddin.hosts.placeholder": "Select at least one Office application",
91
+ "template.officeAddin.hosts.word.label": "Word",
92
+ "template.officeAddin.hosts.powerpoint.label": "PowerPoint",
93
+ "template.officeAddin.hosts.outlook.label": "Outlook",
94
+ "template.officeAddin.hosts.excel.label": "Excel",
95
+ "template.officeAddin.hosts.validation.minItems": "Select at least one Office application to continue."
96
+ }
@@ -85,5 +85,12 @@
85
85
  "template.newCFShortcut.detail": "Suplemento do painel Tarefas com função personalizada e atalho",
86
86
  "template.newCFShortcut.label": "Função personalizada e atalho",
87
87
  "template.newTaskpaneAddin.detail": "Personalize a faixa de opções com um botão e incorpore conteúdo no painel de tarefas",
88
- "template.newTaskpaneAddin.label": "Painel de Tarefas"
89
- }
88
+ "template.newTaskpaneAddin.label": "Painel de Tarefas",
89
+ "template.officeAddin.hosts.title": "Select the Office applications to support",
90
+ "template.officeAddin.hosts.placeholder": "Select at least one Office application",
91
+ "template.officeAddin.hosts.word.label": "Word",
92
+ "template.officeAddin.hosts.powerpoint.label": "PowerPoint",
93
+ "template.officeAddin.hosts.outlook.label": "Outlook",
94
+ "template.officeAddin.hosts.excel.label": "Excel",
95
+ "template.officeAddin.hosts.validation.minItems": "Select at least one Office application to continue."
96
+ }
@@ -85,5 +85,12 @@
85
85
  "template.newCFShortcut.detail": "Надстройка области задач с настраиваемой функцией и ярлыком",
86
86
  "template.newCFShortcut.label": "Настраиваемая функция и ярлык",
87
87
  "template.newTaskpaneAddin.detail": "Настройка ленты с помощью кнопки и внедрение содержимого в область задач",
88
- "template.newTaskpaneAddin.label": "Область задач"
89
- }
88
+ "template.newTaskpaneAddin.label": "Область задач",
89
+ "template.officeAddin.hosts.title": "Select the Office applications to support",
90
+ "template.officeAddin.hosts.placeholder": "Select at least one Office application",
91
+ "template.officeAddin.hosts.word.label": "Word",
92
+ "template.officeAddin.hosts.powerpoint.label": "PowerPoint",
93
+ "template.officeAddin.hosts.outlook.label": "Outlook",
94
+ "template.officeAddin.hosts.excel.label": "Excel",
95
+ "template.officeAddin.hosts.validation.minItems": "Select at least one Office application to continue."
96
+ }
@@ -85,5 +85,12 @@
85
85
  "template.newCFShortcut.detail": "Özel işlev ve kısayol içeren görev bölmesi eklentisi",
86
86
  "template.newCFShortcut.label": "Özel İşlev ve Kısayol",
87
87
  "template.newTaskpaneAddin.detail": "Şeridi düğmeyle özelleştirip görev bölmesine içerik ekleyin",
88
- "template.newTaskpaneAddin.label": "Görev bölmesi"
89
- }
88
+ "template.newTaskpaneAddin.label": "Görev bölmesi",
89
+ "template.officeAddin.hosts.title": "Select the Office applications to support",
90
+ "template.officeAddin.hosts.placeholder": "Select at least one Office application",
91
+ "template.officeAddin.hosts.word.label": "Word",
92
+ "template.officeAddin.hosts.powerpoint.label": "PowerPoint",
93
+ "template.officeAddin.hosts.outlook.label": "Outlook",
94
+ "template.officeAddin.hosts.excel.label": "Excel",
95
+ "template.officeAddin.hosts.validation.minItems": "Select at least one Office application to continue."
96
+ }
@@ -85,5 +85,12 @@
85
85
  "template.newCFShortcut.detail": "带有自定义函数和快捷方式的任务窗格加载项",
86
86
  "template.newCFShortcut.label": "自定义函数和快捷方式",
87
87
  "template.newTaskpaneAddin.detail": "在任务窗格中使用按钮和嵌入内容自定义功能区",
88
- "template.newTaskpaneAddin.label": "任务窗格"
89
- }
88
+ "template.newTaskpaneAddin.label": "任务窗格",
89
+ "template.officeAddin.hosts.title": "Select the Office applications to support",
90
+ "template.officeAddin.hosts.placeholder": "Select at least one Office application",
91
+ "template.officeAddin.hosts.word.label": "Word",
92
+ "template.officeAddin.hosts.powerpoint.label": "PowerPoint",
93
+ "template.officeAddin.hosts.outlook.label": "Outlook",
94
+ "template.officeAddin.hosts.excel.label": "Excel",
95
+ "template.officeAddin.hosts.validation.minItems": "Select at least one Office application to continue."
96
+ }
@@ -85,5 +85,12 @@
85
85
  "template.newCFShortcut.detail": "具有自訂功能和捷徑的工作窗格附加元件",
86
86
  "template.newCFShortcut.label": "自訂函式和捷徑",
87
87
  "template.newTaskpaneAddin.detail": "在工作窗格中使用按鈕和內嵌內容來自訂功能區",
88
- "template.newTaskpaneAddin.label": "工作窗格"
89
- }
88
+ "template.newTaskpaneAddin.label": "工作窗格",
89
+ "template.officeAddin.hosts.title": "Select the Office applications to support",
90
+ "template.officeAddin.hosts.placeholder": "Select at least one Office application",
91
+ "template.officeAddin.hosts.word.label": "Word",
92
+ "template.officeAddin.hosts.powerpoint.label": "PowerPoint",
93
+ "template.officeAddin.hosts.outlook.label": "Outlook",
94
+ "template.officeAddin.hosts.excel.label": "Excel",
95
+ "template.officeAddin.hosts.validation.minItems": "Select at least one Office application to continue."
96
+ }
@@ -64,5 +64,11 @@
64
64
  "template.newCFShortcut.detail": "Task pane add-in with custom function and shortcut",
65
65
  "template.newCFShortcut.label": "Custom Function and Shortcut",
66
66
  "template.newTaskpaneAddin.detail": "在任务窗格中使用按钮和嵌入内容自定义功能区",
67
- "template.newTaskpaneAddin.label": "任务窗格"
67
+ "template.newTaskpaneAddin.label": "任务窗格",
68
+ "template.officeAddin.hosts.title": "Select the Office applications to support",
69
+ "template.officeAddin.hosts.placeholder": "Select at least one Office application",
70
+ "template.officeAddin.hosts.word.label": "Word",
71
+ "template.officeAddin.hosts.powerpoint.label": "PowerPoint",
72
+ "template.officeAddin.hosts.outlook.label": "Outlook",
73
+ "template.officeAddin.hosts.excel.label": "Excel"
68
74
  }
@@ -64,5 +64,11 @@
64
64
  "template.newCFShortcut.detail": "Task pane add-in with custom function and shortcut",
65
65
  "template.newCFShortcut.label": "Custom Function and Shortcut",
66
66
  "template.newTaskpaneAddin.detail": "在工作窗格中使用按鈕和內嵌內容來自訂功能區",
67
- "template.newTaskpaneAddin.label": "工作窗格"
67
+ "template.newTaskpaneAddin.label": "工作窗格",
68
+ "template.officeAddin.hosts.title": "Select the Office applications to support",
69
+ "template.officeAddin.hosts.placeholder": "Select at least one Office application",
70
+ "template.officeAddin.hosts.word.label": "Word",
71
+ "template.officeAddin.hosts.powerpoint.label": "PowerPoint",
72
+ "template.officeAddin.hosts.outlook.label": "Outlook",
73
+ "template.officeAddin.hosts.excel.label": "Excel"
68
74
  }
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -405,8 +405,22 @@
405
405
  "id": "office-addin-excel-cfshortcut-ts",
406
406
  "name": "office-addin-excel-cfshortcut",
407
407
  "language": "typescript",
408
- "displayName": "Excel Custom Functions",
409
- "description": "Create custom functions in Excel with keyboard shortcuts"
408
+ "displayName": "Excel Custom Functions (Shared Runtime)",
409
+ "description": "Create custom functions in Excel using a shared runtime"
410
+ },
411
+ {
412
+ "id": "office-addin-excel-customfunctions-ts",
413
+ "name": "office-addin-excel-customfunctions",
414
+ "language": "typescript",
415
+ "displayName": "Excel Custom Functions (JavaScript-only Runtime)",
416
+ "description": "Create custom functions in Excel using a JavaScript-only runtime"
417
+ },
418
+ {
419
+ "id": "office-addin-sso-naa-ts",
420
+ "name": "office-addin-sso-naa",
421
+ "language": "typescript",
422
+ "displayName": "Single Sign-On with Nested App Auth",
423
+ "description": "Build a task pane add-in that uses Nested App Auth for single sign-on"
410
424
  },
411
425
  {
412
426
  "id": "office-addin-config-ts",
Binary file
@@ -390,6 +390,18 @@
390
390
  "data": "office-addin-excel-cfshortcut",
391
391
  "featureFlag": "TEAMSFX_CF_SHORTCUT_METAOS"
392
392
  },
393
+ {
394
+ "id": "wxp-json-excel-cf",
395
+ "label": "template.newExcelCustomFunctions.label",
396
+ "detail": "template.newExcelCustomFunctions.detail",
397
+ "data": "office-addin-excel-customfunctions"
398
+ },
399
+ {
400
+ "id": "wxp-json-sso-naa",
401
+ "label": "template.newSsoNaa.label",
402
+ "detail": "template.newSsoNaa.detail",
403
+ "data": "office-addin-sso-naa"
404
+ },
393
405
  {
394
406
  "id": "office-addin-import",
395
407
  "label": "template.importOfficeAddin.label",
@@ -399,6 +411,18 @@
399
411
  ]
400
412
  },
401
413
  "children": [
414
+ {
415
+ "condition": {
416
+ "equals": "wxp-json-taskpane"
417
+ },
418
+ "node": "officeAddinHostsNode"
419
+ },
420
+ {
421
+ "condition": {
422
+ "equals": "wxp-json-sso-naa"
423
+ },
424
+ "node": "officeAddinNaaHostNode"
425
+ },
402
426
  {
403
427
  "condition": {
404
428
  "equals": "office-addin-import"
@@ -12,36 +12,43 @@
12
12
  "label": "Declarative Agent",
13
13
  "detail": "Create your own agent by declaring instructions, actions, & knowledge to suit your needs.",
14
14
  "groupName": "Agents for Microsoft 365 Copilot",
15
+ "iconPath": "teamsfx-agent",
15
16
  "keyPrefix": "template.createProjectQuestion.projectType.declarativeAgent" },
16
17
  { "id": "custom-engine-agent-type",
17
18
  "label": "Custom Engine Agent",
18
19
  "detail": "Build intelligent agent where you manage orchestration and provide your own LLM",
19
20
  "groupName": "Agents for Microsoft 365 Copilot",
21
+ "iconPath": "teamsfx-custom-copilot",
20
22
  "keyPrefix": "template.createProjectQuestion.projectType.customCopilot" },
21
23
  { "id": "graph-connector-type",
22
24
  "label": "Copilot connectors",
23
25
  "detail": "Embed your organization data to make it searchable in Microsoft 365 Copilot",
24
26
  "groupName": "Agents for Microsoft 365 Copilot",
27
+ "iconPath": "teamsfx-graph-connector",
25
28
  "keyPrefix": "template.createProjectQuestion.createGraphConnector" },
26
29
  { "id": "blank-app-type",
27
- "label": "Blank App",
28
- "detail": "Blank Microsoft 365 app with minimal structure",
30
+ "label": "Blank Copilot app/agent",
31
+ "detail": "A minimal app with just a manifest, icons, and environment files. Build any M365 capability from scratch.",
29
32
  "groupName": "Apps for Microsoft 365",
33
+ "iconPath": "file",
30
34
  "keyPrefix": "template.createProjectQuestion.projectType.blankApp" },
31
35
  { "id": "teams-agent-and-app-type",
32
36
  "label": "Teams Agents and Apps",
33
37
  "detail": "Create agent, chat bot, web pages or other apps in Microsoft Teams using Microsoft Teams SDK.",
34
38
  "groupName": "Apps for Microsoft 365",
39
+ "iconPath": "microsoft365-agents-toolkit-teams",
35
40
  "keyPrefix": "template.createProjectQuestion.projectType.teamsAgentsAndApps" },
36
41
  { "id": "office-meta-os-type",
37
42
  "label": "Office Add-in",
38
43
  "detail": "Extend Office applications to interact with content in Office documents and Outlook items",
39
44
  "groupName": "Apps for Microsoft 365",
45
+ "iconPath": "microsoft365-agents-office",
40
46
  "keyPrefix": "template.createProjectQuestion.projectType.officeAddin" },
41
47
  { "id": "start-with-github-copilot",
42
48
  "label": "Don't know how to start? Use GitHub Copilot Chat",
43
49
  "detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your app or Microsoft 365 Copilot agent.",
44
50
  "groupName": "Use GitHub Copilot",
51
+ "iconPath": "question",
45
52
  "condition": { "expr": "surface == 'vscode' && featureFlag('TEAMSFX_CHAT_PARTICIPANT_ENTRIES')" },
46
53
  "keyPrefix": "template.createProjectQuestion.projectType.copilotHelp" }
47
54
  ]
@@ -49,7 +56,7 @@
49
56
  {
50
57
  "name": "daTemplate",
51
58
  "type": "singleSelect",
52
- "title": "Declarative Agent",
59
+ "title": "Create Declarative Agent",
53
60
  "placeholder": "Add an action to your declarative agent",
54
61
  "keyPrefix": "template.createProjectQuestion.declarativeCopilot",
55
62
  "condition": { "expr": "projectType == 'copilot-agent-type'" },
@@ -214,8 +221,8 @@
214
221
  "detail": "Customize the ribbon with a button and embed content in the task pane",
215
222
  "keyPrefix": "template.newTaskpaneAddin" },
216
223
  { "id": "office-addin-excel-cfshortcut",
217
- "label": "Custom Function and Shortcut",
218
- "detail": "Task pane add-in with custom function and shortcut",
224
+ "label": "Excel Custom Functions (Shared Runtime)",
225
+ "detail": "Create custom functions in Excel using a shared runtime",
219
226
  "condition": { "featureFlag": "TEAMSFX_CF_SHORTCUT_METAOS" },
220
227
  "keyPrefix": "template.newCFShortcut" },
221
228
  { "id": "office-addin-config",
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "6.12.0"
2
+ "version": "6.12.1"
3
3
  }
@@ -70,14 +70,9 @@
70
70
 
71
71
  "routes": [
72
72
  {
73
- "when": "addCapability=='add-action' && actionSource=='mcp' && featureFlag('TEAMSFX_MCP_FOR_DA_DT')",
73
+ "when": "addCapability=='add-action' && actionSource=='mcp'",
74
74
  "templateId": "add-mcp-server",
75
75
  "engine": "v4"
76
- },
77
- {
78
- "when": "addCapability=='add-action' && actionSource=='mcp' && !featureFlag('TEAMSFX_MCP_FOR_DA_DT')",
79
- "engine": "v3-core-method",
80
- "coreMethod": "addPlugin"
81
76
  }
82
77
  ]
83
78
  }
Binary file
Binary file
@@ -1 +0,0 @@
1
- .localConfigs
@@ -1,4 +0,0 @@
1
- .localConfigs.playground
2
-
3
- # Dev tool directories
4
- /devTools/