Skip to content

Loopsmith v0.2.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 10:36
· 11 commits to main since this release

Loopsmith v0.2.0

Loopsmith:把 AI 修复锻造成可验证结果的本地 CLI。

Install with GitHub CLI

Private repositories require an authenticated GitHub CLI session:

gh auth login
gh release download v0.2.0 -R ckken/loopsmith -p 'loopsmith-v0.2.0-<target>.*'

Replace <target> with one of:

  • x86_64-unknown-linux-gnu
  • x86_64-apple-darwin
  • aarch64-apple-darwin
  • x86_64-pc-windows-msvc

Verify checksum

shasum -a 256 -c checksums.txt

Run

loopsmith doctor
loopsmith run --config examples/plaintext-loop.json
loopsmith inspect
loopsmith diff
loopsmith apply --dry-run