Skip to content

Releases: ckken/loopsmith

Loopsmith v0.3.1

Choose a tag to compare

@github-actions github-actions released this 01 Jul 04:37

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

Loopsmith v0.3.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 04:29

Loopsmith v0.3.0

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

Install with GitHub CLI

Private repositories require an authenticated GitHub CLI session:

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

Loopsmith v0.2.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 10:36

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

Loopsmith v0.1.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 09:33

Loopsmith v0.1.0

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

Install with GitHub CLI

Private repositories require an authenticated GitHub CLI session:

gh auth login
gh release download v0.1.0 -R ckken/loopsmith -p 'loopsmith-v0.1.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