Releases: subinium/agf
Releases · subinium/agf
v0.7.3
v0.7.2
What's Changed
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
Full Changelog: v0.6.5...v0.7.0
v0.6.5
What's Changed
Full Changelog: v0.6.4...v0.6.5
v0.6.4
v0.6.3
Permission Mode Fixes
Corrected permission/approval mode flags to match current official documentation:
- Claude Code: add
dontAskmode (--permission-mode dontAsk) — auto-denies tools unless pre-approved via/permissions - Codex: fix label
auto-edit→untrusted(matches actual-a untrustedflag) - Gemini: fix deprecated
-y→--approval-mode yolo; removeplanmode (not in official docs)
What's Changed
Full Changelog: v0.6.2...v0.6.3
v0.6.2
UX Improvement
- Resume mode picker:
Enteron Resume now opens the permission mode picker instead of executing immediately. Default mode is pre-selected — fast path isEnter → Enter.
Maintenance
- Pin
superlighttuito0.8.4(was0.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
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 setupafter 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
statusread-only variable error in shell wrapper - TUI source consolidated: 3 files (~2,350 lines) → 1 file (~1,850 lines)
What's Changed
New Contributors
Full Changelog: v0.5.5...v0.6.0
v0.5.5
Full Changelog: v0.5.4...v0.5.5