Skip to content

Releases: zenbu-labs/terminal-code

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 27 Aug 22:16

Install:

curl -fsSL https://tode.sh/install | bash

Pinned to this version:

curl -fsSL https://tode.sh/install/v/v0.3.1 | bash

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 22:04

Install:

curl -fsSL https://tode.sh/install | bash

Pinned to this version:

curl -fsSL https://tode.sh/install/v/v0.3.0 | bash

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 06:35

SSH Mode

This release includes a new --ssh flag you can pass to the tode cli:

# from your local shell
tode --ssh <ssh arguments>

This is the new recommended way to use terminal-code over ssh.

Previously, the only way to run terminal-code over ssh was running tode in the machine you were ssh'd into. This had some drawbacks:

  • every frame drawn by vscode needed to be sent over the network
  • all user input had to be sent over the network before vscode could respond
  • it missed out on some extra optimizations

By using the new --ssh option, terminal-code only runs the backend on your remote machine, and runs the frontend on your local device, allowing most interactions to be ~instant. Under the hood terminal-code proxies network requests made by the vscode frontend over ssh to a vscode backend installed on the remote machine.

Demo

CleanShot.2026-08-21.at.00.15.24.mp4

Install:

curl -fsSL https://tode.sh/install | bash

Pinned to this version:

curl -fsSL https://tode.sh/install/v/v0.2.0 | bash

v0.1.13

Choose a tag to compare

@github-actions github-actions released this 19 Aug 20:49

Install:

curl -fsSL https://tode.sh/install | bash

Pinned to this version:

curl -fsSL https://tode.sh/install/v/v0.1.13 | bash

v0.1.12

Choose a tag to compare

@github-actions github-actions released this 18 Aug 22:49

Install:

curl -fsSL https://tode.sh/install | bash

Pinned to this version:

curl -fsSL https://tode.sh/install/v/v0.1.12 | bash

v0.1.11

Choose a tag to compare

@github-actions github-actions released this 18 Aug 22:13

Install:

curl -fsSL https://tode.sh/install | bash

Pinned to this version:

curl -fsSL https://tode.sh/install/v/v0.1.11 | bash

v0.1.10

Choose a tag to compare

@github-actions github-actions released this 18 Aug 22:06

Install:

curl -fsSL https://tode.sh/install | bash

Pinned to this version:

curl -fsSL https://tode.sh/install/v/v0.1.10 | bash

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 18 Aug 21:22

Install:

curl -fsSL https://tode.sh/install | bash

Pinned to this version:

curl -fsSL https://tode.sh/install/v/v0.1.8 | bash

v0.1.7

Choose a tag to compare

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

Install:

curl -fsSL https://tode.sh/install | bash

Pinned to this version:

curl -fsSL https://tode.sh/install/v/v0.1.7 | bash

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 18 Aug 20:41

Install:

curl -fsSL https://tode.sh/install | bash

Pinned to this version:

curl -fsSL https://tode.sh/install/v/v0.1.6 | bash