Skip to content

Loopsmith v0.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Jul 04:37
· 8 commits to main since this release

Loopsmith v0.3.1

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

Install with GitHub CLI

Private repositories require an authenticated GitHub CLI session:

gh auth login
gh release download v0.3.1 -R ckken/loopsmith -p 'loopsmith-v0.3.1-<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 profiles
loopsmith run --config examples/plaintext-loop.json
loopsmith inspect
loopsmith diff
loopsmith apply --dry-run