@microsoft/teamsfx-core 3.0.5-alpha.52018e56e.0 → 3.0.5-alpha.70577dbcc.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 (147) hide show
  1. package/build/client/graphClient.js +1 -1
  2. package/build/client/graphClient.js.map +1 -1
  3. package/build/common/constants.d.ts +0 -1
  4. package/build/common/constants.d.ts.map +1 -1
  5. package/build/common/constants.js +1 -2
  6. package/build/common/constants.js.map +1 -1
  7. package/build/common/featureFlags.d.ts +5 -5
  8. package/build/common/featureFlags.d.ts.map +1 -1
  9. package/build/common/featureFlags.js +9 -9
  10. package/build/common/featureFlags.js.map +1 -1
  11. package/build/common/templates-config.json +1 -1
  12. package/build/component/configManager/validator.d.ts.map +1 -1
  13. package/build/component/configManager/validator.js +1 -0
  14. package/build/component/configManager/validator.js.map +1 -1
  15. package/build/component/coordinator/index.d.ts.map +1 -1
  16. package/build/component/coordinator/index.js +0 -1
  17. package/build/component/coordinator/index.js.map +1 -1
  18. package/build/component/deps-checker/constant/helpLink.d.ts +2 -0
  19. package/build/component/deps-checker/constant/helpLink.d.ts.map +1 -1
  20. package/build/component/deps-checker/constant/helpLink.js +3 -1
  21. package/build/component/deps-checker/constant/helpLink.js.map +1 -1
  22. package/build/component/deps-checker/internal/funcToolChecker.js +4 -4
  23. package/build/component/deps-checker/internal/funcToolChecker.js.map +1 -1
  24. package/build/component/deps-checker/internal/testToolChecker.js +4 -4
  25. package/build/component/deps-checker/internal/testToolChecker.js.map +1 -1
  26. package/build/component/driver/index.d.ts +19 -20
  27. package/build/component/driver/index.d.ts.map +1 -1
  28. package/build/component/driver/index.js +19 -20
  29. package/build/component/driver/index.js.map +1 -1
  30. package/build/component/driver/m365/acquire.d.ts +3 -0
  31. package/build/component/driver/m365/acquire.d.ts.map +1 -1
  32. package/build/component/driver/m365/acquire.js +29 -19
  33. package/build/component/driver/m365/acquire.js.map +1 -1
  34. package/build/component/driver/share/utils.d.ts.map +1 -1
  35. package/build/component/driver/share/utils.js +12 -10
  36. package/build/component/driver/share/utils.js.map +1 -1
  37. package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts +1 -1
  38. package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts.map +1 -1
  39. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +5 -2
  40. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js.map +1 -1
  41. package/build/component/driver/teamsApp/utils/utils.d.ts +1 -0
  42. package/build/component/driver/teamsApp/utils/utils.d.ts.map +1 -1
  43. package/build/component/driver/teamsApp/utils/utils.js +8 -4
  44. package/build/component/driver/teamsApp/utils/utils.js.map +1 -1
  45. package/build/component/driver/util/utils.d.ts.map +1 -1
  46. package/build/component/driver/util/utils.js +6 -4
  47. package/build/component/driver/util/utils.js.map +1 -1
  48. package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
  49. package/build/component/generator/officeAddin/generator.js +1 -0
  50. package/build/component/generator/officeAddin/generator.js.map +1 -1
  51. package/build/component/generator/openApiSpec/helper.d.ts.map +1 -1
  52. package/build/component/generator/openApiSpec/helper.js +132 -98
  53. package/build/component/generator/openApiSpec/helper.js.map +1 -1
  54. package/build/component/generator/templates/metadata/agentForTeams.js +30 -30
  55. package/build/component/generator/templates/metadata/agentForTeams.js.map +1 -1
  56. package/build/component/generator/templates/metadata/index.d.ts.map +1 -1
  57. package/build/component/generator/templates/metadata/index.js +0 -3
  58. package/build/component/generator/templates/metadata/index.js.map +1 -1
  59. package/build/component/generator/templates/metadata/me.d.ts.map +1 -1
  60. package/build/component/generator/templates/metadata/me.js +6 -0
  61. package/build/component/generator/templates/metadata/me.js.map +1 -1
  62. package/build/component/generator/templates/metadata/special.js +6 -6
  63. package/build/component/generator/templates/metadata/special.js.map +1 -1
  64. package/build/component/generator/templates/metadata/tab.js +7 -7
  65. package/build/component/generator/templates/metadata/tab.js.map +1 -1
  66. package/build/component/generator/templates/metadata/wxp.d.ts.map +1 -1
  67. package/build/component/generator/templates/metadata/wxp.js +6 -0
  68. package/build/component/generator/templates/metadata/wxp.js.map +1 -1
  69. package/build/component/generator/templates/templateNames.d.ts +2 -3
  70. package/build/component/generator/templates/templateNames.d.ts.map +1 -1
  71. package/build/component/generator/templates/templateNames.js +2 -4
  72. package/build/component/generator/templates/templateNames.js.map +1 -1
  73. package/build/component/m365/constants.d.ts +1 -0
  74. package/build/component/m365/constants.d.ts.map +1 -1
  75. package/build/component/m365/constants.js +2 -1
  76. package/build/component/m365/constants.js.map +1 -1
  77. package/build/component/m365/packageService.d.ts.map +1 -1
  78. package/build/component/m365/packageService.js +37 -5
  79. package/build/component/m365/packageService.js.map +1 -1
  80. package/build/core/FxCore.d.ts.map +1 -1
  81. package/build/core/FxCore.js +1 -1
  82. package/build/core/FxCore.js.map +1 -1
  83. package/build/core/share.d.ts.map +1 -1
  84. package/build/core/share.js +6 -1
  85. package/build/core/share.js.map +1 -1
  86. package/build/error/depCheck.js +1 -1
  87. package/build/error/depCheck.js.map +1 -1
  88. package/build/index.d.ts +2 -2
  89. package/build/index.d.ts.map +1 -1
  90. package/build/index.js +4 -4
  91. package/build/index.js.map +1 -1
  92. package/build/question/create.d.ts.map +1 -1
  93. package/build/question/create.js +7 -15
  94. package/build/question/create.js.map +1 -1
  95. package/build/question/questionNames.d.ts +1 -0
  96. package/build/question/questionNames.d.ts.map +1 -1
  97. package/build/question/questionNames.js +1 -0
  98. package/build/question/questionNames.js.map +1 -1
  99. package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
  100. package/build/question/scaffold/vs/createRootNode.js +9 -11
  101. package/build/question/scaffold/vs/createRootNode.js.map +1 -1
  102. package/build/question/scaffold/vsc/CapabilityOptions.d.ts +4 -8
  103. package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
  104. package/build/question/scaffold/vsc/CapabilityOptions.js +26 -44
  105. package/build/question/scaffold/vsc/CapabilityOptions.js.map +1 -1
  106. package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts +2 -4
  107. package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts.map +1 -1
  108. package/build/question/scaffold/vsc/ProjectTypeOptions.js +5 -14
  109. package/build/question/scaffold/vsc/ProjectTypeOptions.js.map +1 -1
  110. package/build/question/scaffold/vsc/createFromTdpNode.d.ts.map +1 -1
  111. package/build/question/scaffold/vsc/createFromTdpNode.js +12 -33
  112. package/build/question/scaffold/vsc/createFromTdpNode.js.map +1 -1
  113. package/build/question/scaffold/vsc/createRootNode.d.ts +2 -1
  114. package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
  115. package/build/question/scaffold/vsc/createRootNode.js +25 -39
  116. package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
  117. package/build/question/scaffold/vsc/customEngineAgentNode.js +2 -2
  118. package/build/question/scaffold/vsc/customEngineAgentNode.js.map +1 -1
  119. package/build/question/scaffold/vsc/officeAddinProjectTypeNode.d.ts.map +1 -1
  120. package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js +3 -0
  121. package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js.map +1 -1
  122. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +4 -2
  123. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
  124. package/build/question/scaffold/vsc/teamsProjectTypeNode.js +159 -11
  125. package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
  126. package/build/tsconfig.tsbuildinfo +1 -1
  127. package/package.json +4 -4
  128. package/resource/package.nls.json +14 -15
  129. package/resource/yaml-schema/v1.10/yaml.schema.json +2058 -0
  130. package/resource/yaml-schema/yaml.schema.json +5 -54
  131. package/templates/fallback/common.zip +0 -0
  132. package/templates/fallback/csharp.zip +0 -0
  133. package/templates/fallback/js.zip +0 -0
  134. package/templates/fallback/python.zip +0 -0
  135. package/templates/fallback/ts.zip +0 -0
  136. package/build/component/driver/share/shareToOthers.d.ts +0 -17
  137. package/build/component/driver/share/shareToOthers.d.ts.map +0 -1
  138. package/build/component/driver/share/shareToOthers.js +0 -127
  139. package/build/component/driver/share/shareToOthers.js.map +0 -1
  140. package/build/component/generator/templates/metadata/tdp.d.ts +0 -3
  141. package/build/component/generator/templates/metadata/tdp.d.ts.map +0 -1
  142. package/build/component/generator/templates/metadata/tdp.js +0 -51
  143. package/build/component/generator/templates/metadata/tdp.js.map +0 -1
  144. package/build/question/scaffold/vsc/agentForTeamsNode.d.ts +0 -6
  145. package/build/question/scaffold/vsc/agentForTeamsNode.d.ts.map +0 -1
  146. package/build/question/scaffold/vsc/agentForTeamsNode.js +0 -146
  147. package/build/question/scaffold/vsc/agentForTeamsNode.js.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teamsfx-core",
3
- "version": "3.0.5-alpha.52018e56e.0",
3
+ "version": "3.0.5-alpha.70577dbcc.0",
4
4
  "main": "build/index.js",
5
5
  "types": "build/index.d.ts",
6
6
  "license": "MIT",
@@ -107,8 +107,8 @@
107
107
  "@microsoft/dev-tunnels-contracts": "1.1.9",
108
108
  "@microsoft/dev-tunnels-management": "1.1.9",
109
109
  "@microsoft/kiota": "1.26.1",
110
- "@microsoft/m365-spec-parser": "^0.2.9-alpha.52018e56e.0",
111
- "@microsoft/teamsfx-api": "0.23.9-alpha.52018e56e.0",
110
+ "@microsoft/m365-spec-parser": "^0.2.9-alpha.70577dbcc.0",
111
+ "@microsoft/teamsfx-api": "0.23.9-alpha.70577dbcc.0",
112
112
  "adm-zip": "^0.5.10",
113
113
  "ajv": "^8.5.0",
114
114
  "axios": "^1.8.3",
@@ -231,7 +231,7 @@
231
231
  "resource/**/*",
232
232
  "templates/**/*"
233
233
  ],
234
- "gitHead": "ba1f4aa3aacadd3a2575245cde2e3b29f81d371d",
234
+ "gitHead": "f10c3902c67001dc8c730e7c950a074affae40ba",
235
235
  "publishConfig": {
236
236
  "access": "public"
237
237
  },
@@ -250,7 +250,8 @@
250
250
  "error.apime.noExtraAPICanBeAdded": "Unable to add API because only GET and POST methods are supported, with a maximum of 5 required parameters and no authentication. Also, methods defined in the manifest are not listed.",
251
251
  "error.copilot.noExtraAPICanBeAdded": "Unable to add API because no authentication is supported. Also, methods defined in the current OpenAPI description document are not listed.",
252
252
  "error.m365.NotExtendedToM365Error": "Unable to extend the app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend the app to Microsoft 365.",
253
- "error.share.yamlConfigNotFound": "Unable to find the \"deploy\" config in the m365agents.yml",
253
+ "error.m365.SharedScopeAdvancedDADisabled": "Deployment blocked: Advanced declarative agent can't be deployed due to tenant permission settings. Get more info: [Manage agents for Microsoft 365 Copilot in the Microsoft 365 admin center - Microsoft 365 admin | Microsoft Learn](%s)",
254
+ "error.share.yamlConfigNotFound": "Unable to find the \"provision\" or \"deploy\" config in the m365agents.yml",
254
255
  "error.share.shareActionConfigNotFound": "Unable to find the \"%s\" action config in the m365agents.yml",
255
256
  "error.share.appPackageConfigNotFound": "Unable to find the appPackagePath config in the m365agents.yml",
256
257
  "error.share.manifestFileNotFound": "Unable to find the manifest file in the app package",
@@ -274,13 +275,12 @@
274
275
  "core.TabOption.detail": "Teams-aware webpages embedded in Microsoft Teams",
275
276
  "core.DashboardOption.label": "Dashboard",
276
277
  "core.DashboardOption.detail": "A canvas with cards and widgets for displaying important information",
277
- "core.BotNewUIOption.label": "Basic Bot",
278
+ "core.BotNewUIOption.label": "Simple Bot",
278
279
  "core.BotNewUIOption.detail": "A simple implementation of an echo bot that's ready for customization",
279
280
  "core.LinkUnfurlingOption.label": "Link Unfurling",
280
281
  "core.LinkUnfurlingOption.detail": "Display information and actions when a URL is pasted into the text input field",
281
282
  "core.MessageExtensionOption.labelNew": "Collect Form Input and Process Data",
282
283
  "core.MessageExtensionOption.label": "Message Extension",
283
- "core.MessageExtensionOption.description": "Custom UI when users compose messages in Teams",
284
284
  "core.MessageExtensionOption.detail": "Receive user input, process it, and send customized results",
285
285
  "core.NotificationOption.label": "Chat Notification Message",
286
286
  "core.NotificationOption.detail": "Notify and inform with a message that displays in Teams chats",
@@ -290,7 +290,7 @@
290
290
  "core.WorkflowOption.detail": "Interact with multi-step processes in Teams chats",
291
291
  "core.TabSPFxOption.labelNew": "SPFx",
292
292
  "core.TabSPFxOption.detailNew": "Build UI with SharePoint Framework",
293
- "core.TabNonSso.label": "Basic Tab",
293
+ "core.TabNonSso.label": "Tab",
294
294
  "core.TabNonSso.detail": "A simple implementation of a web app that's ready to customize",
295
295
  "core.copilotPlugin.api.noAuth": "No authentication",
296
296
  "core.copilotPlugin.api.apiKeyAuth": "API Key authentication(Bearer token authentication)",
@@ -322,12 +322,9 @@
322
322
  "core.createProjectQuestion.option.description.worksInOutlook": "Works in Teams and Outlook",
323
323
  "core.createProjectQuestion.option.description.worksInOutlookM365": "Works in Teams, Outlook, and the Microsoft 365 application",
324
324
  "core.createProjectQuestion.projectType.bot.detail": "Create instant, engaging chat experiences that automate tasks seamlessly",
325
- "core.createProjectQuestion.projectType.agentForTeams.label": "Agent for Teams",
326
- "core.createProjectQuestion.projectType.agentForTeams.detail": "Build an agent for Microsoft Teams easily using Teams AI Library",
327
- "core.createProjectQuestion.projectType.agentForTeams.title": "Agent for Teams Using Teams AI Library",
328
- "core.createProjectQuestion.projectType.teamsApp.label": "Teams App",
329
- "core.createProjectQuestion.projectType.teamsApp.detail": "Create your own web page, chat bot or message extension for Microsoft Teams",
330
- "core.createProjectQuestion.projectType.teamsApp.title": "App Features Used in Microsoft Teams",
325
+ "core.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams Agents and Apps",
326
+ "core.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Create agent, chat bot, web pages or other apps in Microsoft Teams using Teams AI library.",
327
+ "core.createProjectQuestion.projectType.teamsAgentsAndApps.title": "Teams Agent or App Using Teams AI Library",
331
328
  "core.createProjectQuestion.projectType.bot.label": "Bot",
332
329
  "core.createProjectQuestion.projectType.bot.title": "App Features Using a Bot",
333
330
  "core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Search and take actions from the text input box in Teams and Outlook",
@@ -352,6 +349,7 @@
352
349
  "core.createProjectQuestion.projectType.createGroup.m365Apps": "Apps for Microsoft 365",
353
350
  "core.createProjectQuestion.projectType.declarativeAgent.label": "Declarative Agent",
354
351
  "core.createProjectQuestion.projectType.declarativeAgent.detail": "Create your own agent by declaring instructions, actions, & knowledge to suit your needs.",
352
+ "core.createProjectQuestion.teamsCapability.title": "Teams Capability",
355
353
  "core.createProjectQuestion.title": "New Project",
356
354
  "core.createProjectQuestion.capability.botMessageExtension.label": "Start with a Bot",
357
355
  "core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Agents SDK",
@@ -370,10 +368,12 @@
370
368
  "core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM",
371
369
  "core.createProjectQuestion.capability.weatherAgentOption.label": "Weather Agent",
372
370
  "core.createProjectQuestion.capability.weatherAgentOption.detail": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain",
373
- "core.createProjectQuestion.capability.customCopilotBasicOption.label": "Basic Agent for Teams",
371
+ "core.createProjectQuestion.capability.customCopilotBasicOption.label": "General Teams Agent",
374
372
  "core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs",
375
- "core.createProjectQuestion.capability.customCopilotRagOption.label": "Chat With Your Data",
373
+ "core.createProjectQuestion.capability.customCopilotRagOption.label": "Teams Agent with Data",
376
374
  "core.createProjectQuestion.capability.customCopilotRagOption.detail": "Agent that uses your content and knowledge to accurately answer domain-specific questions",
375
+ "core.createProjectQuestion.capability.teamsAgent.others.label": "Other Teams Capabilities",
376
+ "core.createProjectQuestion.capability.teamsAgent.others.detail": "App that uses tab, bot and message extension",
377
377
  "core.createProjectQuestion.capability.customCopilotAssistantOption.label": "Agent with API",
378
378
  "core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Agent for Teams that can make decisions and perform actions based on LLM reasoning",
379
379
  "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.label": "Customize",
@@ -664,6 +664,8 @@
664
664
  "core.officeContentAddin.detail": "Create new objects for Excel or PowerPoint",
665
665
  "core.newTaskpaneAddin.label": "Task pane",
666
666
  "core.newTaskpaneAddin.detail": "Customize the ribbon with a button and embed content in the task pane",
667
+ "core.newCFShortcut.label": "Custom Function and Shortcut",
668
+ "core.newCFShortcut.detail": "Task pane add-in with custom function and shortcut",
667
669
  "core.summary.actionDescription": "Action %s%s",
668
670
  "core.summary.lifecycleDescription": "Lifecycle stage: %s(%s step(s) in total). The following actions will be executed: %s",
669
671
  "core.summary.lifecycleNotExecuted": "%s Lifecycle stage %s was not executed.",
@@ -931,9 +933,6 @@
931
933
  "driver.teamsApp.summary.validateWithTestCases.result.detail": "%s Validation title: %s. Message: %s",
932
934
  "driver.teamsApp.validate.result": "Microsoft 365 Agents Toolkit has completed checking your app package against validation rules. %s.",
933
935
  "driver.teamsApp.validate.result.display": "Microsoft 365 Agents Toolkit has completed checking your app package against validation rules. %s. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
934
- "driver.shareToOthers.description": "share your app to others",
935
- "driver.shareToOthers.progress.message": "Sharing your app...",
936
- "driver.shareToOthers.summary": "Shared apps successfully (%s).",
937
936
  "error.teamsApp.validate.apiFailed": "app package validation failed due to %s",
938
937
  "error.teamsApp.validate.apiFailed.display": "App pacakge validation failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
939
938
  "error.teamsApp.validate.details": "File path: %s, title: %s",