Skip to content
AIOS
AIOSWindowsCost TrackingOpenCodeAI Development

AIOS Update: Windows Native Support + Live Cost Tracking

AIOS Update: Windows Native Support + Live Cost Tracking

This update ships multiple improvements that make AI-assisted development more reliable and transparent.

Windows Native Workflow Support

AIOS now supports Windows workflows end-to-end. We addressed Windows-specific issues around path handling and command-line argument splitting so Windows developers can use the same workflows smoothly.

Key improvements:

  • Native Windows path handling (e.g. C:\Users\...)
  • Safer startup behavior for cmd-based wrappers
  • Reduced risk of Codex argument splitting issues on Windows
  • Graceful degradation support for non-git workspaces

Related docs: Windows Guide

Live Cost Tracking (Cost Telemetry)

Live cost telemetry helps you understand API usage cost in real time. During long-running tasks, AIOS can track and display:

  • token usage
  • cost summary
  • budget controls
  • warnings when budget thresholds are crossed

You can see cost telemetry in aios orchestrate runs.

OpenCode Agent Support

AIOS integrates OpenCode Agent support so you can:

  • use OpenCode’s agent ecosystem,
  • run more flexible orchestration and dispatch strategies.