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
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ the GitHub Release body, so a release with no entry here fails.

Versioning follows [docs/versioning.md](docs/versioning.md).

## [0.11.2] - 2026-09-25
## [0.12.0] - 2026-09-25

### Added

- `loop_types.wall_deadline_remaining_s` is now included in `__all__`. `model_profile.to_openai_tool_calls` is public for host facades; the former `_to_openai_tool_calls` name remains a compatibility alias.

### Fixed

- `OpenAIClient` and `OpenAIResponsesClient` now treat an empty `api_key` as unset and fall back to `OPENAI_API_KEY`, matching the behavior of `None`.
- `run_agent_loop` now assigns text-mode tool calls IDs unique across turns and resumed histories, preventing tool-result and spill-recovery lookups from resolving to another turn. Native provider IDs remain unchanged. Consumers asserting exact synthesized IDs should accept the new `call_{turn}_{idx}_{8 hex}` shape; direct parser and `execute_tools` IDs are unchanged.
- `OpenAIClient` and `OpenAIResponsesClient` now treat an empty `api_key` as unset and fall back to `OPENAI_API_KEY`, matching the behavior of `None`. (Prepared as 0.11.2, which was never published; it ships in 0.12.0.)
- `TaskBoardObserver` now runs as a critical observer so its task-board reminder is collected and injected into the next turn. Hosts that subclassed it only to set `critical = True` can remove that override.

## [0.11.1] - 2026-09-24

Expand Down
1 change: 0 additions & 1 deletion changes/40.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion changes/42.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion changes/43.feature.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "apodex-agent-core"
version = "0.11.2"
version = "0.12.0"
description = "Shared, product-neutral runtime primitives for Apodex agents"
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading