Skip to content

Releases: CyberCod/DOGSLED

Release list

Dogsled v0.1.0

Choose a tag to compare

@CyberCod CyberCod released this 11 Jun 13:22

Dogsled v0.1.0

Dual-model coding workspace: two Code Puppy sessions flanking a Monaco editor, collaborating on the same project in real time.

What's in this release

  • Two independent Code Puppy sessions (left/right panels), each with a configurable model
  • Monaco center editor — files changed by either agent auto-open for live audit
  • One-click handoff between panels (verify-this-draft → left, execute-this-plan → right)
  • Per-panel personas (name, emoji, accent) via dogsled.toml
  • Snapshot history (shadow git store, separate from your project's .git)
  • Session forking on cross-panel open, with --resume continuity

Platform: Windows x64. Linux builds from source (npm run tauri:build). macOS unsupported in v1.

Prerequisites — install these before running Dogsled

  1. uv (Python package manager): https://docs.astral.sh/uv/getting-started/installation/
  2. code-puppy: uv tool install code-puppy==0.0.550
    Or run without a permanent install: uvx code-puppy -i
  3. OpenRouter API key configured in Code Puppy (run code-puppy once to set it up)

Installers

File Type
Dogsled_0.1.0_x64_en-US.msi Windows MSI installer
Dogsled_0.1.0_x64-setup.exe Windows NSIS installer
dogsled-portable.exe Portable — no installer, just run it

For development setup see README.md.