Add CHANGELOG entry for agent API move to pi-agent-core

This commit is contained in:
Mario Zechner 2025-12-28 09:28:16 +01:00
parent fa22595f25
commit 0f50982e0a

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Breaking Changes
- **Agent API moved**: All agent functionality (`agentLoop`, `agentLoopContinue`, `AgentContext`, `AgentEvent`, `AgentTool`, `AgentToolResult`, etc.) has moved to `@mariozechner/pi-agent-core`. See the [agent-core README](../agent/README.md) for documentation.
## [0.28.0] - 2025-12-25
### Breaking Changes