SharpOMatic 10.0.5
SharpOMatic 10.0.5 is now available.
The headline addition is a Metrics page covering both model call usage and workflow run health. Each model call node execution writes a metric row capturing the workflow, connector, model, token usage, cost, duration, and any failure details. Workflow run metrics are written when a run reaches a terminal state and include an aggregated snapshot of the model usage for that run. Both sets of metrics are retained independently of run history, so the data remains available after detailed run records are pruned.
The AG-UI stream viewer has also been updated: the tabs previously labelled "Stream" are now labelled "AG-UI", and each event kind is displayed using its canonical AG-UI protocol name (for example TEXT_MESSAGE_START, TOOL_CALL_ARGS, STEP_FINISHED) rather than a friendly paraphrase.
Changes
- Added a Metrics page with model call and workflow run dashboards.
- Model call metrics record workflow, node, connector, model, duration, token usage, cost, and failure details per execution.
- Workflow run metrics record run status, duration, conversation turn details, failure details, and aggregated model call usage per terminal run.
- Both metric types use snapshot names so data remains available after workflows, connectors, or models are renamed or deleted.
- Renamed the AG-UI stream viewer tabs from "Stream" to "AG-UI".
- Updated stream event labels to use canonical AG-UI protocol event names.
- Removed the conversation lease mechanism, simplifying the conversation model.
- Added GPT-5.5 model configs for OpenAI and Azure OpenAI.
- Added Google Gemini 3.1 Flash Lite and Gemini 3.5 Flash model configs.