All releases
Auxot Server v0.1.23 April 7, 2026
Workflow Reliability, Context Recall, and Debug Visibility
Automatic recovery of in-flight work items after server restarts, context-aware pre-compaction with tool and message recall, full agentic loop reliability fixes, and greatly improved LLM debug visibility.
Features
- Work items that were in-flight when the server restarted are now automatically re-queued and retried rather than left stuck or failed.
- Context-aware pre-compaction: old tool results and messages are redacted when the context window fills, with
tool_recall/message_recalltools so the LLM can retrieve them on demand. - Added manual workflow testing CLI tools (
wftest-listen,wftest-send) and a runbook indocs/MANUAL_TESTING_WORKFLOWS.md.
Improvements
- Large clipboard pastes are now handled as text attachments; intake URLs default to the callback URL field.
- Job LLM context debug viewer improved for better visibility of messages and tool calls.
- Shared command for step context file assignment.
Fixes
- Fixed agentic loop reliability: duplicate inference calls, context file lookup failures (case-insensitive match, step-level union), and recursive continuation dispatch.
- GPU worker failures now correctly write worklog entries and publish
work.failedevents. - Orphaned active work items are periodically swept (every 30 s) and re-queued automatically.