Enable polyglot feature flag in E2E CLI tests#13981
Closed
Copilot wants to merge 2 commits intosebros/polyfrom
Closed
Enable polyglot feature flag in E2E CLI tests#13981Copilot wants to merge 2 commits intosebros/polyfrom
Copilot wants to merge 2 commits intosebros/polyfrom
Conversation
16 tasks
Co-authored-by: mitchdenny <513398+mitchdenny@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add common languages SDKs for polyglot apphost support
Enable polyglot feature flag in E2E CLI tests
Jan 17, 2026
Member
|
@mitchdenny this used Sonnet 4.5 and my local attempts using Opus ended up with the simplest solution which seems correct ... currently testing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Polyglot E2E tests (Python, TypeScript/React) require the
features:polyglotSupportEnabledflag to access polyglot templates and commands. Without this flag, CLI commands likeaspire init -l pythonfail as the feature is gated.Changes:
SourceAspireCliEnvironment()with optionalenablePolyglotSupportparameterfeatures__polyglotSupportEnabled=trueenvironment variable when enabledPolyglotPythonTests- Python AppHost with RedisPythonReactTemplateTests- FastAPI/React templateJsReactTemplateTests- ASP.NET Core/React (TypeScript) templateChecklist
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.