Uh oh!
There was an error while loading. Please reload this page.
feat(templates): support strands ts - #2142
Open
Hweinstock wants to merge 7 commits into
Open
Conversation
Contributor
Claude Security Review: no high-confidence findings. (run) |
added 7 commits
August 28, 2026 20:28
Hweinstockforce-pushed
the
feat/strands-ts-template
branch
from
August 28, 2026 20:32
3042954 to
bd35521CompareContributor
Claude Security Review: no high-confidence findings. (run) |
codecov-commenter
commented
Aug 28, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## refactor #2142 +/- ##
============================================
+ Coverage 97.29% 97.30% +0.01%
============================================
Files 478 478 Lines 29642 29699 +57 ============================================
+ Hits 28840 28899 +59 + Misses 802 800 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Hweinstock
commented
Aug 28, 2026
| framework: z.enum(["strands", "none"]), | ||
| modelProvider: z.enum(["Bedrock"]), | ||
| apiKey: z.string().min(1).optional(), | ||
| memory: MemorySchema.optional(), |
ContributorAuthor
There was a problem hiding this comment.
this is now resolved within the template. We can bring it back if we choose to support BYO again.
Hweinstock
marked this pull request as ready for review
August 28, 2026 23:01
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 freeto 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.
Problem
The CLI is missing support for TS.
Solution
.ts-->.jsconversion for dev/deploy.Testing
Notes
discovered in testing that the python sdk allows missing sessionId but ts sdk rejects it: https://github.com/aws/bedrock-agentcore-sdk-typescript/blob/v0.3.0/src/runtime/app.ts#L337-L341. Small papercut on the local dev experience.