Releases: CyberCod/DOGSLED
Releases · CyberCod/DOGSLED
Release list
Dogsled v0.1.0
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
--resumecontinuity
Platform: Windows x64. Linux builds from source (npm run tauri:build). macOS unsupported in v1.
Prerequisites — install these before running Dogsled
- uv (Python package manager): https://docs.astral.sh/uv/getting-started/installation/
- code-puppy:
uv tool install code-puppy==0.0.550
Or run without a permanent install:uvx code-puppy -i - OpenRouter API key configured in Code Puppy (run
code-puppyonce 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.