Changelog

Auto-updates roll out within 24h of the date below.

Tegment 1.10.1: file editor polish and C# highlighting

A patch release focused on the file editor introduced in 1.10.0: C# and .NET files highlight properly, gutter marks render, and syntax colours match the diff viewer. Plus fixes for Jira auto-transition and some invisible buttons.
  • ImprovedC# files get syntax highlighting in the file editor, and .NET project files (csproj, props, targets, resx) highlight as XML in the editor and the diff viewer.
  • FixedStarting work on a Jira issue fires your configured auto-transition again, moving the issue to the status you picked.
  • FixedGutter marks in the file editor actually render on the lines you have changed since the last commit.
  • FixedFile Changes picks up new edits to a file it has already shown, instead of keeping the stale version.
  • FixedThe file editor colours code with the theme colours
  • FixedThe Restart to Update action in the update toast renders as a real button instead of bare text.
  • FixedIcons in the changed-files list now show the intended color.

Tegment 1.10.0: files in the app, and a simpler sidebar

Browse and edit your worktree's files without leaving Tegment. Spaces become the Terminals list with grouping as an optional layer, alongside a batch of workflow polish across issues, Jira, and the app runner.
  • NewFiles: browse the active worktree in a file tree in the right sidebar and open anything in a built-in editor for quick edits, with gutter marks on the lines you have changed since the last commit.
  • ImprovedSpaces are now called groups, and they live in a sidebar section named Terminals. Your terminals sit in one flat list, grouping is an optional layer you add when you want it, and the undeletable Default row is gone. Nothing interrupts you to ask where a new terminal belongs: a group bound to the worktree takes it, otherwise it stays ungrouped.
  • ImprovedA Build & Run config has a working-directory field, so it can run from a subfolder instead of the worktree root.
  • ImprovedStarting work from an issue doesn't tie up the issue browser any more. The terminal opens right away and names the step it is on, the agent boots as soon as the worktree exists, and your setup scripts run alongside it instead of holding it up.
  • ImprovedJira auto-transition is set per repository instead of one global switch, and you pick the source and target statuses from the project's own workflow.
  • ImprovedA running app shows up on every terminal in its worktree, not just the one it was started from, so you can see it and stop it without navigating back to where you launched it. Pick between a compact pill, full controls, or the source terminal only under Settings → Terminal.
  • ImprovedClick an agent notification to jump straight to its source.
  • ImprovedSwitch between terminal groups from the keyboard instead of reaching for the sidebar: Ctrl+Shift+PageDown and Ctrl+Shift+PageUp cycle through them, and Ctrl+Shift+1 through 9 jump straight to one.
  • ImprovedTerminal rows have a kebab menu on hover and keyboard focus, so the actions behind right-click are reachable without it.
  • FixedTegment checks for updates when your machine wakes from sleep.
  • FixedA single permission prompt from Claude Code or Codex raises one notification instead of two.
  • FixedThe status badge updates correctly after you transition a Jira issue, instead of showing the old status.
  • FixedClicking a URL link in an agent terminal opens it. Can be turned off under Settings → Terminal.
  • FixedOpening a commit's diff shows a spinner while it loads, instead of flashing "No uncommitted changes" first.
  • FixedStarting a terminal or agent where only one worktree is a candidate starts there directly, instead of opening a picker with a single option in it.
  • FixedThe main worktree no longer carries a PR status badge.
  • FixedClicking back on a terminal restores the worktree and group highlight.
  • FixedStart app runs in the worktree of the terminal you clicked it on.
  • Fixed"Show log" opens the app-runner log and selects it, including when it lives in a group you are not looking at.

Tegment 1.9.0: Spaces, to-do lists, and a full git sidebar

Organize your work into color-coded Spaces, keep a per-repository to-do list, and stage, commit, and push without leaving Tegment. Plus issue creation across GitHub and Jira, and worktree rows you can shape to taste.
  • NewSpaces: group a repository's terminals and AI conversations into named, color-coded Spaces, optionally bound to the worktrees they work on. Switch between them from the top of the sidebar.
  • NewTo-do lists: keep a personal list of issues and free-text tasks per repository, right in the sidebar. Add issues straight from the issue browser, and start an AI agent from a task.
  • NewCreate issues and tickets across GitHub and Jira without leaving Tegment, and adjust details like labels, milestones, and status.
  • NewStage, write a commit message, commit, push, and pull straight from the file changes sidebar.
  • NewWorktree rows are yours to shape: choose whether each row shows PR status, ahead/behind counts, and line changes, plus how much its hover reveals.
  • NewSelect several issues at once and start work on all of them in one go.
  • ImprovedThe issue browser is redesigned for a clearer overview, with the same layout whether you're looking at GitHub or Jira.
  • ImprovedThe app you add is now called a Repository, freeing "Project" for grouping several repositories together later.
  • ImprovedUpdating on Windows shows download progress and then installs silently, with no extra prompts.
  • ImprovedLong issue lists in the issue browser now load in pages instead of all at once.
  • ImprovedPick where the app-runner log sits in split view.
  • FixedA terminal now fits its pane correctly right after Tegment starts, instead of sometimes opening at the wrong size until it was resized.
  • FixedTurning off GitHub issues for a repository now sticks, instead of the toggle switching itself back on.

Tegment 1.8.1: clipboard copy fixes

Two fixes that make copying to your clipboard work the way you expect, from agents and from the terminal.
  • FixedTUIs like Claude Code can now copy to your clipboard. Text an agent copies lands on your system clipboard instead of silently vanishing.
  • FixedThe "Copy path" button and menu item in the file changes sidebar and the diff modal now reliably write to your clipboard, instead of flashing a checkmark while nothing is copied.

Tegment 1.8.0: prompt library and smarter session restore

A reusable prompt library, session restore that picks up each terminal's exact conversation, and a big batch of workflow polish across tickets, worktrees, and the app runner.
  • NewPrompt library: save reusable prompts and send them straight into a running agent with Ctrl+Shift+P, the toolbar, or the right-click menu.
  • NewRun a ticket in an existing worktree: the issue dialog now lets you pick any worktree instead of always creating a new one.
  • New"Start all" launches every configured build & run config at once, skipping any that are already running.
  • NewEach project can auto-stop its running apps after a duration you choose (30 minutes up to 8 hours).
  • NewEmpty terminal tabs now offer one-click actions: start your default AI agent, browse issues, or add a terminal.
  • ImprovedRestoring your workspace resumes each terminal's exact agent conversation, so several agents in the same worktree no longer all resume the latest one.
  • ImprovedThe split view button is always visible in the terminal header.
  • ImprovedTerminal header buttons collapse to icons based on how many are visible, and a new "Show button labels" setting lets you go icon-only everywhere.
  • ImprovedWorktree deletions now queue across projects and run in the background instead of blocking each other.
  • ImprovedIf your license can't be verified while you're offline, a banner now explains it, so a temporary Community badge doesn't look like a downgrade.
  • FixedUpdating Tegment on Windows no longer wipes your agent integrations. MCP servers, plugins, and status hooks survive every update.
  • FixedBuild & Run settings no longer bleed between projects when you switch. Each project shows and saves only its own configs.
  • FixedProjects added during first-run onboarding now get the setup wizard with suggested build, run, and template scripts.
  • FixedA failed app start keeps its badge until you dismiss it, and the app log stays open when a build hands over to run in split view.
  • FixedSettings remembers which section you were in when you switch to another tab and back.

Tegment 1.7.2: Pro works offline

Two fixes that keep your workspace behaving the way you expect, on the network and off it.
  • FixedYour Pro plan no longer drops to Community when the app loses network or restarts offline. It stays active, and reconnecting restores it automatically.
  • FixedIn Split (tabs) view, selecting a worktree in the sidebar now brings its matching terminal tab to the front instead of leaving the wrong pane showing.

Tegment 1.7.1: a smoother setup out of the box

We streamlined the out-of-the-box defaults so Tegment fits the agent workflow from the first launch. If you've already customized any of these, your settings are untouched.
  • ImprovedBy default, Quick Actions run without a confirmation prompt, so a one-click action launches straight away. You can enable the prompt in Settings.
  • ImprovedScript output now auto-minimizes by default to keep the workspace clean. Expand any run on demand when you want the detail.
  • ImprovedIn Grid view mode, the default terminal layout is now tall-left, with a large primary terminal on the left.

Tegment 1.7.0 — our first public release

This is Tegment's first public release. After a long private beta, the desktop app is now open to everyone, with more features landing in the releases ahead.
    end of log