Skip to content

Tags: subinium/agf

Tags

v0.8.1

Toggle v0.8.1's commit message
v0.8.1 - exec shell commands when wrapper missing + upstream PRs

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release v0.8.0 (#17)

Features:
- PWD boost: sessions matching current directory sorted to top
- Open in Editor: action menu item with $EDITOR detection
- Pin/bookmark: pin sessions via action menu, persisted in config.toml
- Agent count badge: Tab filter shows session count
- Project grouped view: Ctrl+G toggles tree view with expand/collapse
- `agf list`: table/json/csv output with ANSI colors
- `agf stats`: session statistics with Unicode bar charts
- `agf watch`: live dashboard with running agent detection
- `agf resume --list/--agent/--mode`: enhanced headless resume
- AgentPlugin trait system for easier agent additions
- Scan caching with mtime-based invalidation

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.7.3

Toggle v0.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(tui): restore v0.7.0 UI design + merge Tab navigation (v0.7.3) (#15)

Restore the v0.7.0 UI (mouse support, TextareaState for Korean IME,
consume_key pattern, consistent margins, separators, help_colored) that
was accidentally overwritten in v0.7.1.

On top of v0.7.0 design, includes all v0.7.1/v0.7.2 features:
- Tab/Shift+Tab wrap-around navigation in all selectors
- Enter on Resume → mode picker, Enter on Agent → permission picker
- Codex SQLite scanner, --version flag, AGF_CMD_FILE in resume

Closes #12

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(tui): add Tab navigation with wrap-around + fix --version flag (#14

)

- Tab/Shift+Tab navigate all selector menus with wrap-around
- Enter on Resume → mode picker; Enter on Agent → permission picker
- Handle --version/-V before clap parsing

Closes #12

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(codex): read sessions from SQLite DB + fix agf resume cmd output (#…

…13)

- Codex scanner now reads from state_*.sqlite (threads table) as primary
  source, covering CLI, desktop app (vscode), and exec sessions. Falls
  back to JSONL walkdir if SQLite is unavailable.
- agf resume subcommand now writes to AGF_CMD_FILE so the shell wrapper
  can eval the command instead of printing it as text.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(tui)!: v0.7.0 — SLT v0.16, borderless search, Korean IME, UI polish

- Upgrade SuperLightTUI v0.15 → v0.16.1
- Borderless search bar using textarea (no input box border)
- Korean IME / Unicode input via SLT textarea widget
- Consistent 2-char left margin across all sections
- Muted time color (violet → gray)
- Agent-name column spacing widened (12 → 14)
- Project name column fixed-width alignment
- Status bar right-aligned, dimmed colors
- Separator between content and status bar
- Help & Settings view redesigned with clean layout
- Tab key fixed (consume_key_code prevents SLT focus steal)
- Mouse support (click sessions, scroll)
- Right arrow → session detail restored
- agf version / --version / -V support
- agf resume writes to AGF_CMD_FILE for shell wrapper
- CLAUDE.md added to .gitignore

v0.6.5

Toggle v0.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: resume subcommand writes to AGF_CMD_FILE (v0.6.5)

`agf resume <query>` was printing the command to stdout instead of writing
to AGF_CMD_FILE, so the shell wrapper couldn't eval it.

v0.6.4

Toggle v0.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release v0.6.4

- Migrate from ratatui to SuperLightTUI
- Resume mode picker UX
- Parallelize worktree scan with rayon
- Fix permission mode flags per official docs
- cargo fmt applied

v0.6.3

Toggle v0.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: correct permission mode flags per official docs (v0.6.3) (#8)

- Claude Code: add dontAsk mode (--permission-mode dontAsk)
- Codex: fix label auto-edit → untrusted (matches -a untrusted flag)
- Gemini: fix deprecated -y → --approval-mode yolo, remove plan mode (not in official docs)

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(ux): Resume enters mode picker directly, pin SLT v0.8.4 (#7)

- Resume + Enter now opens permission mode picker instead of
  executing immediately. Default mode is pre-selected, so the
  fast path is Enter → Enter (two keystrokes).
- Remove Tab shortcut for resume mode (no longer needed).
- Pin superlighttui to 0.8.4 (was 0.8).