Skip to content

Releases: UnicoLab/smlcode

SLMCode v0.8.3

Choose a tag to compare

@github-actions github-actions released this 05 Aug 15:58

Install

macOS / Linux / WSL

curl -fsSL https://raw.githubusercontent.com/UnicoLab/slmcode/main/scripts/install-remote.sh | bash

Windows (PowerShell)

iem https://raw.githubusercontent.com/UnicoLab/slmcode/main/scripts/install.ps1 | iex

Homebrew

brew install --formula https://raw.githubusercontent.com/UnicoLab/slmcode/main/Formula/slmcode.rb

Made with ♥ by UnicoLab

Full Changelog: v0.8.2...v0.8.3

SLMCode v0.8.2

Choose a tag to compare

@github-actions github-actions released this 05 Aug 15:29

Install

macOS / Linux / WSL

curl -fsSL https://raw.githubusercontent.com/UnicoLab/slmcode/main/scripts/install-remote.sh | bash

Windows (PowerShell)

iem https://raw.githubusercontent.com/UnicoLab/slmcode/main/scripts/install.ps1 | iex

Homebrew

brew install --formula https://raw.githubusercontent.com/UnicoLab/slmcode/main/Formula/slmcode.rb

Made with ♥ by UnicoLab

Full Changelog: v0.8.1...v0.8.2

SLMCode v0.8.1

Choose a tag to compare

@github-actions github-actions released this 05 Aug 15:20

Install

macOS / Linux / WSL

curl -fsSL https://raw.githubusercontent.com/UnicoLab/slmcode/main/scripts/install-remote.sh | bash

Windows (PowerShell)

iem https://raw.githubusercontent.com/UnicoLab/slmcode/main/scripts/install.ps1 | iex

Homebrew

brew install --formula https://raw.githubusercontent.com/UnicoLab/slmcode/main/Formula/slmcode.rb

Made with ♥ by UnicoLab

Full Changelog: v0.8.0...v0.8.1

SLMCode v0.8.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 15:02

Install

macOS / Linux / WSL

curl -fsSL https://raw.githubusercontent.com/UnicoLab/slmcode/main/scripts/install-remote.sh | bash

Windows (PowerShell)

iem https://raw.githubusercontent.com/UnicoLab/slmcode/main/scripts/install.ps1 | iex

Homebrew

brew install --formula https://raw.githubusercontent.com/UnicoLab/slmcode/main/Formula/slmcode.rb

Made with ♥ by UnicoLab

Full Changelog: v0.7.3...v0.8.0

SLMCode v0.7.3

Choose a tag to compare

@github-actions github-actions released this 04 Aug 10:18

Install

macOS / Linux / WSL

curl -fsSL https://raw.githubusercontent.com/UnicoLab/smlcode/main/scripts/install-remote.sh | bash

Windows (PowerShell)

irm https://raw.githubusercontent.com/UnicoLab/smlcode/main/scripts/install.ps1 | iex

Homebrew

brew install --formula https://raw.githubusercontent.com/UnicoLab/smlcode/main/Formula/slmcode.rb

Made with ♥ by UnicoLab

Full Changelog: v0.7.2...v0.7.3

v0.7.2 — Escalate timeout → SLM arbitrator

Choose a tag to compare

@github-actions github-actions released this 02 Aug 08:28

Highlights

  • On escalate HITL timeout, dedicated @escalate agent decides
    retry / re_scope / abort / mark_done
  • Override with escalate_timeout_agent (auto: escalate → reviewer → coordinator)
  • Heuristic fallback when the LLM is unavailable (stubs → retry)

Config

escalate_ask: ask
escalate_ask_timeout: 30s
escalate_timeout_agent: ""   # empty = @escalate

Install

curl -fsSL https://raw.githubusercontent.com/UnicoLab/smlcode/main/scripts/install-remote.sh \
  | bash -s -- --version v0.7.2

SLMCode v0.7.1

Choose a tag to compare

@github-actions github-actions released this 02 Aug 08:25

Highlights

  • Greenfield Python QA defaults to pytest (fail closed), not compileall
  • Acceptance smoke — whitelisted commands from task acceptance after workers
  • Worker critique until smoke/static/acceptance green
  • Strong QA required for run success
  • Escalate HITL — Studio modal + TUI /escalate (re-scope / retry / mark done / abort)

Install

curl -fsSL https://raw.githubusercontent.com/UnicoLab/smlcode/main/scripts/install-remote.sh \
  | bash -s -- --version v0.7.1

See also v0.7.2 for SLM timeout arbitration.

v0.7.0 — Pipeline control + reference quality

Choose a tag to compare

@github-actions github-actions released this 02 Aug 08:08

Highlights

  • Config-driven pipeline (.slmcode/pipeline.yaml) — bind agents to phases, configure loop reviewer/corrector, insert slots
  • Studio Pipeline tab — edit phases/slots live; progress header follows config
  • Reference-quality bar — blocks TestSLMs-style false success on placeholder scaffolds
  • Real-query eval suite — offline harness + LangGraph / FastAPI / CLI cases (slmcode eval --real)
  • Loop HITL — SSE kind=loop with continue / abort / flag_only
  • Placeholder polish@placeholder specialist + precise gap flagging

Docs

Install

curl -fsSL https://raw.githubusercontent.com/UnicoLab/smlcode/main/scripts/install-remote.sh \
  | bash -s -- --version v0.7.0

SLMCode v0.6.0

Choose a tag to compare

@github-actions github-actions released this 01 Aug 19:17

Install

macOS / Linux / WSL

curl -fsSL https://raw.githubusercontent.com/UnicoLab/smlcode/main/scripts/install-remote.sh | bash

Windows (PowerShell)

irm https://raw.githubusercontent.com/UnicoLab/smlcode/main/scripts/install.ps1 | iex

Homebrew

brew install --formula https://raw.githubusercontent.com/UnicoLab/smlcode/main/Formula/slmcode.rb

Made with ♥ by UnicoLab

Full Changelog: v0.5.17...v0.6.0

SLMCode v0.5.17

Choose a tag to compare

@github-actions github-actions released this 31 Jul 21:02

Install

macOS / Linux / WSL

curl -fsSL https://raw.githubusercontent.com/UnicoLab/smlcode/main/scripts/install-remote.sh | bash

Windows (PowerShell)

irm https://raw.githubusercontent.com/UnicoLab/smlcode/main/scripts/install.ps1 | iex

Homebrew

brew install --formula https://raw.githubusercontent.com/UnicoLab/smlcode/main/Formula/slmcode.rb

Made with ♥ by UnicoLab

Full Changelog: v0.5.16...v0.5.17