Skip to content

Release 0.6.9 - #2336

Merged
seratch merged 1 commit into
mainfrom
release/v0.6.9
Jan 20, 2026
Merged

Release 0.6.9#2336
seratch merged 1 commit into
mainfrom
release/v0.6.9

Conversation

@github-actions

@github-actions github-actions Bot commented Jan 20, 2026

Copy link
Copy Markdown
Contributor

Release readiness review (v0.6.8 -> TARGET 1baebc9)

This is a release readiness report done by $final-release-review skill.

Diff

v0.6.8...1baebc9

Release call:

🟢 GREEN LIGHT TO SHIP Patch release with scoped behavior fixes and added tests; no blocking risks identified.

Scope summary:

  • 16 files changed (+783/-67); key areas touched: compaction session logic (src/agents/memory/), tool error handling (src/agents/tool.py, src/agents/_run_impl.py), tests and examples, release workflows.

Risk assessment (ordered by impact):

  1. Store-aware compaction mode changes default compaction input selection
    • Risk: LOW. Compaction now falls back to input when response history is unavailable or store=False, which can alter compaction output compared to previous server-history-only behavior.
    • Files: src/agents/memory/openai_responses_compaction_session.py, src/agents/memory/session.py, src/agents/run.py, examples/memory/compaction_session_stateless_example.py
  2. Invalid tool argument JSON now yields user-facing tool output instead of raising in default path
    • Risk: LOW. Error handling shifts from exception propagation to a structured error message (unless failure_error_function=None), which could change downstream expectations for error flows.
    • Files: src/agents/tool.py, src/agents/_run_impl.py, tests/test_run_step_execution.py, tests/test_tracing_errors.py, tests/test_tracing_errors_streamed.py

Notes:

  • BASE_TAG derived from local tags only; TARGET is current HEAD.
  • Working tree clean; assumes CI verification already ran for this target.

@github-actions github-actions Bot added this to the 0.6.x milestone Jan 20, 2026
@seratch
seratch merged commit 512b9b6 into main Jan 20, 2026
@seratch
seratch deleted the release/v0.6.9 branch January 20, 2026 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant