Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: npm run cms:build

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
uses: aws-actions/configure-aws-credentials@v6
with:
role-to-assume: ${{ env.AWS_DEPLOY_ROLE }}
role-session-name: GitHubActions-Docs-${{ env.RUN_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-strands-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '20'
node-version: '22'

- name: Run Strands Agent
id: agent-runner
Expand Down
2 changes: 1 addition & 1 deletion designs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Skip the design process for bug fixes, small improvements, documentation updates
## How to submit a feature proposal

1. **Check the [roadmap](https://github.com/orgs/strands-agents/projects/8/views/1)** — See if your idea aligns with our direction
2. **Fork the [docs repository](https://github.com/strands-agents/docs)**
2. **Fork the [sdk-python repository](https://github.com/strands-agents/sdk-python)**
3. **Create your design** — Add a new file: `designs/NNNN-feature-name.md` using the template below
4. **Submit a pull request** — We'll review and discuss
5. **Iterate based on feedback** — Address comments and questions
Expand Down
Loading