chore(release): 0.12.0 - #45
Merged
Merged
Conversation
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
Release PR for 0.12.0, generated with
scripts/prepare_release.py+uv lock.mainalready carriedversion = "0.11.2"and a[0.11.2]CHANGELOG section for fix(providers): treat an empty OpenAI api_key as unset #41, butv0.11.2was never tagged or published to PyPI. Its entry moves into 0.12.0 under Fixed, and the orphan section is removed, so the changelog lists only versions that exist on PyPI. The PyPI 0.11.2 number stays unused.0.12.0 notes
Added
loop_types.wall_deadline_remaining_sin__all__; publicmodel_profile.to_openai_tool_calls(old private name kept as an alias). (feat(api): export helpers that host facades re-export #43)Fixed
call_{turn}_{idx}_{8 hex}). Consumers asserting exact synthesized IDs must accept the new shape. (fix(loop): make text-mode tool_call ids unique across the history #40)api_keyonOpenAIClient/OpenAIResponsesClientfalls back toOPENAI_API_KEY. (fix(providers): treat an empty OpenAI api_key as unset #41)TaskBoardObserveris critical, so its reminder reaches the next turn. (fix(observers): make TaskBoardObserver critical so its reminder lands #42)Test plan
python3 scripts/check_version_bump.py --base origin/main→Release validated: 0.11.2 -> 0.12.0ruff,pyright agent_core, fullpytest -q(1601 passed)uv buildproducesapodex_agent_core-0.12.0wheel + sdistgit tag -a v0.12.0 -m 'AgentCore 0.12.0' && git push origin v0.12.0(publishes to PyPI)🤖 Generated with Claude Code