Ocean

Terminal for Agentic Development — Developer Documentation

View the Project on GitHub viveky259259/ocean-releases

Ocean v0.9.1 — What’s New

Released: 2026-04-02

Claude OAuth Usage Panel

Ocean now shows your real-time Claude usage quota directly in the status bar. When Claude Code Native mode is enabled, a usage bar appears showing:

The poller runs every 60 seconds and reads usage from the local Claude keychain. Configure warning and error thresholds in Settings → General → Usage Quota.

PTY Deadlock Fix

A deadlock in the PTY read loop could cause terminal sessions to hang silently when multiple agents ran concurrently. The fix eliminates the contention point in the PTY event loop, making long-running agent sessions more reliable.

Bug Fixes

Infrastructure