Releases: RunAlphaLoop/freight-cli
Releases · RunAlphaLoop/freight-cli
v0.4.0
What's New
- --agent-help flag — prints the full agent usage guide (AGENTS.md) with command reference, response shapes, jq pipelines, and workflow examples
- Improved login UX — interactive banner with signup URL, hidden API key input, helpful error message for non-interactive terminals
- AGENTS.md bundled — comprehensive reference doc for LLM agents using the CLI
- Config file format and directory-walking behavior documented in loopsh login --help
v0.3.0
New features
- Default subcommands:
loopsh crashes 80806works (no need forloopsh crashes list 80806) --python/--typescript: Print SDK code instead of calling the APIwhoamicommand: Show current API key and base URL- Interactive login:
loopsh loginprompts if no key given - Directory-walking config: Finds
.alphaloopsfrom cwd up to~
Improvements
- Help text with examples and agent workflows on every command
- 50 tests (commands, config resolution, codegen, shortcuts)