Pull requests · strands-agents/harness-sdk · GitHub
Skip to content

Pull requests: strands-agents/harness-sdk

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

feat(openai): honor system prompt cache points for OpenAI-compatible providers area-model Related to models or model providers enhancement New feature or request python Pull requests that update python code
#4201 opened Sep 6, 2026 by diegochico Loading…
9 tasks done
fix(mistral): preserve image blocks in requests area-model Related to models or model providers bug Something isn't working python Pull requests that update python code
#4200 opened Sep 6, 2026 by feng1201 Draft
6 of 9 tasks
fix(session): filter malformed immutable snapshot IDs area-persistence Session management or checkpointing bug Something isn't working python Pull requests that update python code
#4199 opened Sep 5, 2026 by waitasecant Contributor Loading…
6 of 9 tasks
Add Lelu to the integrations catalog area-interventions Related to interventions documentation Documentation changes, improvements, additions, content updates, site improvements, examples, guides enhancement New feature or request
#4196 opened Sep 5, 2026 by lelu-auth Loading…
11 tasks done
fix: handle empty input for zero-argument tools without warning area-tool Tool behavior/api bug Something isn't working python Pull requests that update python code
#4195 opened Sep 5, 2026 by Ravindranath-Porandla Loading…
5 tasks done
fix: catch YAMLError in skill frontmatter fallback parser area-config Related to config-based agents or mcp-config bug Something isn't working python Pull requests that update python code
#4194 opened Sep 5, 2026 by Ravindranath-Porandla Loading…
4 tasks done
fix(openai-responses): map cache_write_tokens to cacheWriteInputTokens area-model Related to models or model providers bug Something isn't working python Pull requests that update python code
#4193 opened Sep 5, 2026 by philmerrell Loading…
3 tasks done
fix(skills-py): avoid leaking YAML parse error and dropping valid ski… area-config Related to config-based agents or mcp-config bug Something isn't working python Pull requests that update python code
#4192 opened Sep 4, 2026 by shvms Loading…
9 tasks done
feat(bidi): simplify Google and OpenAI model configs area-bidirectional-streaming Related to bidirectional streaming area-model Related to models or model providers complexity/low Touched functions have low cognitive complexity (<=10) enhancement New feature or request python Pull requests that update python code size/m
#4189 opened Sep 4, 2026 by pgrayy Member Loading…
11 tasks done
feat(anthropic): use the API's native automatic caching for cache_config strategy="auto" area-model Related to models or model providers complexity/high A touched function exceeds cognitive complexity 25; may be worth splitting enhancement New feature or request python Pull requests that update python code size/m
#4188 opened Sep 4, 2026 by agent-of-mkmeral Contributor Loading…
13 tasks done
feat(context-py): port stash integration area-context Session or context related area-tool Tool behavior/api complexity/medium Touched functions have moderate cognitive complexity (11-25) enhancement New feature or request python Pull requests that update python code size/m
#4187 opened Sep 4, 2026 by lizradway Member Draft
9 tasks
feat(context): graduate context manager from internal, mark legacy as deprecated area-context Session or context related area-devx Developer experience improvements enhancement New feature or request python Pull requests that update python code size/l
#4185 opened Sep 4, 2026 by lizradway Member Draft
9 tasks
fix(file-editor): stop str_replace and insert from expanding tabs on the write path area-devx Developer experience improvements area-tool Tool behavior/api bug Something isn't working complexity/low Touched functions have low cognitive complexity (<=10) python Pull requests that update python code size/s
#4182 opened Sep 4, 2026 by lizradway Member Loading…
8 tasks done
feat(bedrock-ts): support strict tool use via strictTools config area-model Related to models or model providers area-tool Tool behavior/api complexity/high A touched function exceeds cognitive complexity 25; may be worth splitting enhancement New feature or request size/m typescript Pull requests that update typescript code
#4181 opened Sep 4, 2026 by nicolas-m-romero Draft
7 of 9 tasks
feat(mcp): add prefix_with_server_name and continue_on_error defaults to load_servers api/needs-review Makes changes to the public API surface api/review-complete An API Bar-raiser reviewed and accepted the APIs area-mcp MCP related complexity/low Touched functions have low cognitive complexity (<=10) enhancement New feature or request size/s
#4177 opened Sep 4, 2026 by strandly-the-agent Contributor Loading…
8 of 9 tasks
docs(ollama): add section on using OllamaModel with llmman area-model Related to models or model providers documentation Documentation changes, improvements, additions, content updates, site improvements, examples, guides
#4175 opened Sep 4, 2026 by ericcurtin Loading…
7 of 9 tasks
fix(models): guard openai_responses against location-source documents area-model Related to models or model providers bug Something isn't working python Pull requests that update python code
#4170 opened Sep 4, 2026 by wakqasahmed Loading…
9 tasks done
ci(python): update litellm requirement from <=1.96.0,>=1.75.9 to >=1.75.9,<=1.99.0 in /strands-py area-community Related to community and contributor health chore Maintenance tasks, dependency updates, CI changes, refactoring with no user-facing impact dependencies Pull requests that update a dependency file python Pull requests that update python code size/xs
#4164 opened Sep 4, 2026 by dependabot Bot Loading…
ci(docs): bump astro from 7.2.6 to 7.2.10 in /site area-community Related to community and contributor health chore Maintenance tasks, dependency updates, CI changes, refactoring with no user-facing impact dependencies Pull requests that update a dependency file size/xs typescript Pull requests that update typescript code
#4162 opened Sep 4, 2026 by dependabot Bot Loading…
ci(docs): bump @astrojs/markdown-remark from 7.2.4 to 7.3.0 in /site area-community Related to community and contributor health chore Maintenance tasks, dependency updates, CI changes, refactoring with no user-facing impact dependencies Pull requests that update a dependency file size/xs typescript Pull requests that update typescript code
#4161 opened Sep 4, 2026 by dependabot Bot Loading…
Add AnyAPI MCP server to the community catalog area-community Related to community and contributor health area-mcp MCP related enhancement New feature or request
#4160 opened Sep 4, 2026 by kev1n Loading…
fix(openai): keep maxTokens when a Responses function call is cut off (TypeScript) area-model Related to models or model providers bug Something isn't working typescript Pull requests that update typescript code
#4159 opened Sep 4, 2026 by BlueX888 Contributor Loading…
8 of 9 tasks
fix(sandbox): preserve UTF-8 across stream chunk boundaries area-server Related to strands Server, sandbox, runtime container bug Something isn't working typescript Pull requests that update typescript code
#4157 opened Sep 4, 2026 by pacocartones Contributor Loading…
fix(session): remove orphaned toolResults that are not at index 0 area-context Session or context related area-model Related to models or model providers bug Something isn't working complexity/high A touched function exceeds cognitive complexity 25; may be worth splitting python Pull requests that update python code size/s
#4154 opened Sep 4, 2026 by ebarkhordar Contributor Loading…
5 tasks done
feat(vended-tools): add web_fetch tool for TypeScript area-tool Tool behavior/api complexity/high A touched function exceeds cognitive complexity 25; may be worth splitting enhancement New feature or request size/l typescript Pull requests that update typescript code
#4153 opened Sep 3, 2026 by liramon2 Contributor Loading…
10 tasks done
ProTip! Add no:assignee to see everything that’s not assigned.