-
Notifications
You must be signed in to change notification settings - Fork 78
Releases: marcus/sidecar
Releases · marcus/sidecar
v0.86.0
Changelog
- 9715b78 Merge branch 'docs/release-homebrew-accuracy': release skill homebrew accuracy fix
- 1ed2e5c Merge pull request #259 from ryancnelson/feat/omp-adapter
- 19a99ac feat: add OMP adapter and fix symlink path encoding for macOS
- 8f4f2e2 fix(omp): implement OMP v15+ path encoding
- f85a6cd fix: preserve custom piagent session metadata
Assets 7
v0.85.1
Assets 7
v0.85.0
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)
Assets 7
v0.84.0
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)
Assets 7
v0.83.0
Assets 7
v0.82.0
Changelog
Assets 7
v0.81.0
@marcus
marcus
8f68110
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's New
Features
- Agent config modal (#237 by @EugeneOsipenko) — New modal when pressing
sto 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
sidebarDisplayconfig 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": falseon any plugin in config now works correctly.
Fixes
- WSL clipboard (#242 by @pentop) — Clipboard copy works in WSL via
clip.exethroughatotto/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! 🎉
Contributors
danielguillan, pentop, and 3 other contributors
Assets 7
v0.80.0
Changelog
Assets 7
v0.79.0
Changelog
- 92bbecc fix: remove unused sidecarGitignoreEntries in workspace setup; fix flaky date range test
Assets 7
v0.78.0
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