Skip to content

Releases: skyline69/agcp

agcp v1.3.1

25 Feb 16:24
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

[v1.3.1] - 2026-02-25

Bug Fixes

  • Clippy warnings (0cb21e1) — Ö. Efe D.
  • Remove line wrapping in logs view to fix text selection (10a7249) — Ö. Efe D.

Features

  • Expand OpenAI client compatibility (a594e04) — Ö. Efe D.
  • Redesign usage chart with rate + cumulative dual view (200757d) — Ö. Efe D.

Miscellaneous

  • Make error-shape assertions JSON-structural (62b466e) — Ö. Efe D.
  • Update version (3dfa245) — Ö. Efe D.

cloudcode

  • Parse structured Google error details for 429 backoff (d6f2918) — Ö. Efe D.

format

  • Remap Grep/Glob/Read tool-call args for Claude clients (78ce01c) — Ö. Efe D.

server

  • Return endpoint-native error shapes on fallback (bdee0fd) — Ö. Efe D.
  • Make /api/logs/stream a live SSE feed with heartbeat (24aeed8) — Ö. Efe D.

agcp v1.3.0

22 Feb 22:40
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

[v1.3.0] - 2026-02-22

Bug Fixes

  • Resolve version gate and SSE parser misparse of CloudCodeResponse (c77d1aa) — Ö. Efe D.
  • Session-scoped chart X-axis and clippy/test fixes (883e106) — Ö. Efe D.
  • Default sonnet to 4.6-thinking and ignore stale warning (0c7ae83) — Ö. Efe D.
  • Collapse macos plist if-chain for clippy (0d8d243) — Ö. Efe D.
  • Route sonnet aliases to claude-sonnet-4-6 (1084ed1) — Ö. Efe D.

Features

  • V1.3 - OpenAI tool streaming, Responses API function calls, thinking config, CORS, and more (88a6200) — Ö. Efe D.
  • Structured output, token counting, PDF support, n>1 candidates, persistent stats, request ID forwarding (fb10c8c) — Ö. Efe D.
  • Animated count-up for token usage displays (9c9e0ae) — Ö. Efe D.
  • Add justfile with recipes for common development tasks (8223aad) — Ö. Efe D.
  • Implement client fingerprinting to camouflage API requests with Antigravity Electron headers. (4820dc4) — Ö. Efe D.
  • Introduce client identity camouflage and integrate Bun/Tailwind CSS for documentation build. (2d9c40f) — Ö. Efe D.
  • Add Windows-specific application version detection from package.json in LOCALAPPDATA. (f338da7) — Ö. Efe D.
  • Add warmup interception and media parity endpoints (e8384a0) — Ö. Efe D.
  • Show loading spinner for accounts list (d9940d7) — Ö. Efe D.
  • Add compatibility aliases for completions and healthz (c24fecc) — Ö. Efe D.
  • Add drag-copy selection with resilient clipboard backends (8ed513a) — Ö. Efe D.

Miscellaneous

  • Bump version to 1.3.0 (9f45037) — Ö. Efe D.
  • Initialize AGENTS.md's (c9e036f) — Ö. Efe D.
  • Add spaces around variables in justfile commands for improved readability. (118fef9) — Ö. Efe D.

Performance

  • True SSE streaming pass-through and reduced lock contention (2b1fe5d) — Ö. Efe D.

deps

  • Update tachyonfx dependency to version 0.24. (04b7977) — Ö. Efe D.

agcp v1.2.3

11 Feb 20:49
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

[v1.2.3] - 2026-02-11

Bug Fixes

  • Persist daemon address so TUI and CLI detect non-default ports (a3a75e3) — Ö. Efe D.
  • Gate write_addr with #[cfg(unix)] to fix Windows build (cb196ba) — Ö. Efe D.
  • Setup now uses daemon's actual port for tool configuration (2499173) — Ö. Efe D.

Miscellaneous

  • Update dependencies (483acf3) — Ö. Efe D.
  • Update version (9a47cae) — Ö. Efe D.

agcp v1.2.2

10 Feb 23:17
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

[v1.2.2] - 2026-02-10

Bug Fixes

  • Zed compatibility — cap max_tokens, strip temperature for thinking models, add Zed setup (f5564ba) — Ö. Efe D.
  • Formatting (1e1a836) — Ö. Efe D.

Miscellaneous

  • Update to v1.2.2 (76c3304) — Ö. Efe D.

agcp v1.2.1

10 Feb 01:53
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

[v1.2.1] - 2026-02-10

Bug Fixes

  • Map claude-3-5-haiku to gemini-3-flash to avoid 404 on Cloud Code (0327047) — Ö. Efe D.

Miscellaneous

  • Update version (2ccc2a9) — Ö. Efe D.

agcp v1.2.0

09 Feb 22:55
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

[v1.2.0] - 2026-02-09

Bug Fixes

  • Update help screen with correct tab count and missing shortcuts (0fb4379) — Ö. Efe D.
  • Cache-bust style.css for GitHub Pages (4c755b4) — Ö. Efe D.
  • Use first snapshot as chart time origin instead of quota period start (caf95bb) — Ö. Efe D.
  • Prevent chart line from dropping on server restart (e13469e) — Ö. Efe D.
  • Only poll /stats on Usage/Overview tabs, enforce monotonic chart lines (aeec02e) — Ö. Efe D.
  • Sort models by usage in chart legend and summary panel (25696d5) — Ö. Efe D.
  • Correct chart restart detection for disappearing models (93692f6) — Ö. Efe D.
  • Uptime stuck at 00:00:00 due to /stats polling flooding logs (e12faf0) — Ö. Efe D.
  • OpenCode and Crush not detected on macOS in setup command (35ff410) — Ö. Efe D.
  • Crush 400 INVALID_ARGUMENT due to excessive maxOutputTokens (721f909) — Ö. Efe D.
  • Formatting (9171bae) — Ö. Efe D.

Documentation

  • Add 'Works with' logo strip, 'Why would I need this?' section, and ratatui footer mention (d4900b7) — Ö. Efe D.
  • Add Usage tab, Crush support, and token tracking to website (ab61e95) — Ö. Efe D.

Features

  • Add tool_choice support, token usage tracking, and TUI usage tab (ec4eaf0) — Ö. Efe D.
  • Replace bar chart with multi-dataset time-series line chart in Usage tab (7ae65f2) — Ö. Efe D.
  • Cumulative token chart with persistence and auto-reset on quota period (437f301) — Ö. Efe D.
  • Add missing tab sections to help overlay in two-column layout (cb15b3f) — Ö. Efe D.

Miscellaneous

  • Format code (7fb4f8c) — Ö. Efe D.
  • Update version & update dependencies (48d12c3) — Ö. Efe D.

Performance

  • Reduce memory allocations across hot paths (64412ed) — Ö. Efe D.
  • Increase chart update rate to 1s for smoother lines (715f75c) — Ö. Efe D.
  • Only record token snapshots when values change (1816137) — Ö. Efe D.

agcp v1.1.0

08 Feb 18:38
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

[v1.1.0] - 2026-02-08

Bug Fixes

  • Exclude auto-generated changelog commits from git-cliff output (8e3a168) — Ö. Efe D.
  • Subscription tier detection, TUI log path on macOS, and lazy startup performance (ee42ee4) — Ö. Efe D.
  • Per-account quota fetching and display in TUI (3a3c914) — Ö. Efe D.
  • Daemon restart from Config tab using correct launch method (e7e95f7) — Ö. Efe D.
  • Update model list to match available models, add GPT-OSS 120B (121b050) — Ö. Efe D.
  • Use PID file check instead of TCP probe for server status (37e139a) — Ö. Efe D.
  • Unused variable on Windows (09cc712) — Ö. Efe D.
  • Correct binary size to ~3MB (acb7e79) — Ö. Efe D.

Features

  • Add log filtering, search, and account filter to TUI Logs tab (9fdf332) — Ö. Efe D.
  • Add tooltips to Config tab fields (61995b1) — Ö. Efe D.
  • Add search and sort to Accounts tab (60ed1ca) — Ö. Efe D.
  • Add Mappings tab with presets, glob rules, and background task model (3f25f8a) — Ö. Efe D.
  • Add daemon start/stop/restart controls to Overview tab, update docs (6e6e8cb) — Ö. Efe D.

Miscellaneous

  • Update version (7efd77b) — Ö. Efe D.
  • Format code (76eac4d) — Ö. Efe D.
  • Format code (371f24d) — Ö. Efe D.

agcp v1.0.1

07 Feb 22:38

Choose a tag to compare

[v1.0.1] - 2026-02-07

Bug Fixes

  • Gate unix-only imports and functions with cfg(unix) for Windows compatibility (27f62f0) — Ö. Efe D.
  • Remove redundant mv in deb build step (ce7d052) — Ö. Efe D.
  • Use --unreleased for release changelog generation (271289f) — Ö. Efe D.
  • Write PKGBUILD to workspace instead of /tmp for Docker compatibility (0f4b9da) — Ö. Efe D.

Documentation

  • Update changelog for v1.0.1 (cc0ebfa) — github-actions[bot]
  • Update changelog for v1.0.1 (04b0ff7) — github-actions[bot]
  • Update changelog for v1.0.1 (06aafa5) — github-actions[bot]

Miscellaneous

  • Auto-update CHANGELOG.md on release (849ece2) — Ö. Efe D.

agcp v1.0.0

07 Feb 05:18

Choose a tag to compare

v1.0.0

Features

  • Initial release (v1.0.0) (0e7409e) — Ö. Efe D.