Skip to content

Releases: subinium/agf

v0.7.3

26 Mar 09:44
f14759f

Choose a tag to compare

What's Changed

  • fix(tui): restore v0.7.0 UI + Tab navigation (v0.7.3) by @subinium in #15

Full Changelog: v0.7.2...v0.7.3

v0.7.2

26 Mar 08:23
dcaeb72

Choose a tag to compare

What's Changed

  • feat(tui): Tab navigation + --version flag by @subinium in #14

Full Changelog: v0.7.1...v0.7.2

v0.7.1

25 Mar 21:20
fe4b68c

Choose a tag to compare

What's Changed

  • fix(codex): read sessions from SQLite DB + fix agf resume by @subinium in #13

Full Changelog: v0.7.0...v0.7.1

v0.7.0

25 Mar 03:23
4aff116

Choose a tag to compare

What's Changed

  • feat(tui)!: v0.7.0 — SLT v0.16, borderless search, Korean IME, UI polish by @subinium in #11

Full Changelog: v0.6.5...v0.7.0

v0.6.5

21 Mar 06:21
9520a09

Choose a tag to compare

What's Changed

  • fix: resume subcommand writes to AGF_CMD_FILE (v0.6.5) by @subinium in #10

Full Changelog: v0.6.4...v0.6.5

v0.6.4

19 Mar 16:34
4c21452

Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.6.4

v0.6.3

15 Mar 01:20
f9a54c9

Choose a tag to compare

Permission Mode Fixes

Corrected permission/approval mode flags to match current official documentation:

  • Claude Code: add dontAsk mode (--permission-mode dontAsk) — auto-denies tools unless pre-approved via /permissions
  • Codex: fix label auto-edituntrusted (matches actual -a untrusted flag)
  • Gemini: fix deprecated -y--approval-mode yolo; remove plan mode (not in official docs)

What's Changed

  • fix: correct permission mode flags per official docs by @subinium in #8

Full Changelog: v0.6.2...v0.6.3

v0.6.2

15 Mar 01:05
35accdf

Choose a tag to compare

UX Improvement

  • Resume mode picker: Enter on Resume now opens the permission mode picker instead of executing immediately. Default mode is pre-selected — fast path is Enter → Enter.

Maintenance

  • Pin superlighttui to 0.8.4 (was 0.8)

What's Changed

  • chore: bump SuperLightTUI 0.6 → 0.8 by @subinium in #6
  • feat(ux): Resume enters mode picker directly + pin SLT v0.8.4 by @subinium in #7

Full Changelog: v0.6.0...v0.6.2

v0.6.0

14 Mar 04:41
71253fe

Choose a tag to compare

TUI Engine Migration: ratatui → SuperLightTUI

Complete rewrite of the rendering layer from ratatui's retained-mode to SLT's immediate-mode architecture.

Breaking Changes

  • Shell wrapper updated — run agf setup after upgrading (or restart your shell)
  • Keybinding change: summary cycling Shift+↑/↓[/]

Features & Fixes

  • TUI engine replaced with SuperLightTUI v0.6 — fewer dependencies, simpler code
  • Shell wrappers use temp file (AGF_CMD_FILE) instead of stdout capture
  • Scanner hang fix: read_git_branch() 100ms timeout prevents blocking on unresponsive .git/HEAD
  • Fix zsh status read-only variable error in shell wrapper
  • TUI source consolidated: 3 files (~2,350 lines) → 1 file (~1,850 lines)

What's Changed

  • feat(tui)!: migrate from ratatui to SuperLightTUI v0.6 by @subinium in #5

New Contributors

Full Changelog: v0.5.5...v0.6.0

v0.5.5

10 Mar 01:15

Choose a tag to compare

Full Changelog: v0.5.4...v0.5.5