Changelog
C3 AI Agentix changelog
This page collects the user-facing changes for each C3 AI Agentix release since 1.0.2, newest first. See Release Notes for an overview of what shipped at general availability.
Internal changes, such as tests, refactors, and dependency updates, are left out of every version below, as are changes to Document AI, which releases on its own schedule with its own changelog. Items marked Experimental ship off by default, behind a flag, and are opt-in until they reach general availability.
1.0.3
Experimental (feature-flagged)
- Agents can delegate part of a task to another agent instead of handling every step themselves.
- OpenHands Cloud as an alternative host for agent conversations, behind a flag.
- Continued tuning of the automatic model router and its health monitoring.
- Hindsight long-term memory configuration recovers without restarting the agent pod.
- A new Routes page lets an administrator reassign which agent handles a connected application's endpoint.
Improvements
- Faster startup for the web application.
- Default chat models updated to the latest Claude Sonnet and Opus releases.
- The Updates page now shows the server version, mode, and node layout; agent detail pages show hardware profile and resource usage.
- The LiteLLM model catalog refreshes in a running agent pod, with no restart needed.
- Confirmation windows stay open and long tool-call text stays readable during a failed action; the Automations link in the New Automation Job Setup flow can be selected.
- Starting a new chat is blocked when no working models are available, instead of failing silently.
Bug fixes
- Fixed a duplicate message appearing in chat under a specific timing condition.
- Fixed an issue where deleting one file could remove unrelated files that shared its name prefix.
- Fixed permission errors for administrators on the Cross-cluster connections page and when listing environment applications.
- Fixed code blocks that didn't render correctly in the skills preview.
- Fixed regressions in the automatic router's admin experience.
- Fixed automation runs that used an outdated model tier instead of the agent's configured model.
- Schedule editing now uses local time; fixed instruction text that overflowed its container.
- Fixed snapshot and restore correctness, improving session resume reliability.