File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99class Slmcode < Formula
1010 desc "Coding harness for SLMs and any OpenAI-compatible LLM"
1111 homepage "https://unicolab.ai"
12- version "0.5.16 "
12+ version "0.5.17 "
1313 license "MIT"
1414
1515 on_macos do
1616 on_arm do
1717 url "https://github.com/UnicoLab/smlcode/releases/download/v#{ version } /slmcode_#{ version } _darwin_arm64"
18- sha256 "eaed1119f6c5a90bbe31dd7efbc01ae258cccef2928d5373db333a595a3636de "
18+ sha256 "5ecff544995904cd3f237ffa8ce60d9543db40d8a42db1e9049319df32d87664 "
1919 end
2020 on_intel do
2121 url "https://github.com/UnicoLab/smlcode/releases/download/v#{ version } /slmcode_#{ version } _darwin_amd64"
22- sha256 "5451336c1559b8b8669b6ba41e6ab35d2cee95c73d5ff4fd250e3827a843c15f "
22+ sha256 "f6856f0af86a20ea0780a4bc53c77f37069b1d100fd5e72669745c8e0556b389 "
2323 end
2424 end
2525
2626 on_linux do
2727 on_arm do
2828 url "https://github.com/UnicoLab/smlcode/releases/download/v#{ version } /slmcode_#{ version } _linux_arm64"
29- sha256 "5d796041072636e4abbbf38119dd3acdeef20d9361d86c7ef45f83416e221c95 "
29+ sha256 "2ad51ae8c958ba5c8ce267595f766e6d07474fd5c35f5f3db0cacff750700ca5 "
3030 end
3131 on_intel do
3232 url "https://github.com/UnicoLab/smlcode/releases/download/v#{ version } /slmcode_#{ version } _linux_amd64"
33- sha256 "3c41484785829f0a3eaea745968e3ae26c76b7e566b62bb99229bc19939059b0 "
33+ sha256 "994c0e2f97925e95a36ba419bdc55532184db40f6f83cbeaf343e7f6191b1fdf "
3434 end
3535 end
3636
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Pin a version:
2525
2626``` bash
2727curl -fsSL https://raw.githubusercontent.com/UnicoLab/smlcode/main/scripts/install-remote.sh \
28- | bash -s -- --version v0.5.16
28+ | bash -s -- --version v0.5.17
2929```
3030
3131### Windows (PowerShell)
Original file line number Diff line number Diff line change 11# 🔌 Providers — SLMCode ♥ any LLM
22
3- SLMCode is ** SLM-first** , but it is a ** generic coding harness** .
3+ SLMCode is ** SLM-first** , but it is a ** generic coding harness** .
44If a model speaks ** OpenAI Chat Completions** (or Ollama’s native API), you can plug it in.
55
66Defaults love ** oMLX** on Apple Silicon. Everything else is one flag (or Studio setting) away.
You can’t perform that action at this time.
0 commit comments