Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.26 KB

File metadata and controls

24 lines (15 loc) · 1.26 KB

OK Code v0.0.1

Date: 2026-03-27
Tag: v0.0.1

Summary

First versioned release of OK Code: a minimal web GUI for coding agents (Codex-first), plus a desktop shell and a publishable CLI.

Highlights

  • Web app (apps/web) — Session UX, conversation and event rendering, WebSocket client to the local server.
  • Server (apps/server, npm okcodes) — WebSocket API, Codex app-server integration (JSON-RPC over stdio), provider sessions.
  • Desktop (apps/desktop) — Electron wrapper with update checks against GitHub Releases (see docs/release.md).
  • Contracts (packages/contracts) — Shared schemas and protocol types.

Upgrade and install

  • CLI: npm install -g okcodes@0.0.1 (or your preferred package manager) after the package is published to npm manually.
  • Desktop: Download platform artifacts from the GitHub Releases page for this tag. Filenames are listed in assets.md.

Known limitations

This repository remains early work in progress. Expect rough edges around session recovery, streaming edge cases, and platform-specific desktop behavior. Report issues on GitHub.