summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/context
AgeCommit message (Collapse)Author
2026-01-21feat(i18n): add Traditional Chinese language support & rename 'Chinese' to ↵Alex Yaroshuk
'Chinese (Simplified)' (#9887)
2026-01-21feat(i18n): add Russian language support (#9882)Alex Yaroshuk
2026-01-21feat(app): polish translations (#9884)Filip
2026-01-21fix(app): renaming non-git projects shouldn't affect other projectsAdam
2026-01-21fix(app): terminal improvements - focus, rename, error state, CSP (#9700)Halil Tezcan KARABULUT
2026-01-21fix(app): japanese language supportAdam
2026-01-21feat(app): danish translationsAdam
2026-01-21feat(app): french translationsAdam
2026-01-21feat(app): spanish translationsAdam
2026-01-21feat(app): german translationsAdam
2026-01-21feat(app): korean translationsAdam
2026-01-21fix(app): don't show notification on session if activeAdam
2026-01-21fix: handle special characters in paths and git snapshot reading ↵shirukai
logic(#9804) (#9807)
2026-01-20chore: generateGitHub Action
2026-01-20wip(app): i18nAdam
2026-01-20wip(app): i18nAdam
2026-01-20wip(app): i18nAdam
2026-01-20wip(app): i18nAdam
2026-01-20feat(app): initial i18n stubbingAdam
2026-01-20fix(app): cleanup pty.exited event listener on unmount (#9671)Rahul A Mistry
2026-01-20fix(app): duplicate session loadsAdam
2026-01-20chore: generateGitHub Action
2026-01-20fix(app): session loading loopAdam
2026-01-20fix(app): terminal no longer hangs on exit or ctrl + D and closes the pane ↵Rahul A Mistry
(#9506)
2026-01-20fix(app): brokenAdam
2026-01-20chore: generateGitHub Action
2026-01-20chore: cleanupAdam
2026-01-20wip(app): settingsAdam
2026-01-20wip(app): settingsAdam
2026-01-20wip(app): settingsAdam
2026-01-20wip(app): settingsAdam
2026-01-19fix(app): no more faviconsAdam
2026-01-19fix(app): global terminal/review pane togglesAdam
2026-01-19fix(app): make terminal sessions scoped to workspaceAdam
2026-01-17fix: don't try to open command palette if a dialog is already open (#9116)Rahul Mishra
2026-01-17fix(app): archive session sometimes flakyAdam
2026-01-17fix: display arrow keys as symbols in keybind formattingDavid Hill
2026-01-16fix(app): remember last opened projectAdam
2026-01-16fix(app): handle new session correctlyAdam
2026-01-16Revert "feat(desktop): Terminal Splits (#8767)"Adam
This reverts commit 88fd6a294b3ad88d50cb8e1853589ee4e68dc74e.
2026-01-16feat(app): edit project and session titlesAdam
2026-01-16feat(desktop): Terminal Splits (#8767)Daniel Polito
2026-01-16fix: updated project/sessions list widthDavid Hill
this was originally 280px and included the 64px project avatar rail on the left, so the sessions list portion was actually 280 - 64 = 216px wide (as seen in line 1362: Math.max(layout.sidebar.width() - 64, 0)px). i kept the logic the same in case it broke anything, i just updated the new width to account for new projects avatar panel
2026-01-15feat(app): unified search for commands and filesAdam
2026-01-15feat(app): persist workspace branchAdam
2026-01-15fix(app): new layout issuesAdam
2026-01-15feat(app): new layoutAdam
2026-01-15feat(app): new layoutadamelmore
2026-01-14fix(desktop): "load more" button behavior in desktop sidebar (#8430)Shane Bishop
2026-01-13feat(desktop): Ask Question Tool Support (#8232)Daniel Polito