Skip to content

Releases: typedev/code-companion

Code Companion v0.9.1

Choose a tag to compare

@typedev typedev released this 13 Jul 23:50

Code Companion v0.9.1

First stable release (drops the -beta suffix). Headlined by two cross-machine features.

What's new

🖧 LAN file sync — pull a project's gitignored working files (fonts, assets, build inputs — the things git ignores) between your machines over the local network. Mutual-trust pairing (pair once, works both ways), one-way Get, directional mirror, and a .deleted/ trash instead of hard deletes. Auto re-pairs if a stored token was revoked.

🖥️ Local dispatch — attach to a live Claude session running on another machine on your LAN and drive it from a lightweight remote window: terminal plus read-only Changes / Files / Problems panels. App-native (no SSH); tool execution stays on the host so the working tree and git stay consistent. The session survives detach.

♻️ Cross-machine /resume — session working directory is normalized on sync so native /resume restores context on the other machine. The History panel now shows Claude's aiTitle and orders by last activity, matching the /resume picker.

Fixes

  • Project Manager live token/context badge now tracks the actually-active session instead of the file with the newest mtime (sync rewrites were freezing it).
  • Dispatch: wait for the broker's ports before binding; refuse attaching to a busy session with a clearer error; merge mutual-peer rows.

Install

Native packages, dependencies resolved from official repos:

sudo dnf install ./code-companion-0.9.1-1.x86_64.rpm    # Fedora
sudo apt  install ./code-companion_0.9.1_amd64.deb       # Ubuntu/Debian

Also required (not in distro repos): the claude CLI (npm) and uv.
See packaging/README.md for build/test details and supported distro versions.

Code Companion v0.9.0-beta

Pre-release

Choose a tag to compare

@typedev typedev released this 12 Jul 06:22

Code Companion v0.9.0-beta

Native packages for a one-command install (dependencies resolved from official repos):

sudo dnf install ./code-companion-0.9.0~beta-1.x86_64.rpm      # Fedora
sudo apt  install ./code-companion_0.9.0~beta_amd64.deb      # Ubuntu/Debian

Also required (not in distro repos): the claude CLI (npm) and uv.
See packaging/README.md for build/test details and supported distro versions.