@microsoft/teamsfx-core 3.0.14-alpha.36cd4ecbcb.0 → 3.0.14-alpha.3f4824bc25.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 (354) hide show
  1. package/build/client/teamsDevPortalClient.d.ts +7 -2
  2. package/build/client/teamsDevPortalClient.d.ts.map +1 -1
  3. package/build/client/teamsDevPortalClient.js +63 -59
  4. package/build/client/teamsDevPortalClient.js.map +1 -1
  5. package/build/client/teamsGraphClient.d.ts +3 -3
  6. package/build/client/teamsGraphClient.d.ts.map +1 -1
  7. package/build/client/teamsGraphClient.js +3 -3
  8. package/build/client/teamsGraphClient.js.map +1 -1
  9. package/build/common/daSpecParser.d.ts +16 -1
  10. package/build/common/daSpecParser.d.ts.map +1 -1
  11. package/build/common/daSpecParser.js +34 -21
  12. package/build/common/daSpecParser.js.map +1 -1
  13. package/build/common/featureFlags.d.ts +10 -0
  14. package/build/common/featureFlags.d.ts.map +1 -1
  15. package/build/common/featureFlags.js +17 -1
  16. package/build/common/featureFlags.js.map +1 -1
  17. package/build/common/fetchHelper.d.ts.map +1 -1
  18. package/build/common/fetchHelper.js +41 -3
  19. package/build/common/fetchHelper.js.map +1 -1
  20. package/build/common/kiotaClient.d.ts +3 -3
  21. package/build/common/kiotaClient.d.ts.map +1 -1
  22. package/build/common/kiotaClient.js +10 -10
  23. package/build/common/kiotaClient.js.map +1 -1
  24. package/build/common/telemetry.js +2 -2
  25. package/build/common/telemetry.js.map +1 -1
  26. package/build/common/templates-config.json +2 -2
  27. package/build/common/tools.d.ts +6 -1
  28. package/build/common/tools.d.ts.map +1 -1
  29. package/build/common/tools.js +13 -8
  30. package/build/common/tools.js.map +1 -1
  31. package/build/common/wrappedAxiosClient.d.ts +1 -1
  32. package/build/common/wrappedAxiosClient.d.ts.map +1 -1
  33. package/build/common/wrappedAxiosClient.js +12 -13
  34. package/build/common/wrappedAxiosClient.js.map +1 -1
  35. package/build/component/configManager/actionInjector.d.ts +16 -1
  36. package/build/component/configManager/actionInjector.d.ts.map +1 -1
  37. package/build/component/configManager/actionInjector.js +106 -1
  38. package/build/component/configManager/actionInjector.js.map +1 -1
  39. package/build/component/coordinator/index.d.ts +4 -0
  40. package/build/component/coordinator/index.d.ts.map +1 -1
  41. package/build/component/coordinator/index.js +5 -2
  42. package/build/component/coordinator/index.js.map +1 -1
  43. package/build/component/deps-checker/internal/funcToolChecker.d.ts +6 -0
  44. package/build/component/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
  45. package/build/component/deps-checker/internal/funcToolChecker.js +15 -12
  46. package/build/component/deps-checker/internal/funcToolChecker.js.map +1 -1
  47. package/build/component/deps-checker/internal/nodeChecker.js +1 -1
  48. package/build/component/deps-checker/internal/nodeChecker.js.map +1 -1
  49. package/build/component/deps-checker/internal/testToolChecker.d.ts +12 -0
  50. package/build/component/deps-checker/internal/testToolChecker.d.ts.map +1 -1
  51. package/build/component/deps-checker/internal/testToolChecker.js +23 -14
  52. package/build/component/deps-checker/internal/testToolChecker.js.map +1 -1
  53. package/build/component/developerPortalScaffoldUtils.d.ts +11 -1
  54. package/build/component/developerPortalScaffoldUtils.d.ts.map +1 -1
  55. package/build/component/developerPortalScaffoldUtils.js +21 -12
  56. package/build/component/developerPortalScaffoldUtils.js.map +1 -1
  57. package/build/component/driver/aad/utility/aadManifestHelper.d.ts +1 -1
  58. package/build/component/driver/aad/utility/aadManifestHelper.d.ts.map +1 -1
  59. package/build/component/driver/aad/utility/aadManifestHelper.js +7 -4
  60. package/build/component/driver/aad/utility/aadManifestHelper.js.map +1 -1
  61. package/build/component/driver/add/addWebPart.d.ts +9 -0
  62. package/build/component/driver/add/addWebPart.d.ts.map +1 -1
  63. package/build/component/driver/add/addWebPart.js +13 -7
  64. package/build/component/driver/add/addWebPart.js.map +1 -1
  65. package/build/component/driver/arm/util/handleError.d.ts +5 -0
  66. package/build/component/driver/arm/util/handleError.d.ts.map +1 -1
  67. package/build/component/driver/arm/util/handleError.js +10 -5
  68. package/build/component/driver/arm/util/handleError.js.map +1 -1
  69. package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.d.ts +8 -1
  70. package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.d.ts.map +1 -1
  71. package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.js +15 -10
  72. package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.js.map +1 -1
  73. package/build/component/driver/devTool/httpClient.d.ts +4 -0
  74. package/build/component/driver/devTool/httpClient.d.ts.map +1 -1
  75. package/build/component/driver/devTool/httpClient.js +6 -3
  76. package/build/component/driver/devTool/httpClient.js.map +1 -1
  77. package/build/component/driver/m365/acquire.d.ts +13 -1
  78. package/build/component/driver/m365/acquire.d.ts.map +1 -1
  79. package/build/component/driver/m365/acquire.js +16 -8
  80. package/build/component/driver/m365/acquire.js.map +1 -1
  81. package/build/component/driver/oauth/update.d.ts +6 -0
  82. package/build/component/driver/oauth/update.d.ts.map +1 -1
  83. package/build/component/driver/oauth/update.js +8 -4
  84. package/build/component/driver/oauth/update.js.map +1 -1
  85. package/build/component/driver/script/scriptDriver.d.ts +6 -0
  86. package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
  87. package/build/component/driver/script/scriptDriver.js +9 -4
  88. package/build/component/driver/script/scriptDriver.js.map +1 -1
  89. package/build/component/driver/share/utils.d.ts.map +1 -1
  90. package/build/component/driver/share/utils.js +9 -7
  91. package/build/component/driver/share/utils.js.map +1 -1
  92. package/build/component/driver/teamsApp/constants.d.ts +3 -3
  93. package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
  94. package/build/component/driver/teamsApp/constants.js +3 -3
  95. package/build/component/driver/teamsApp/constants.js.map +1 -1
  96. package/build/component/driver/teamsApp/createAppPackage.d.ts +6 -0
  97. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
  98. package/build/component/driver/teamsApp/createAppPackage.js +47 -11
  99. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
  100. package/build/component/driver/teamsApp/interfaces/ValidationResult.d.ts +6 -0
  101. package/build/component/driver/teamsApp/interfaces/ValidationResult.d.ts.map +1 -1
  102. package/build/component/driver/teamsApp/publishAppPackage.d.ts +4 -0
  103. package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
  104. package/build/component/driver/teamsApp/publishAppPackage.js +8 -5
  105. package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
  106. package/build/component/driver/teamsApp/syncManifest.d.ts +16 -3
  107. package/build/component/driver/teamsApp/syncManifest.d.ts.map +1 -1
  108. package/build/component/driver/teamsApp/syncManifest.js +28 -18
  109. package/build/component/driver/teamsApp/syncManifest.js.map +1 -1
  110. package/build/component/driver/teamsApp/teamsappMgr.d.ts +4 -0
  111. package/build/component/driver/teamsApp/teamsappMgr.d.ts.map +1 -1
  112. package/build/component/driver/teamsApp/teamsappMgr.js +6 -3
  113. package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
  114. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts +2 -0
  115. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
  116. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +113 -1
  117. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
  118. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts +4 -0
  119. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
  120. package/build/component/driver/teamsApp/utils/ManifestUtils.js +5 -2
  121. package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
  122. package/build/component/driver/teamsApp/utils/McpCertVerification.d.ts +4 -0
  123. package/build/component/driver/teamsApp/utils/McpCertVerification.d.ts.map +1 -1
  124. package/build/component/driver/teamsApp/utils/McpCertVerification.js +12 -5
  125. package/build/component/driver/teamsApp/utils/McpCertVerification.js.map +1 -1
  126. package/build/component/driver/teamsApp/utils/telemetry.d.ts +1 -0
  127. package/build/component/driver/teamsApp/utils/telemetry.d.ts.map +1 -1
  128. package/build/component/driver/teamsApp/utils/telemetry.js +1 -0
  129. package/build/component/driver/teamsApp/utils/telemetry.js.map +1 -1
  130. package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
  131. package/build/component/driver/teamsApp/validate.js +11 -1
  132. package/build/component/driver/teamsApp/validate.js.map +1 -1
  133. package/build/component/driver/teamsApp/validateTestCases.d.ts +12 -0
  134. package/build/component/driver/teamsApp/validateTestCases.d.ts.map +1 -1
  135. package/build/component/driver/teamsApp/validateTestCases.js +17 -8
  136. package/build/component/driver/teamsApp/validateTestCases.js.map +1 -1
  137. package/build/component/driver/typeSpec/compile.d.ts +9 -0
  138. package/build/component/driver/typeSpec/compile.d.ts.map +1 -1
  139. package/build/component/driver/typeSpec/compile.js +16 -10
  140. package/build/component/driver/typeSpec/compile.js.map +1 -1
  141. package/build/component/generator/declarativeAgent/generator.d.ts +8 -0
  142. package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
  143. package/build/component/generator/declarativeAgent/generator.js +15 -8
  144. package/build/component/generator/declarativeAgent/generator.js.map +1 -1
  145. package/build/component/generator/declarativeAgent/helper.d.ts +31 -0
  146. package/build/component/generator/declarativeAgent/helper.d.ts.map +1 -1
  147. package/build/component/generator/declarativeAgent/helper.js +237 -34
  148. package/build/component/generator/declarativeAgent/helper.js.map +1 -1
  149. package/build/component/generator/defaultGenerator.js +2 -2
  150. package/build/component/generator/defaultGenerator.js.map +1 -1
  151. package/build/component/generator/generatorAction.d.ts +9 -0
  152. package/build/component/generator/generatorAction.d.ts.map +1 -1
  153. package/build/component/generator/generatorAction.js +16 -8
  154. package/build/component/generator/generatorAction.js.map +1 -1
  155. package/build/component/generator/officeAddin/generator.d.ts +4 -0
  156. package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
  157. package/build/component/generator/officeAddin/generator.js +6 -3
  158. package/build/component/generator/officeAddin/generator.js.map +1 -1
  159. package/build/component/generator/officeAddin/helperMethods.d.ts +4 -0
  160. package/build/component/generator/officeAddin/helperMethods.d.ts.map +1 -1
  161. package/build/component/generator/officeAddin/helperMethods.js +6 -3
  162. package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
  163. package/build/component/generator/openApiSpec/customEngineAgentGenerator.d.ts +9 -0
  164. package/build/component/generator/openApiSpec/customEngineAgentGenerator.d.ts.map +1 -1
  165. package/build/component/generator/openApiSpec/customEngineAgentGenerator.js +11 -5
  166. package/build/component/generator/openApiSpec/customEngineAgentGenerator.js.map +1 -1
  167. package/build/component/generator/spfx/utils/constants.d.ts +1 -1
  168. package/build/component/generator/spfx/utils/constants.js +1 -1
  169. package/build/component/generator/templates/metadata/index.js +5 -5
  170. package/build/component/generator/templates/metadata/index.js.map +1 -1
  171. package/build/component/generator/templates/templateNames.d.ts +2 -0
  172. package/build/component/generator/templates/templateNames.d.ts.map +1 -1
  173. package/build/component/generator/templates/templateNames.js +3 -0
  174. package/build/component/generator/templates/templateNames.js.map +1 -1
  175. package/build/component/generator/utils.js +8 -8
  176. package/build/component/generator/utils.js.map +1 -1
  177. package/build/component/generator/v4MetadataSource.d.ts +2 -2
  178. package/build/component/generator/v4MetadataSource.d.ts.map +1 -1
  179. package/build/component/generator/v4MetadataSource.js +6 -6
  180. package/build/component/generator/v4MetadataSource.js.map +1 -1
  181. package/build/component/generator/v4TemplateBridge.d.ts +11 -0
  182. package/build/component/generator/v4TemplateBridge.d.ts.map +1 -1
  183. package/build/component/generator/v4TemplateBridge.js +17 -6
  184. package/build/component/generator/v4TemplateBridge.js.map +1 -1
  185. package/build/component/local/localCertificateManager.d.ts +17 -1
  186. package/build/component/local/localCertificateManager.d.ts.map +1 -1
  187. package/build/component/local/localCertificateManager.js +48 -31
  188. package/build/component/local/localCertificateManager.js.map +1 -1
  189. package/build/component/m365/packageService.d.ts +5 -0
  190. package/build/component/m365/packageService.d.ts.map +1 -1
  191. package/build/component/m365/packageService.js +32 -12
  192. package/build/component/m365/packageService.js.map +1 -1
  193. package/build/component/middleware/envMW.d.ts.map +1 -1
  194. package/build/component/middleware/envMW.js +5 -0
  195. package/build/component/middleware/envMW.js.map +1 -1
  196. package/build/component/utils/ResourceGroupHelper.d.ts +4 -0
  197. package/build/component/utils/ResourceGroupHelper.d.ts.map +1 -1
  198. package/build/component/utils/ResourceGroupHelper.js +7 -4
  199. package/build/component/utils/ResourceGroupHelper.js.map +1 -1
  200. package/build/component/utils/charsetUtils.js +3 -3
  201. package/build/component/utils/charsetUtils.js.map +1 -1
  202. package/build/component/utils/fileOperation.d.ts +10 -0
  203. package/build/component/utils/fileOperation.d.ts.map +1 -1
  204. package/build/component/utils/fileOperation.js +27 -17
  205. package/build/component/utils/fileOperation.js.map +1 -1
  206. package/build/component/utils/mcpAuthScaffolder.d.ts +106 -0
  207. package/build/component/utils/mcpAuthScaffolder.d.ts.map +1 -0
  208. package/build/component/utils/mcpAuthScaffolder.js +153 -0
  209. package/build/component/utils/mcpAuthScaffolder.js.map +1 -0
  210. package/build/component/utils/mcpToolFetcher.d.ts +12 -1
  211. package/build/component/utils/mcpToolFetcher.d.ts.map +1 -1
  212. package/build/component/utils/mcpToolFetcher.js +23 -3
  213. package/build/component/utils/mcpToolFetcher.js.map +1 -1
  214. package/build/component/utils/metadataGraphPermssion.d.ts +4 -0
  215. package/build/component/utils/metadataGraphPermssion.d.ts.map +1 -1
  216. package/build/component/utils/metadataGraphPermssion.js +7 -4
  217. package/build/component/utils/metadataGraphPermssion.js.map +1 -1
  218. package/build/component/utils/odrProvider.d.ts +6 -0
  219. package/build/component/utils/odrProvider.d.ts.map +1 -1
  220. package/build/component/utils/odrProvider.js +9 -4
  221. package/build/component/utils/odrProvider.js.map +1 -1
  222. package/build/core/FxCore.d.ts +44 -0
  223. package/build/core/FxCore.d.ts.map +1 -1
  224. package/build/core/FxCore.declarativeAgent.d.ts +9 -0
  225. package/build/core/FxCore.declarativeAgent.d.ts.map +1 -1
  226. package/build/core/FxCore.declarativeAgent.js +299 -181
  227. package/build/core/FxCore.declarativeAgent.js.map +1 -1
  228. package/build/core/FxCore.js +394 -66
  229. package/build/core/FxCore.js.map +1 -1
  230. package/build/core/FxCore.openPlugin.d.ts +6 -0
  231. package/build/core/FxCore.openPlugin.d.ts.map +1 -1
  232. package/build/core/FxCore.openPlugin.js +8 -4
  233. package/build/core/FxCore.openPlugin.js.map +1 -1
  234. package/build/core/collaborator.d.ts +4 -0
  235. package/build/core/collaborator.d.ts.map +1 -1
  236. package/build/core/collaborator.js +6 -3
  237. package/build/core/collaborator.js.map +1 -1
  238. package/build/core/middleware/concurrentLocker.d.ts +9 -0
  239. package/build/core/middleware/concurrentLocker.d.ts.map +1 -1
  240. package/build/core/middleware/concurrentLocker.js +14 -8
  241. package/build/core/middleware/concurrentLocker.js.map +1 -1
  242. package/build/core/middleware/fileLocker.d.ts +6 -0
  243. package/build/core/middleware/fileLocker.d.ts.map +1 -1
  244. package/build/core/middleware/fileLocker.js +11 -6
  245. package/build/core/middleware/fileLocker.js.map +1 -1
  246. package/build/error/teamsApp.d.ts +3 -0
  247. package/build/error/teamsApp.d.ts.map +1 -1
  248. package/build/error/teamsApp.js +15 -1
  249. package/build/error/teamsApp.js.map +1 -1
  250. package/build/question/create.d.ts +8 -1
  251. package/build/question/create.d.ts.map +1 -1
  252. package/build/question/create.js +24 -15
  253. package/build/question/create.js.map +1 -1
  254. package/build/question/index.d.ts +1 -0
  255. package/build/question/index.d.ts.map +1 -1
  256. package/build/question/index.js +3 -0
  257. package/build/question/index.js.map +1 -1
  258. package/build/question/inputs/AddPluginInputs.d.ts +1 -1
  259. package/build/question/inputs/AddPluginInputs.d.ts.map +1 -1
  260. package/build/question/inputs/AddSkillInputs.d.ts +10 -0
  261. package/build/question/inputs/AddSkillInputs.d.ts.map +1 -0
  262. package/build/question/inputs/AddSkillInputs.js +5 -0
  263. package/build/question/inputs/AddSkillInputs.js.map +1 -0
  264. package/build/question/inputs/CreateProjectInputs.d.ts +7 -1
  265. package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
  266. package/build/question/inputs/index.d.ts +1 -0
  267. package/build/question/inputs/index.d.ts.map +1 -1
  268. package/build/question/inputs/index.js +1 -0
  269. package/build/question/inputs/index.js.map +1 -1
  270. package/build/question/options/AddPluginOptions.js +1 -1
  271. package/build/question/options/AddPluginOptions.js.map +1 -1
  272. package/build/question/options/AddSkillOptions.d.ts +4 -0
  273. package/build/question/options/AddSkillOptions.d.ts.map +1 -0
  274. package/build/question/options/AddSkillOptions.js +47 -0
  275. package/build/question/options/AddSkillOptions.js.map +1 -0
  276. package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
  277. package/build/question/options/CreateProjectOptions.js +17 -2
  278. package/build/question/options/CreateProjectOptions.js.map +1 -1
  279. package/build/question/options/index.d.ts +1 -0
  280. package/build/question/options/index.d.ts.map +1 -1
  281. package/build/question/options/index.js +1 -0
  282. package/build/question/options/index.js.map +1 -1
  283. package/build/question/other.d.ts +1 -0
  284. package/build/question/other.d.ts.map +1 -1
  285. package/build/question/other.js +152 -35
  286. package/build/question/other.js.map +1 -1
  287. package/build/question/questionNames.d.ts +10 -1
  288. package/build/question/questionNames.d.ts.map +1 -1
  289. package/build/question/questionNames.js +9 -0
  290. package/build/question/questionNames.js.map +1 -1
  291. package/build/question/scaffold/vsc/CapabilityOptions.d.ts +1 -0
  292. package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
  293. package/build/question/scaffold/vsc/CapabilityOptions.js +11 -0
  294. package/build/question/scaffold/vsc/CapabilityOptions.js.map +1 -1
  295. package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts +2 -0
  296. package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts.map +1 -1
  297. package/build/question/scaffold/vsc/ProjectTypeOptions.js +9 -0
  298. package/build/question/scaffold/vsc/ProjectTypeOptions.js.map +1 -1
  299. package/build/question/scaffold/vsc/rootNode.d.ts.map +1 -1
  300. package/build/question/scaffold/vsc/rootNode.js +6 -4
  301. package/build/question/scaffold/vsc/rootNode.js.map +1 -1
  302. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +33 -0
  303. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
  304. package/build/question/scaffold/vsc/teamsProjectTypeNode.js +160 -37
  305. package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
  306. package/build/question/share.d.ts +7 -0
  307. package/build/question/share.d.ts.map +1 -1
  308. package/build/question/share.js +7 -3
  309. package/build/question/share.js.map +1 -1
  310. package/build/v4/distribution/templateConfig.d.ts +36 -10
  311. package/build/v4/distribution/templateConfig.d.ts.map +1 -1
  312. package/build/v4/distribution/templateConfig.js +47 -9
  313. package/build/v4/distribution/templateConfig.js.map +1 -1
  314. package/package.json +18 -79
  315. package/resource/package.nls.cs.json +57 -4
  316. package/resource/package.nls.de.json +57 -4
  317. package/resource/package.nls.es.json +57 -4
  318. package/resource/package.nls.fr.json +57 -4
  319. package/resource/package.nls.it.json +57 -4
  320. package/resource/package.nls.ja.json +57 -4
  321. package/resource/package.nls.json +54 -1
  322. package/resource/package.nls.ko.json +57 -4
  323. package/resource/package.nls.pl.json +57 -4
  324. package/resource/package.nls.pt-BR.json +57 -4
  325. package/resource/package.nls.ru.json +57 -4
  326. package/resource/package.nls.tr.json +57 -4
  327. package/resource/package.nls.zh-Hans.json +57 -4
  328. package/resource/package.nls.zh-Hant.json +57 -4
  329. package/resource/templates/package.nls.cs.json +5 -0
  330. package/resource/templates/package.nls.de.json +5 -0
  331. package/resource/templates/package.nls.es.json +5 -0
  332. package/resource/templates/package.nls.fr.json +5 -0
  333. package/resource/templates/package.nls.it.json +5 -0
  334. package/resource/templates/package.nls.ja.json +5 -0
  335. package/resource/templates/package.nls.json +5 -0
  336. package/resource/templates/package.nls.ko.json +5 -0
  337. package/resource/templates/package.nls.pl.json +5 -0
  338. package/resource/templates/package.nls.pt-BR.json +5 -0
  339. package/resource/templates/package.nls.ru.json +5 -0
  340. package/resource/templates/package.nls.tr.json +5 -0
  341. package/resource/templates/package.nls.zh-Hans.json +5 -0
  342. package/resource/templates/package.nls.zh-Hant.json +5 -0
  343. package/templates/fallback/common.zip +0 -0
  344. package/templates/fallback/csharp.zip +0 -0
  345. package/templates/fallback/js.zip +0 -0
  346. package/templates/fallback/python.zip +0 -0
  347. package/templates/fallback/ts.zip +0 -0
  348. package/templates/metadata/allTemplates.json +16 -0
  349. package/templates/metadata/defaultGeneratorTemplates.json +8 -0
  350. package/templates/metadata.zip +0 -0
  351. package/templates/ui/tdpNode.json +7 -0
  352. package/templates/ui/wizardNode.json +33 -0
  353. package/templates/v4/floor.json +1 -1
  354. package/templates/v4/templates.zip +0 -0
@@ -2,10 +2,15 @@
2
2
  "core.addApi.confirm": "Microsoft 365 代理程式工具組將根據您提供的新 OpenAPI 文件,修改您 \"%s\" 資料夾中的檔案。為了避免遺失未預期的變更,請在繼續之前備份您的檔案或使用 Git 進行變更追蹤。",
3
3
  "core.addApi.confirm.teamsYaml": "Microsoft 365 代理程式工具組將根據您提供的新 OpenAPI 文件,修改 \"%s\" 資料夾中的檔案與 \"%s\"。為了避免遺失未預期的變更,請在繼續之前備份您的檔案或使用 Git 進行變更追蹤。",
4
4
  "core.addApi.confirm.localTeamsYaml": "Microsoft 365 代理程式工作組將根據您提供的新 OpenAPI 文件,修改您 \"%s\" 資料夾中的檔案,以及 \"%s\" 和 \"%s\"。為了避免遺失未預期的變更,請在繼續之前備份您的檔案或使用 Git 進行變更追蹤。",
5
+ "core.addApi.confirm.mcp": "Microsoft 365 Agents Toolkit will modify files in your \"%s\" folder to add the MCP action. Back up your files or use git before proceeding.",
6
+ "core.addApi.confirm.mcp.teamsYaml": "Microsoft 365 Agents Toolkit will modify files in your \"%s\" folder and \"%s\" to add the MCP action and wire OAuth. Back up your files or use git before proceeding.",
5
7
  "core.addApi.continue": "新增",
6
8
  "core.regenerateApi.continue": "重新產生",
7
9
  "core.addKnowledge.confirm": "Microsoft 365 代理程式工具組將根據您提供的功能來源,修改您 \"%s\" 資料夾中的檔案。為了避免遺失未預期的變更,請在繼續之前備份您的檔案或使用 Git 進行變更追蹤。",
8
10
  "core.addKnowledge.continue": "新增",
11
+ "core.addSkill.confirm": "Microsoft 365 Agents Toolkit will modify files in your \"%s\" folder to add the agent skill. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
12
+ "core.addSkill.continue": "Add",
13
+ "core.addSkill.featureFlagDisabled": "Agent skills are not enabled. Set the environment variable TEAMSFX_AGENT_SKILLS=true to enable this preview feature.",
9
14
  "core.setSensitivityLabel.confirm": "Teams 工具組會根據您提供的敏感度標籤來修改檔案 \"%s\"。為了避免遺失未預期的變更,請在繼續之前備份您的檔案或使用 Git 進行變更追蹤。",
10
15
  "core.setSensitivityLabel.continue": "設定",
11
16
  "core.provision.provision": "佈建",
@@ -36,8 +41,8 @@
36
41
  "core.progress.configureAzureStorage": "正在設定 Azure 儲存體,啟用靜態網站設定。",
37
42
  "core.progress.runCommand": "在 %s 執行命令 %s",
38
43
  "core.progress.deployToAzure": "正在將 %s 部署至 %s。",
39
- "core.migrationV3.abandonedProject": "This project version is not supported and cannot be upgraded. Please create a new project with Microsoft 365 Agents Toolkit.",
40
- "core.migrationV3.notAllowedMigration": "This project can be upgraded. Please use Microsoft 365 Agents Toolkit for VS Code v6.10 or Microsoft 365 Agents Toolkit CLI v1.1.11 to upgrade your project.",
44
+ "core.migrationV3.abandonedProject": "不支援此專案版本,且無法升級。請使用 Microsoft 365 Agents 工具組建立新專案。",
45
+ "core.migrationV3.notAllowedMigration": "此專案可升級。請使用適用於 VS Code v6.10 Microsoft 365 Agents 工具組或 Microsoft 365 Agents 工具組 CLI v1.1.11 以升級您的專案。",
41
46
  "core.deployArmTemplates.ActionSuccess": "已成功部署ARM範本。資源組名: %s。部署名稱: %s",
42
47
  "core.collaboration.ListCollaboratorsSuccess": "應用程式擁有者清單已成功列出,您可以在[輸出面板](%s)中檢視。",
43
48
  "core.collaboration.GrantingPermission": "正在授與權限",
@@ -226,7 +231,7 @@
226
231
  "error.generator.TemplateNotFoundError": "找不到範本: %s。",
227
232
  "error.generator.SampleNotFoundError": "找不到範例: %s。",
228
233
  "error.generator.UnzipError": "無法擷取範本並將它們儲存到磁碟。",
229
- "error.generator.TemplateOutputPathError": "Template entry %s resolves outside the destination directory.",
234
+ "error.generator.TemplateOutputPathError": "範本項目 %s 會解析到目的地目錄外。",
230
235
  "error.generator.MissKeyError": "找不到金鑰 %s",
231
236
  "error.generator.FileConflictError": "%s 發生檔案衝突",
232
237
  "error.generator.FetchSampleInfoError": "無法擷取範例資訊",
@@ -310,6 +315,9 @@
310
315
  "core.createProjectQuestion.option.description.previewOnWindow": "在 Windows 上預覽",
311
316
  "core.createProjectQuestion.option.description.worksInOutlook": "在 Teams 和 Outlook 中運作",
312
317
  "core.createProjectQuestion.option.description.worksInOutlookM365": "可在 Teams、Outlook 和 Microsoft 365 應用程式中運作",
318
+ "template.createProjectQuestion.projectType.blankApp.label": "Blank Copilot app/agent",
319
+ "template.createProjectQuestion.projectType.blankApp.detail": "A minimal app with just a manifest, icons, and environment files. Build any M365 capability from scratch.",
320
+ "template.createProjectQuestion.projectType.blankApp.title": "Create a Blank Copilot app/agent",
313
321
  "core.createProjectQuestion.projectType.bot.detail": "建立即時且吸引人的聊天體驗,讓工作順暢地自動化",
314
322
  "core.createProjectQuestion.projectType.bot.label": "Bot",
315
323
  "core.createProjectQuestion.projectType.bot.title": "使用 Bot 的應用程式功能",
@@ -468,6 +476,9 @@
468
476
  "core.addKnowledge.success.vsc": "已成功將功能來源新增至專案。",
469
477
  "core.addKnowledge.success": "已成功將功能來源新增至專案。在 \"%s\" 中檢視代理程式資訊清單。",
470
478
  "core.addKnowledge.success.viewAgentManifest": "檢視代理程式資訊清單",
479
+ "core.addSkill.success.vsc": "Agent skill added to the project successfully.",
480
+ "core.addSkill.success": "Agent skill added to the project successfully. View agent manifest in \"%s\".",
481
+ "core.addSkill.success.viewAgentManifest": "View agent manifest",
471
482
  "core.scaffold.warning.summary": "我們偵測到下列問題:\n%s",
472
483
  "core.addPlugin.warning.manifestVariables": "在新增外掛程式的指令清單中找到 \"%s\" 環境變數。請確認值已在 .env 檔案或系統環境變數中設定。",
473
484
  "core.addPlugin.warning.apiSpecVariables": "\"%s\" 新增外掛程式的 API 規格中找到環境變數。請確認值已在 .env 檔案或系統環境變數中設定。",
@@ -874,6 +885,8 @@
874
885
  "error.teamsApp.AppIdNotExistError": "開發人員入口網站中不存在識別碼為 %s 的應用程式。",
875
886
  "error.teamsApp.InvalidAppIdError": "應用程式識別碼 %s 無效,必須是 GUID。",
876
887
  "error.teamsApp.createAppPackage.invalidFile": "%s 無效,它應該與manifest.json或其子目錄位於相同的目錄中。",
888
+ "error.teamsApp.createAppPackage.packageSizeExceeded": "The generated app package (%s MB) exceeds the maximum allowed size of %s MB. Reduce the package contents before building.",
889
+ "error.m365.packageService.packageSizeExceeded": "The app package (%s MB) exceeds the maximum supported size (%s MB). Reduce the package contents before uploading.",
877
890
  "driver.botFramework.description": "在 dev.botframework.com 上建立或更新 Bot 註冊",
878
891
  "driver.botFramework.summary.create": "已成功建立 Bot 註冊 (%s)。",
879
892
  "driver.botFramework.summary.update": "已成功更新 Bot 註冊 (%s)。",
@@ -1056,6 +1069,28 @@
1056
1069
  "driver.typespec.error.compileError": "TypeSpec 編譯失敗。請修正編譯器報告的錯誤,然後再試一次。編譯器輸出:\n%s",
1057
1070
  "driver.typeSpec.progressBar": "正在編譯和產生檔案...",
1058
1071
  "core.addKnowledge.doubleConfirm": "執行此動作將會覆寫您現有的資訊清單檔案,且無法復原。若要保留您現有的資料,請先備份資料再繼續。是否要新增內容?",
1072
+ "core.addSkillQuestion.name.title": "Skill Name",
1073
+ "core.addSkillQuestion.name.placeholder": "Enter a name for your skill (letters, numbers, and hyphens only)",
1074
+ "core.addSkillQuestion.name.validation": "Skill name must start with a letter and contain only letters, numbers, and hyphens.",
1075
+ "core.addSkillQuestion.name.duplicate": "A skill named \"%s\" already exists. Please choose a different name.",
1076
+ "core.addSkillQuestion.description.title": "Skill Description",
1077
+ "core.addSkillQuestion.description.placeholder": "Describe what this skill does",
1078
+ "core.addSkillQuestion.sourceType.title": "How would you like to add a skill?",
1079
+ "core.addSkillQuestion.sourceType.new": "Create a new skill",
1080
+ "core.addSkillQuestion.sourceType.newDetail": "Start from scratch with a blank skill template",
1081
+ "core.addSkillQuestion.sourceType.existing": "Start from an existing skill",
1082
+ "core.addSkillQuestion.sourceType.existingDetail": "Import a skill from a .zip file",
1083
+ "core.addSkillQuestion.zipFile.title": "Select a skill zip file",
1084
+ "core.addSkillQuestion.zipFile.placeholder": "Select a .zip file containing a skill",
1085
+ "core.addSkillQuestion.exposeToCopilot.title": "Do you want to expose this skill to Copilot?",
1086
+ "core.addSkillQuestion.exposeToCopilot.yes": "Yes",
1087
+ "core.addSkillQuestion.exposeToCopilot.yesDetail": "Expose the skill to all Copilot surfaces via the Teams manifest",
1088
+ "core.addSkillQuestion.exposeToCopilot.no": "No",
1089
+ "core.addSkillQuestion.exposeToCopilot.noDetail": "Keep the skill scoped to the declarative agent only",
1090
+ "core.addSkill.zipInvalidEntries": "The zip file contains invalid entries (path traversal or absolute paths). Please provide a valid skill zip file.",
1091
+ "core.addSkill.zipNoSkillMd": "The zip file does not contain a SKILL.md file. Each skill must include a SKILL.md file.",
1092
+ "core.addSkill.zipInvalidLayout": "The zip file has an invalid layout. It must contain either a single skill folder or skill files at the root level.",
1093
+ "core.addSkill.zipSkillFolderExists": "A skill folder named \"%s\" already exists in the app package. Please remove it first or choose a different skill.",
1059
1094
  "error.dep.InstallNodeJSError": "無法安裝 Node.js,原因: %s。請從 https://nodejs.org 手動安裝,然後重新啟動 Visual Studio Code。",
1060
1095
  "action.devTool.nodeInstaller.Progress.title": "安裝 NodeJS",
1061
1096
  "action.devTool.nodeInstaller.Progress1": "正在系統環境中檢查 NodeJS",
@@ -1083,7 +1118,24 @@
1083
1118
  "core.createProjectQuestion.mcpForDa.PreFetchTools.title": "選取 Copilot 可以互動的作業",
1084
1119
  "core.createProjectQuestion.mcpForDa.AuthType.title": "選取驗證類型",
1085
1120
  "core.createProjectQuestion.mcpForDa.Auth.OAuth": "OAuth (具有靜態註冊)",
1121
+ "core.createProjectQuestion.mcpForDa.Auth.OAuth.Detail": "Use a pre-registered OAuth client. The toolkit will ask for client id, client secret, and optional scopes.",
1122
+ "core.createProjectQuestion.mcpForDa.Auth.OAuthDynamic": "OAuth (with dynamic registration)",
1123
+ "core.createProjectQuestion.mcpForDa.Auth.OAuthDynamic.Detail": "MCP server registers a client at runtime; no extra details needed.",
1086
1124
  "core.createProjectQuestion.mcpForDa.Auth.EntraSSO": "Entra SSO",
1125
+ "core.createProjectQuestion.mcpForDa.Auth.EntraSSO.Detail": "Use a Microsoft Entra app for single sign-on. The toolkit will ask for the Entra app client id.",
1126
+ "core.createProjectQuestion.mcpForDa.Auth.None": "None",
1127
+ "core.createProjectQuestion.mcpForDa.Auth.None.Detail": "The MCP server does not require authentication.",
1128
+ "core.createProjectQuestion.mcpForDa.ClientId.title": "OAuth Client ID",
1129
+ "core.createProjectQuestion.mcpForDa.ClientId.placeholder": "Enter the OAuth client ID issued by your authorization server",
1130
+ "core.createProjectQuestion.mcpForDa.ClientId.required": "OAuth Client ID is required.",
1131
+ "core.createProjectQuestion.mcpForDa.ClientSecret.title": "OAuth Client Secret",
1132
+ "core.createProjectQuestion.mcpForDa.ClientSecret.placeholder": "Enter the OAuth client secret issued by your authorization server",
1133
+ "core.createProjectQuestion.mcpForDa.ClientSecret.required": "OAuth Client Secret is required.",
1134
+ "core.createProjectQuestion.mcpForDa.Scopes.title": "OAuth Scopes (optional)",
1135
+ "core.createProjectQuestion.mcpForDa.Scopes.placeholder": "Space-separated OAuth scopes, e.g. 'read:user repo'",
1136
+ "core.createProjectQuestion.mcpForDa.EntraClientId.title": "Microsoft Entra Application (Client) ID",
1137
+ "core.createProjectQuestion.mcpForDa.EntraClientId.placeholder": "Enter the Application (client) ID of your Microsoft Entra app registration",
1138
+ "core.createProjectQuestion.mcpForDa.EntraClientId.required": "Microsoft Entra Application (Client) ID is required.",
1087
1139
  "core.createProjectQuestion.mcpForDa.File.title": "選取您想要更新的動作資訊清單",
1088
1140
  "core.createProjectQuestion.mcpForDa.File.createNew.label": "建立新的 ai-plugin.json",
1089
1141
  "core.createProjectQuestion.mcpForDa.File.createNew.title": "為新的動作資訊清單檔命名",
@@ -1102,6 +1154,7 @@
1102
1154
  "core.createProjectQuestion.mcpLocalServer.validationHelp": "必須選取至少一個 MCP 伺服器",
1103
1155
  "core.MCPForDA.updatePluginManifest": "已順利新增從 MCP 伺服器選取的作業,讓 Copilot 與其互動。您可以前往 '%s' 來查看詳細資料。現在,您可以佈建宣告式代理程式以繼續。",
1104
1156
  "core.MCPForDA.mcpAuthMetadataMissingError": "在 MCP 伺服器中找不到驗證中繼資料。請確定您的 MCP 伺服器已正確設定,然後再試一次。詳細資料: %s",
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.",
1105
1158
  "core.MCPForDA.mcpAuthMetadataUrlNotFound": "無法從 MCP 伺服器的回應中找到來自 \"resource_metadata\" 屬性的驗證中繼資料。",
1106
1159
  "core.MCPForDA.mcpServerMetadataUrlNotFound": "無法從 MCP 伺服器的受保護資源中繼資料回應中找到來自 \"authorization_servers\" 屬性的伺服器中繼資料。",
1107
1160
  "core.MCPForDA.authUrlNotFound": "無法從 MCP 伺服器的授權伺服器中繼資料回應中找到驗證 URL。",
@@ -1113,7 +1166,7 @@
1113
1166
  "core.MCPForDA.preFetchToolsNotFound": "找不到工具定義。此專案將使用動態工具探索。",
1114
1167
  "core.MCPForDA.pluginManifestNotFound": "在以下位置找不到 ai-plugin.json: %s",
1115
1168
  "core.MCPForDA.missingServerUrl": "當 --api-plugin-type 為 mcp 時,--mcp-da-server-url 選項為必要。",
1116
- "core.MCPForDA.missingAuthType": " MCP 伺服器需要驗證且提供工具時,--mcp-da-auth-type 選項為必要。使用 --mcp-da-auth-type oauth or --mcp-da-auth-type entraSSO。",
1169
+ "core.MCPForDA.missingAuthType": "The --mcp-da-auth-type option is required when the MCP server requires authentication and tools are provided. Use one of: oauth, oauth-dynamic, entra-sso, none.",
1117
1170
  "core.MCPForDA.toolsFileReadError": "無法讀取 MCP 工具檔案: %s。若要稍後新增工具,請執行:\n %s",
1118
1171
  "core.MCPForDA.authRequired": "位於 %s 的 MCP 伺服器需要驗證。無法自動擷取工具。若要新增工具,請執行:\n %s",
1119
1172
  "core.MCPForDA.noToolsFetched": "從 %s 的 MCP 伺服器中未探索到任何工具。若要稍後新增工具,請執行:\n %s",
@@ -35,6 +35,8 @@
35
35
  "template.createProjectQuestion.addApiPlugin.placeholder": "Vyberte, jak přidat akci",
36
36
  "template.createProjectQuestion.addGC.detail": "Vytvořit deklarativního agenta pomocí konektoru Copilotu",
37
37
  "template.createProjectQuestion.addGC.label": "Přidat konektor Copilotu",
38
+ "template.createProjectQuestion.addSkill.detail": "Create a declarative agent with an agent skill",
39
+ "template.createProjectQuestion.addSkill.label": "Add an Agent Skill",
38
40
  "template.createProjectQuestion.addPlugin.detail": "Vytvoření deklarativního agenta s akcí",
39
41
  "template.createProjectQuestion.addPlugin.label": "Přidat akci",
40
42
  "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Vybrat typ ověřování",
@@ -80,6 +82,9 @@
80
82
  "template.createProjectQuestion.projectType.declarativeAgent.label": "Deklarativní agent",
81
83
  "template.createProjectQuestion.projectType.officeAddin.detail": "Rozšiřte aplikace Office tak, aby pracovaly s obsahem v dokumentech Office a položkách Outlooku",
82
84
  "template.createProjectQuestion.projectType.officeAddin.label": "Doplněk pro Office",
85
+ "template.createProjectQuestion.projectType.blankApp.title": "Create a Blank Copilot app/agent",
86
+ "template.createProjectQuestion.projectType.blankApp.label": "Blank Copilot app/agent",
87
+ "template.createProjectQuestion.projectType.blankApp.detail": "A minimal app with just a manifest, icons, and environment files. Build any M365 capability from scratch.",
83
88
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Vytvořte agenta, chatovacího robota, webové stránky nebo jiné aplikace v Microsoft Teams pomocí sady Microsoft Teams SDK.",
84
89
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Agenti a aplikace Teams",
85
90
  "template.importAddin.detail": "Upgrade projektu doplňků na nejnovější manifest aplikace a strukturu projektu",
@@ -35,6 +35,8 @@
35
35
  "template.createProjectQuestion.addApiPlugin.placeholder": "Auswählen, wie eine Aktion hinzugefügt werden soll",
36
36
  "template.createProjectQuestion.addGC.detail": "Deklarativen Agent mit Copilot-Connector erstellen",
37
37
  "template.createProjectQuestion.addGC.label": "Einen Copilot-Connector hinzufügen",
38
+ "template.createProjectQuestion.addSkill.detail": "Create a declarative agent with an agent skill",
39
+ "template.createProjectQuestion.addSkill.label": "Add an Agent Skill",
38
40
  "template.createProjectQuestion.addPlugin.detail": "Deklarativen Agent mit einer Aktion erstellen",
39
41
  "template.createProjectQuestion.addPlugin.label": "Aktion hinzufügen",
40
42
  "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Authentifizierungstyp auswählen",
@@ -80,6 +82,9 @@
80
82
  "template.createProjectQuestion.projectType.declarativeAgent.label": "Deklarativer Agent",
81
83
  "template.createProjectQuestion.projectType.officeAddin.detail": "Erweitern Sie Office-Anwendungen, damit sie mit Inhalten in Office-Dokumenten und Outlook-Elementen interagieren können.",
82
84
  "template.createProjectQuestion.projectType.officeAddin.label": "Office-Add-In",
85
+ "template.createProjectQuestion.projectType.blankApp.title": "Create a Blank Copilot app/agent",
86
+ "template.createProjectQuestion.projectType.blankApp.label": "Blank Copilot app/agent",
87
+ "template.createProjectQuestion.projectType.blankApp.detail": "A minimal app with just a manifest, icons, and environment files. Build any M365 capability from scratch.",
83
88
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "In Microsoft Teams Agent, Chatbot, Webseiten oder andere Apps in Microsoft Teams mithilfe von Microsoft Teams SDK erstellen.",
84
89
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams-Agents und -Apps",
85
90
  "template.importAddin.detail": "Upgrade und Hinzufügen eines Add-In-Projekts zur neuesten App-Manifest- und Projektstruktur",
@@ -35,6 +35,8 @@
35
35
  "template.createProjectQuestion.addApiPlugin.placeholder": "Seleccionar cómo agregar una acción",
36
36
  "template.createProjectQuestion.addGC.detail": "Crear un agente declarativo con un conector de Copilot",
37
37
  "template.createProjectQuestion.addGC.label": "Añadir un conector de Copilot",
38
+ "template.createProjectQuestion.addSkill.detail": "Create a declarative agent with an agent skill",
39
+ "template.createProjectQuestion.addSkill.label": "Add an Agent Skill",
38
40
  "template.createProjectQuestion.addPlugin.detail": "Crear un agente declarativo con una acción",
39
41
  "template.createProjectQuestion.addPlugin.label": "Agregar una acción",
40
42
  "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Seleccionar un tipo de autenticación",
@@ -80,6 +82,9 @@
80
82
  "template.createProjectQuestion.projectType.declarativeAgent.label": "Agente declarativo",
81
83
  "template.createProjectQuestion.projectType.officeAddin.detail": "Extienda las aplicaciones de Office para interactuar con el contenido de los documentos de Office y los elementos de Outlook",
82
84
  "template.createProjectQuestion.projectType.officeAddin.label": "Complemento de Office",
85
+ "template.createProjectQuestion.projectType.blankApp.title": "Create a Blank Copilot app/agent",
86
+ "template.createProjectQuestion.projectType.blankApp.label": "Blank Copilot app/agent",
87
+ "template.createProjectQuestion.projectType.blankApp.detail": "A minimal app with just a manifest, icons, and environment files. Build any M365 capability from scratch.",
83
88
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Cree agentes, bots de chat, páginas web u otras aplicaciones en Microsoft Teams utilizando el SDK de Microsoft Teams.",
84
89
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Agentes y aplicaciones de Teams",
85
90
  "template.importAddin.detail": "Actualizar un proyecto de complemento al manifiesto de aplicación y la estructura del proyecto más recientes",
@@ -35,6 +35,8 @@
35
35
  "template.createProjectQuestion.addApiPlugin.placeholder": "Sélectionnez comment ajouter une action",
36
36
  "template.createProjectQuestion.addGC.detail": "Créer un assistant déclaratif avec un connecteur Copilot",
37
37
  "template.createProjectQuestion.addGC.label": "Ajouter un connecteur Copilot",
38
+ "template.createProjectQuestion.addSkill.detail": "Create a declarative agent with an agent skill",
39
+ "template.createProjectQuestion.addSkill.label": "Add an Agent Skill",
38
40
  "template.createProjectQuestion.addPlugin.detail": "Créer un agent déclaratif avec une action",
39
41
  "template.createProjectQuestion.addPlugin.label": "Ajouter une action",
40
42
  "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Sélectionner un type d'authentification",
@@ -80,6 +82,9 @@
80
82
  "template.createProjectQuestion.projectType.declarativeAgent.label": "Assistant déclaratif",
81
83
  "template.createProjectQuestion.projectType.officeAddin.detail": "Étendez les applications Office pour interagir avec le contenu des documents Office et des éléments Outlook",
82
84
  "template.createProjectQuestion.projectType.officeAddin.label": "Complément Office",
85
+ "template.createProjectQuestion.projectType.blankApp.title": "Create a Blank Copilot app/agent",
86
+ "template.createProjectQuestion.projectType.blankApp.label": "Blank Copilot app/agent",
87
+ "template.createProjectQuestion.projectType.blankApp.detail": "A minimal app with just a manifest, icons, and environment files. Build any M365 capability from scratch.",
83
88
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Créez un agent, un bot de conversation, des pages web ou d’autres applications dans Microsoft Teams à l’aide du Kit de développement logiciel (SDK) Microsoft Teams.",
84
89
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Agents et applications Teams",
85
90
  "template.importAddin.detail": "Mettez à niveau un projet de complément vers le manifeste d’application et la structure de projet les plus récents",
@@ -35,6 +35,8 @@
35
35
  "template.createProjectQuestion.addApiPlugin.placeholder": "Selezionare come aggiungere un'azione",
36
36
  "template.createProjectQuestion.addGC.detail": "Crea un agente dichiarativo con un connettore Copilot",
37
37
  "template.createProjectQuestion.addGC.label": "Aggiungi un connettore Copilot",
38
+ "template.createProjectQuestion.addSkill.detail": "Create a declarative agent with an agent skill",
39
+ "template.createProjectQuestion.addSkill.label": "Add an Agent Skill",
38
40
  "template.createProjectQuestion.addPlugin.detail": "Creare un agente dichiarativo con un'azione",
39
41
  "template.createProjectQuestion.addPlugin.label": "Aggiungi un'azione",
40
42
  "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Selezionare un tipo di autenticazione",
@@ -80,6 +82,9 @@
80
82
  "template.createProjectQuestion.projectType.declarativeAgent.label": "Agente dichiarativo",
81
83
  "template.createProjectQuestion.projectType.officeAddin.detail": "Estendere le applicazioni di Office per interagire con i contenuti nei documenti di Office e negli elementi di Outlook",
82
84
  "template.createProjectQuestion.projectType.officeAddin.label": "Componente aggiuntivo per Office",
85
+ "template.createProjectQuestion.projectType.blankApp.title": "Create a Blank Copilot app/agent",
86
+ "template.createProjectQuestion.projectType.blankApp.label": "Blank Copilot app/agent",
87
+ "template.createProjectQuestion.projectType.blankApp.detail": "A minimal app with just a manifest, icons, and environment files. Build any M365 capability from scratch.",
83
88
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Crea agenti, chatbot, pagine web o altre app in Microsoft Teams usando l'SDK Microsoft Teams.",
84
89
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "App e agenti di Teams",
85
90
  "template.importAddin.detail": "Aggiornare un progetto di componenti aggiuntivi alla struttura del progetto e del manifesto dell'app più recente",
@@ -35,6 +35,8 @@
35
35
  "template.createProjectQuestion.addApiPlugin.placeholder": "アクションの追加方法を選択します",
36
36
  "template.createProjectQuestion.addGC.detail": "Copilot コネクタを含む宣言型エージェントを作成する",
37
37
  "template.createProjectQuestion.addGC.label": "Copilot コネクタの追加",
38
+ "template.createProjectQuestion.addSkill.detail": "Create a declarative agent with an agent skill",
39
+ "template.createProjectQuestion.addSkill.label": "Add an Agent Skill",
38
40
  "template.createProjectQuestion.addPlugin.detail": "アクションを含む宣言型エージェントを作成する",
39
41
  "template.createProjectQuestion.addPlugin.label": "アクションの追加",
40
42
  "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "認証の種類を選択します",
@@ -80,6 +82,9 @@
80
82
  "template.createProjectQuestion.projectType.declarativeAgent.label": "宣言型エージェント",
81
83
  "template.createProjectQuestion.projectType.officeAddin.detail": "Office アプリケーションを拡張して、Office ドキュメントや Outlook アイテム内のコンテンツと連携します",
82
84
  "template.createProjectQuestion.projectType.officeAddin.label": "Office アドイン",
85
+ "template.createProjectQuestion.projectType.blankApp.title": "Create a Blank Copilot app/agent",
86
+ "template.createProjectQuestion.projectType.blankApp.label": "Blank Copilot app/agent",
87
+ "template.createProjectQuestion.projectType.blankApp.detail": "A minimal app with just a manifest, icons, and environment files. Build any M365 capability from scratch.",
83
88
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Microsoft Teams SDK を使用して、Microsoft Teams でエージェント、チャット ボット、Web ページ、またはその他のアプリを作成します。",
84
89
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams エージェントとアプリ",
85
90
  "template.importAddin.detail": "アドイン プロジェクトを、最新のアプリ マニフェストとプロジェクト構造へアップグレードします",
@@ -35,6 +35,8 @@
35
35
  "template.createProjectQuestion.addApiPlugin.placeholder": "Select how to add an action",
36
36
  "template.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot connector",
37
37
  "template.createProjectQuestion.addGC.label": "Add a Copilot connector",
38
+ "template.createProjectQuestion.addSkill.detail": "Create a declarative agent with an agent skill",
39
+ "template.createProjectQuestion.addSkill.label": "Add an Agent Skill",
38
40
  "template.createProjectQuestion.addPlugin.detail": "Create a declarative agent with an action",
39
41
  "template.createProjectQuestion.addPlugin.label": "Add an Action",
40
42
  "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Select an authentication type",
@@ -80,6 +82,9 @@
80
82
  "template.createProjectQuestion.projectType.declarativeAgent.label": "Declarative Agent",
81
83
  "template.createProjectQuestion.projectType.officeAddin.detail": "Extend Office applications to interact with content in Office documents and Outlook items",
82
84
  "template.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
85
+ "template.createProjectQuestion.projectType.blankApp.title": "Create a Blank Copilot app/agent",
86
+ "template.createProjectQuestion.projectType.blankApp.label": "Blank Copilot app/agent",
87
+ "template.createProjectQuestion.projectType.blankApp.detail": "A minimal app with just a manifest, icons, and environment files. Build any M365 capability from scratch.",
83
88
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Create agent, chat bot, web pages or other apps in Microsoft Teams using Microsoft Teams SDK.",
84
89
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams Agents and Apps",
85
90
  "template.importAddin.detail": "Upgrade an add-in project to the latest app manifest and project structure",
@@ -35,6 +35,8 @@
35
35
  "template.createProjectQuestion.addApiPlugin.placeholder": "작업 추가 방법을 선택하세요",
36
36
  "template.createProjectQuestion.addGC.detail": "Copilot 커넥터를 사용하여 선언적 에이전트 만들기",
37
37
  "template.createProjectQuestion.addGC.label": "Copilot 커넥터 추가",
38
+ "template.createProjectQuestion.addSkill.detail": "Create a declarative agent with an agent skill",
39
+ "template.createProjectQuestion.addSkill.label": "Add an Agent Skill",
38
40
  "template.createProjectQuestion.addPlugin.detail": "작업이 포함된 선언적 에이전트 만들기",
39
41
  "template.createProjectQuestion.addPlugin.label": "작업 추가",
40
42
  "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "인증 형식 선택",
@@ -80,6 +82,9 @@
80
82
  "template.createProjectQuestion.projectType.declarativeAgent.label": "선언적 에이전트",
81
83
  "template.createProjectQuestion.projectType.officeAddin.detail": "Office 애플리케이션을 확장하여 Office 문서와 Outlook 항목에 포함된 콘텐츠와 상호작용하세요",
82
84
  "template.createProjectQuestion.projectType.officeAddin.label": "Office 추가 기능",
85
+ "template.createProjectQuestion.projectType.blankApp.title": "Create a Blank Copilot app/agent",
86
+ "template.createProjectQuestion.projectType.blankApp.label": "Blank Copilot app/agent",
87
+ "template.createProjectQuestion.projectType.blankApp.detail": "A minimal app with just a manifest, icons, and environment files. Build any M365 capability from scratch.",
83
88
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Microsoft Teams SDK를 사용해 Microsoft Teams에서 에이전트, 채팅 봇, 웹 페이지 또는 기타 앱을 만드세요.",
84
89
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams 에이전트 및 앱",
85
90
  "template.importAddin.detail": "추가 기능 프로젝트를 최신 앱 매니페스트 및 프로젝트 구조로 업그레이드",
@@ -35,6 +35,8 @@
35
35
  "template.createProjectQuestion.addApiPlugin.placeholder": "Wybierz sposób dodawania akcji",
36
36
  "template.createProjectQuestion.addGC.detail": "Utwórz agenta deklaratywnego za pomocą łącznika funkcji Copilot",
37
37
  "template.createProjectQuestion.addGC.label": "Dodaj łącznik funkcji Copilot",
38
+ "template.createProjectQuestion.addSkill.detail": "Create a declarative agent with an agent skill",
39
+ "template.createProjectQuestion.addSkill.label": "Add an Agent Skill",
38
40
  "template.createProjectQuestion.addPlugin.detail": "Utwórz agenta deklaratywnego z akcją",
39
41
  "template.createProjectQuestion.addPlugin.label": "Dodaj akcję",
40
42
  "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Wybierz typ uwierzytelniania",
@@ -80,6 +82,9 @@
80
82
  "template.createProjectQuestion.projectType.declarativeAgent.label": "Agent deklaratywny",
81
83
  "template.createProjectQuestion.projectType.officeAddin.detail": "Rozszerz aplikacje Office, aby współdziałały z zawartością dokumentów Office i elementów programu Outlook",
82
84
  "template.createProjectQuestion.projectType.officeAddin.label": "Dodatek pakietu Office",
85
+ "template.createProjectQuestion.projectType.blankApp.title": "Create a Blank Copilot app/agent",
86
+ "template.createProjectQuestion.projectType.blankApp.label": "Blank Copilot app/agent",
87
+ "template.createProjectQuestion.projectType.blankApp.detail": "A minimal app with just a manifest, icons, and environment files. Build any M365 capability from scratch.",
83
88
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Twórz agentów, czatboty, strony internetowe lub inne aplikacje w usłudze Microsoft Teams przy użyciu zestawu SDK usługi Microsoft Teams.",
84
89
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Agenci i aplikacje usługi Teams",
85
90
  "template.importAddin.detail": "Uaktualnij projekt dodatku do najnowszego manifestu aplikacji i struktury projektu",
@@ -35,6 +35,8 @@
35
35
  "template.createProjectQuestion.addApiPlugin.placeholder": "Selecione como adicionar uma ação",
36
36
  "template.createProjectQuestion.addGC.detail": "Crie um agente declarativo com um conector do Copilot",
37
37
  "template.createProjectQuestion.addGC.label": "Adicionar um Conector do Copilot",
38
+ "template.createProjectQuestion.addSkill.detail": "Create a declarative agent with an agent skill",
39
+ "template.createProjectQuestion.addSkill.label": "Add an Agent Skill",
38
40
  "template.createProjectQuestion.addPlugin.detail": "Criar um agente declarativo com uma ação",
39
41
  "template.createProjectQuestion.addPlugin.label": "Adicionar uma ação",
40
42
  "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Selecionar um tipo de autenticação",
@@ -80,6 +82,9 @@
80
82
  "template.createProjectQuestion.projectType.declarativeAgent.label": "Agente Declarativo",
81
83
  "template.createProjectQuestion.projectType.officeAddin.detail": "Estender aplicativos do Office para interagir com conteúdo em documentos do Office e itens do Outlook",
82
84
  "template.createProjectQuestion.projectType.officeAddin.label": "Suplemento do Office",
85
+ "template.createProjectQuestion.projectType.blankApp.title": "Create a Blank Copilot app/agent",
86
+ "template.createProjectQuestion.projectType.blankApp.label": "Blank Copilot app/agent",
87
+ "template.createProjectQuestion.projectType.blankApp.detail": "A minimal app with just a manifest, icons, and environment files. Build any M365 capability from scratch.",
83
88
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Crie agentes, chatbots, páginas da Web ou outros aplicativos no Microsoft Teams usando o SDK do Microsoft Teams.",
84
89
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Agentes e aplicativos do Teams",
85
90
  "template.importAddin.detail": "Atualizar um projeto de suplemento para o manifesto do aplicativo e a estrutura do projeto mais recentes",
@@ -35,6 +35,8 @@
35
35
  "template.createProjectQuestion.addApiPlugin.placeholder": "Выберите способ добавления действия",
36
36
  "template.createProjectQuestion.addGC.detail": "Создайте декларативный агент с помощью соединителя Copilot",
37
37
  "template.createProjectQuestion.addGC.label": "Добавить соединитель Copilot",
38
+ "template.createProjectQuestion.addSkill.detail": "Create a declarative agent with an agent skill",
39
+ "template.createProjectQuestion.addSkill.label": "Add an Agent Skill",
38
40
  "template.createProjectQuestion.addPlugin.detail": "Создать декларативный агент с действием",
39
41
  "template.createProjectQuestion.addPlugin.label": "Добавить действие",
40
42
  "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Выберите тип проверки подлинности",
@@ -80,6 +82,9 @@
80
82
  "template.createProjectQuestion.projectType.declarativeAgent.label": "Декларативный агент",
81
83
  "template.createProjectQuestion.projectType.officeAddin.detail": "Расширьте приложения Office для взаимодействия с содержимым документов Office и элементов Outlook",
82
84
  "template.createProjectQuestion.projectType.officeAddin.label": "Надстройка Office",
85
+ "template.createProjectQuestion.projectType.blankApp.title": "Create a Blank Copilot app/agent",
86
+ "template.createProjectQuestion.projectType.blankApp.label": "Blank Copilot app/agent",
87
+ "template.createProjectQuestion.projectType.blankApp.detail": "A minimal app with just a manifest, icons, and environment files. Build any M365 capability from scratch.",
83
88
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Создавайте агенты, чат-боты, веб-страницы и другие приложения в Microsoft Teams с помощью пакета SDK для Microsoft Teams.",
84
89
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Агенты и приложения Teams",
85
90
  "template.importAddin.detail": "Обновить проект надстройки до последней версии манифеста приложения и структуры проекта",
@@ -35,6 +35,8 @@
35
35
  "template.createProjectQuestion.addApiPlugin.placeholder": "Eylem ekleme yöntemini belirtin",
36
36
  "template.createProjectQuestion.addGC.detail": "Copilot bağlayıcısıyla bir bildirim aracısı oluştur",
37
37
  "template.createProjectQuestion.addGC.label": "Copilot bağlayıcısı ekle",
38
+ "template.createProjectQuestion.addSkill.detail": "Create a declarative agent with an agent skill",
39
+ "template.createProjectQuestion.addSkill.label": "Add an Agent Skill",
38
40
  "template.createProjectQuestion.addPlugin.detail": "Eylem içeren bir bildirim temelli aracı oluşturun",
39
41
  "template.createProjectQuestion.addPlugin.label": "Eylem Ekle",
40
42
  "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Kimlik doğrulaması türü seçin",
@@ -80,6 +82,9 @@
80
82
  "template.createProjectQuestion.projectType.declarativeAgent.label": "Bildirim Temelli Aracı",
81
83
  "template.createProjectQuestion.projectType.officeAddin.detail": "Office belgelerindeki ve Outlook öğelerindeki içeriklerle etkileşim kurmak için Office uygulamalarını genişletin",
82
84
  "template.createProjectQuestion.projectType.officeAddin.label": "Office Eklentisi",
85
+ "template.createProjectQuestion.projectType.blankApp.title": "Create a Blank Copilot app/agent",
86
+ "template.createProjectQuestion.projectType.blankApp.label": "Blank Copilot app/agent",
87
+ "template.createProjectQuestion.projectType.blankApp.detail": "A minimal app with just a manifest, icons, and environment files. Build any M365 capability from scratch.",
83
88
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Microsoft Teams SDK'yı kullanarak Microsoft Teams'de aracı, sohbet botu, web sayfaları veya diğer uygulamalar oluşturun.",
84
89
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams Aracıları ve Uygulamaları",
85
90
  "template.importAddin.detail": "Bir eklenti projesini en yeni uygulama bildirimi ve proje yapısına yükseltin",
@@ -35,6 +35,8 @@
35
35
  "template.createProjectQuestion.addApiPlugin.placeholder": "选择添加操作的方式",
36
36
  "template.createProjectQuestion.addGC.detail": "使用 Copilot 连接器创建声明性代理",
37
37
  "template.createProjectQuestion.addGC.label": "添加 Copilot 连接器",
38
+ "template.createProjectQuestion.addSkill.detail": "Create a declarative agent with an agent skill",
39
+ "template.createProjectQuestion.addSkill.label": "Add an Agent Skill",
38
40
  "template.createProjectQuestion.addPlugin.detail": "通过操作创建声明性智能体",
39
41
  "template.createProjectQuestion.addPlugin.label": "添加操作",
40
42
  "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "选择身份验证类型",
@@ -80,6 +82,9 @@
80
82
  "template.createProjectQuestion.projectType.declarativeAgent.label": "声明性智能体",
81
83
  "template.createProjectQuestion.projectType.officeAddin.detail": "扩展 Office 应用程序以与 Office 文档和 Outlook 项中的内容交互",
82
84
  "template.createProjectQuestion.projectType.officeAddin.label": "Office 加载项",
85
+ "template.createProjectQuestion.projectType.blankApp.title": "Create a Blank Copilot app/agent",
86
+ "template.createProjectQuestion.projectType.blankApp.label": "Blank Copilot app/agent",
87
+ "template.createProjectQuestion.projectType.blankApp.detail": "A minimal app with just a manifest, icons, and environment files. Build any M365 capability from scratch.",
83
88
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "使用 Microsoft Teams SDK 在 Microsoft Teams 中创建智能体、聊天机器人、网页或其他应用。",
84
89
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams 智能体和应用",
85
90
  "template.importAddin.detail": "升级加载项项目并将其添加到最新的应用清单和项目结构",
@@ -35,6 +35,8 @@
35
35
  "template.createProjectQuestion.addApiPlugin.placeholder": "選取新增動作的方式",
36
36
  "template.createProjectQuestion.addGC.detail": "使用 Copilot 連接器建立宣告式代理程式",
37
37
  "template.createProjectQuestion.addGC.label": "新增 Copilot 連接器",
38
+ "template.createProjectQuestion.addSkill.detail": "Create a declarative agent with an agent skill",
39
+ "template.createProjectQuestion.addSkill.label": "Add an Agent Skill",
38
40
  "template.createProjectQuestion.addPlugin.detail": "建立具有動作的宣告式 Agent",
39
41
  "template.createProjectQuestion.addPlugin.label": "新增動作",
40
42
  "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "選取驗證類型",
@@ -80,6 +82,9 @@
80
82
  "template.createProjectQuestion.projectType.declarativeAgent.label": "宣告式 Agent",
81
83
  "template.createProjectQuestion.projectType.officeAddin.detail": "擴充 Office 應用程式,使其可與 Office 文件及 Outlook 項目中的內容互動",
82
84
  "template.createProjectQuestion.projectType.officeAddin.label": "Office 增益集",
85
+ "template.createProjectQuestion.projectType.blankApp.title": "Create a Blank Copilot app/agent",
86
+ "template.createProjectQuestion.projectType.blankApp.label": "Blank Copilot app/agent",
87
+ "template.createProjectQuestion.projectType.blankApp.detail": "A minimal app with just a manifest, icons, and environment files. Build any M365 capability from scratch.",
83
88
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "使用 Microsoft Teams SDK 在 Microsoft Teams 中建立代理程式、聊天機器人、網頁或其他應用程式。",
84
89
  "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams 代理程式和應用程式",
85
90
  "template.importAddin.detail": "將增益集專案升級至最新的應用程式資訊清單和專案結構",
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -15,6 +15,14 @@
15
15
  "displayName": "Declarative Agent",
16
16
  "description": "Basic Declarative Agent without action"
17
17
  },
18
+ {
19
+ "id": "declarative-agent-with-skill",
20
+ "name": "declarative-agent-with-skill",
21
+ "alias": "declarative-agent-skill",
22
+ "language": "common",
23
+ "displayName": "Declarative Agent with Skill",
24
+ "description": "Declarative Agent with a hello-atk agent skill"
25
+ },
18
26
  {
19
27
  "id": "declarative-agent-with-action-from-scratch-ts",
20
28
  "name": "api-plugin-from-scratch",
@@ -385,6 +393,14 @@
385
393
  "displayName": "Message Extension",
386
394
  "description": "Receive user input, process it, and send customized results"
387
395
  },
396
+ {
397
+ "id": "blank-app",
398
+ "name": "blank-app",
399
+ "alias": "blank",
400
+ "language": "common",
401
+ "displayName": "Blank App",
402
+ "description": "Blank M365 app with minimal structure"
403
+ },
388
404
  {
389
405
  "id": "office-addin-outlook-taskpane-ts",
390
406
  "name": "office-addin-outlook-taskpane",
@@ -206,6 +206,14 @@
206
206
  "displayName": "Message Extension",
207
207
  "description": "Receive user input, process it, and send customized results"
208
208
  },
209
+ {
210
+ "id": "blank-app",
211
+ "name": "blank-app",
212
+ "alias": "blank",
213
+ "language": "common",
214
+ "displayName": "Blank App",
215
+ "description": "Blank M365 app with minimal structure"
216
+ },
209
217
  {
210
218
  "id": "empty-csharp",
211
219
  "name": "empty",
Binary file
@@ -71,6 +71,13 @@
71
71
  "detail": "template.createProjectQuestion.addGC.detail",
72
72
  "data": "declarative-agent-with-graph-connector"
73
73
  },
74
+ {
75
+ "id": "skill",
76
+ "label": "template.createProjectQuestion.addSkill.label",
77
+ "detail": "template.createProjectQuestion.addSkill.detail",
78
+ "data": "declarative-agent-with-skill",
79
+ "featureFlag": "TEAMSFX_AGENT_SKILLS"
80
+ },
74
81
  {
75
82
  "id": "type-spec",
76
83
  "label": "template.createProjectQuestion.apiPlugin.typeSpec.label",
@@ -18,6 +18,13 @@
18
18
  "groupName": "template.createProjectQuestion.projectType.createGroup.aiAgent",
19
19
  "icon": "$(teamsfx-custom-copilot)"
20
20
  },
21
+ {
22
+ "id": "blank-app-type",
23
+ "label": "template.createProjectQuestion.projectType.blankApp.label",
24
+ "detail": "template.createProjectQuestion.projectType.blankApp.detail",
25
+ "groupName": "template.createProjectQuestion.projectType.createGroup.m365Apps",
26
+ "icon": "$(file)"
27
+ },
21
28
  {
22
29
  "id": "graph-connector-type",
23
30
  "label": "template.createProjectQuestion.createGraphConnector.label",
@@ -93,6 +100,13 @@
93
100
  "detail": "template.createProjectQuestion.addGC.detail",
94
101
  "data": "declarative-agent-with-graph-connector"
95
102
  },
103
+ {
104
+ "id": "skill",
105
+ "label": "template.createProjectQuestion.addSkill.label",
106
+ "detail": "template.createProjectQuestion.addSkill.detail",
107
+ "data": "declarative-agent-with-skill",
108
+ "featureFlag": "TEAMSFX_AGENT_SKILLS"
109
+ },
96
110
  {
97
111
  "id": "type-spec",
98
112
  "label": "template.createProjectQuestion.apiPlugin.typeSpec.label",
@@ -441,6 +455,25 @@
441
455
  "condition": {
442
456
  "equals": "office-meta-os-type"
443
457
  }
458
+ },
459
+ {
460
+ "data": {
461
+ "title": "template.createProjectQuestion.projectType.blankApp.title",
462
+ "name": "capabilities",
463
+ "type": "singleSelect",
464
+ "skipSingleOption": true,
465
+ "options": [
466
+ {
467
+ "id": "blank-app",
468
+ "label": "template.createProjectQuestion.projectType.blankApp.label",
469
+ "detail": "template.createProjectQuestion.projectType.blankApp.detail",
470
+ "data": "blank-app"
471
+ }
472
+ ]
473
+ },
474
+ "condition": {
475
+ "equals": "blank-app-type"
476
+ }
444
477
  }
445
478
  ]
446
479
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "6.10.2-alpha.36cd4ecbcb.0"
2
+ "version": "6.10.4"
3
3
  }
Binary file