Skip to content

Releases: RunAlphaLoop/freight-cli

v0.4.0

11 Mar 15:19

Choose a tag to compare

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

10 Mar 18:16

Choose a tag to compare

New features

  • Default subcommands: loopsh crashes 80806 works (no need for loopsh crashes list 80806)
  • --python / --typescript: Print SDK code instead of calling the API
  • whoami command: Show current API key and base URL
  • Interactive login: loopsh login prompts if no key given
  • Directory-walking config: Finds .alphaloops from cwd up to ~

Improvements

  • Help text with examples and agent workflows on every command
  • 50 tests (commands, config resolution, codegen, shortcuts)

v0.2.0

10 Mar 14:53

Choose a tag to compare

Rename CLI command from al to loopsh.

Changes

  • CLI entry point renamed from al to loopsh
  • All docs and examples updated

v0.1.0

10 Mar 14:13

Choose a tag to compare

Initial release of alphaloops-freight-cli