Skip to content

Releases: marcus/sidecar

v0.85.0

09 Jun 03:33

Choose a tag to compare

Changelog

  • bf63a5d Add td to charmbracelet plan
  • 59ce222 Tiling plan
  • 25e09c2 Update docs
  • a4b62df Update gitignore
  • 52869ee charm: upgrade to Charmbracelet v2 (lipgloss/bubbletea/bubbles/glamour)
  • 201aec6 deps: bump td to v0.45.0 (Charmbracelet v2) and drop local replace
  • 0c349df deps: bump x/ansi v0.11.3 → v0.11.7 (charm upgrade Phase 0 warm-up)

v0.84.0

18 Apr 21:29

Choose a tag to compare

Changelog

  • 3f9e624 feat: add dispatch loop prompt for Sidecar project (td-5debdc)
  • c50f701 feat: add g/G and j/k vim navigation to project search (td-3b232874)
  • 70df4d5 feat: add untracked files to workspace diff view (td-891ec3)
  • a46ab24 feat: unify scroll semantics across preview tabs (td-222c80)
  • a474af4 fix: correct go install path in td not-installed screen (#247)
  • fbec49a fix: omit inferred type in session_test.go to satisfy staticcheck QF1011
  • 71f7918 fix: remove unused sendKeyToTermPanel and sendLiteralToTermPanel (lint)

v0.83.0

24 Mar 04:40

Choose a tag to compare

Changelog

  • 2a33ef7 feat: full-file diff view, two-pane diff tab, and git sidebar enhancements (#232)

v0.82.0

24 Mar 04:21

Choose a tag to compare

Changelog

v0.81.0

24 Mar 03:52
8f68110

Choose a tag to compare

What's New

Features

  • Agent config modal (#237 by @EugeneOsipenko) — New modal when pressing s to start/restart an agent: choose agent type, toggle skip-permissions, and select a prompt template all in one place.
  • Keyboard pane resizing (#238 by @maxbeizer) — Press +/- to grow/shrink sidebars from any focused pane across all two-pane plugins.
  • Configurable sidebar display (#235 by @yashas-salankimatt) — New sidebarDisplay config to hide repo prefix, agent label, task ID, or stats from workspace entries.
  • Allow disabling plugins via config (#244, fixes #243 by @danielguillan) — Setting "enabled": false on any plugin in config now works correctly.

Fixes

  • WSL clipboard (#242 by @pentop) — Clipboard copy works in WSL via clip.exe through atotto/clipboard.
  • Lower sidebar minimum width (#236 by @yashas-salankimatt) — Workspace sidebar shrinks to 15 columns (from 25), drag clamp loosened to 10%.
  • Interactive mode scroll reset and tab guard (#234 by @yashas-salankimatt) — Exit resets scroll/content; Enter/i won't activate interactive on non-Output tabs.

Contributors

Thank you @pentop, @maxbeizer, @EugeneOsipenko, @yashas-salankimatt, and @danielguillan! 🎉

v0.80.0

21 Mar 15:24

Choose a tag to compare

Changelog

v0.79.0

21 Mar 03:35

Choose a tag to compare

Changelog

  • 92bbecc fix: remove unused sidecarGitignoreEntries in workspace setup; fix flaky date range test

v0.78.0

10 Mar 00:13

Choose a tag to compare

Changelog

  • e0fdb92 Conversations opencode backward compatible update (#199)
  • 774bf0b feat: agent-powered PR description generation in merge workflow (#167)
  • ee3759a feat: defaultAgent/agentStart/.sidecar-agent-start functionality (#198)
  • 5809466 fix: prevent tmux server exit when all sessions are killed
  • 3442c9c release: prepare v0.78.0

v0.77.0

01 Mar 03:27

Choose a tag to compare

Changelog

  • ff4c36a dev: add pre-commit hooks for gofmt/vet/build (#216)
  • 7750a00 feat(copilot): caching, incremental parsing, fixture tests, Watch() implementation
  • 65bd41f feat: add GitHub Copilot CLI adapter
  • 091ce26 fix(td): fix task title truncation in td view (Fixes #215) (#217)
  • d95f96e fix: resolve worktree path from ProjectRoot, not WorkDir (#174) (#218)
  • cea2150 fix: restore mobile sidebar nav visibility (#220)

v0.76.0

28 Feb 06:59

Choose a tag to compare

Changelog

  • 69b3672 feat(workspace): make PR URL clickable and add yank shortcut in merge modal (#164)
  • 1dfbbd9 feat(workspaces): add amp agent support (#195)
  • b591ba5 fix: add all sidecar state files to .gitignore on init and startup (#211)
  • c069b35 fix: remove stale sessionIndex references in opencode adapter tests (#212)
  • 066c92f fix: resolve CI lint and test failures (#214)