chore: sync main into preview (post-v0.13.0 fixes)#1108
Open
chore: sync main into preview (post-v0.13.0 fixes)#1108
Conversation
CrewAI is not implemented as a framework option in the CLI — it does not exist in SDKFrameworkSchema, has no template assets, and is not in the SDK_MODEL_PROVIDER_MATRIX. Remove it from README and docs/frameworks.md to match the actual CLI capabilities. Constraint: Only frameworks in src/schema/constants.ts SDKFrameworkSchema are valid Rejected: Mark CrewAI as "BYO only" | no special BYO treatment exists for it Confidence: high Scope-risk: narrow
…ing (#1008) Co-authored-by: minorun365 <minorun365@users.noreply.github.com>
HTTP gateways are created through the AB test flow (add ab-test --mode target-based), not via agentcore add gateway. The standalone test was using MCP gateway commands against placeholder URLs that caused AWS::BedrockAgentCore::GatewayTarget CREATE_FAILED errors. HTTP gateway coverage is provided by ab-test-target-based.test.ts. Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
|
Reviewed — looks good to merge. Verified:
|
Contributor
Coverage Report
|
…1094) The status command outputs resourceType as 'config-bundle' (hyphenated) but the test was checking for 'configBundle' (camelCase).
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.
Summary
Cherry-picks 7 commits from main that landed after the last sync (PR #1077 / v0.13.0):
a91d8882docs: remove CrewAI from supported frameworks (docs: remove CrewAI from supported frameworks #1059)3b7a0a5bchore(deps): override glob to ^13 to silence install deprecation warning (chore(deps): override glob to ^13 to silence install deprecation warning #1008)162afd45fix: address formatting failure in docs (fix: address formatting failure in docs #1080)5ce18744test: remove http-gateway-targets e2e test (test: remove http-gateway-targets e2e test #1090)78b3bd15fix: sync e2e IAM policy and fix run eval flag (fix: sync e2e IAM policy and fix run eval flag #1092)f1d046cffix: align E2E batch eval and recommendation tests with current API (fix: align E2E batch eval and recommendation tests with current API #1093)7fb8a63fix: use correct resourceType for config bundle in E2E status test (fix: use correct resourceType for config bundle in E2E status test #1094)All cherry-picks applied cleanly with no conflicts.
Test plan