Skip to content

fix: resume subcommand writes to AGF_CMD_FILE (v0.6.5)#10

Merged
subinium merged 1 commit intomainfrom
fix/resume-cmd-file
Mar 21, 2026
Merged

fix: resume subcommand writes to AGF_CMD_FILE (v0.6.5)#10
subinium merged 1 commit intomainfrom
fix/resume-cmd-file

Conversation

@subinium
Copy link
Copy Markdown
Owner

Summary

  • agf resume <query> now writes command to AGF_CMD_FILE when available, so the shell wrapper can eval it
  • Previously it always used println!, which just printed the command as text
  • Bump version to v0.6.5
  • Add CLAUDE.md to .gitignore

Test plan

  • agf resume <project-name> resumes the session (not just prints text)
  • command agf resume <query> still prints to stdout (no shell wrapper)

🤖 Generated with Claude Code

…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.
@subinium subinium merged commit 9520a09 into main Mar 21, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant