summaryrefslogtreecommitdiff
path: root/extension/src/commands.ts
AgeCommit message (Collapse)Author
2023-09-23UI Redesign and fixing many details (#496)Nate Sesti
* feat: :lipstick: start of major design upgrade * feat: :lipstick: model selection page * feat: :lipstick: use shortcut to add highlighted code as ctx * feat: :lipstick: better display of errors * feat: :lipstick: ui for learning keyboard shortcuts, more details * refactor: :construction: testing slash commands ui * Truncate continue.log * refactor: :construction: refactoring client_session, ui, more * feat: :bug: layout fixes * refactor: :lipstick: ui to enter OpenAI Key * refactor: :truck: rename MaybeProxyOpenAI -> OpenAIFreeTrial * starting help center * removing old shortcut docs * fix: :bug: fix model setting logic to avoid overwrites * feat: :lipstick: tutorial and model descriptions * refactor: :truck: rename unused -> saved * refactor: :truck: rename model roles * feat: :lipstick: edit indicator * refactor: :lipstick: move +, folder icons * feat: :lipstick: tab to clear all context * fix: :bug: context providers ui fixes * fix: :bug: fix lag when stopping step * fix: :bug: don't override system message for models * fix: :bug: fix continue button cursor * feat: :lipstick: title bar * fix: :bug: updates to code highlighting logic and more * fix: :bug: fix renaming of summarize model role * feat: :lipstick: help page and better session title * feat: :lipstick: more help page / ui improvements * feat: :lipstick: set session title * fix: :bug: small fixes for changing sessions * fix: :bug: perfecting the highlighting code and ctx interactions * style: :lipstick: sticky headers for scroll, ollama warming * fix: :bug: fix toggle bug --------- Co-authored-by: Ty Dunn <ty@tydunn.com>
2023-09-18updating placeholder text and color (#486)Ty Dunn
2023-09-09fix: :bug: fix cmd+m bugNate Sesti
2023-08-19replace original copy buffer and open cont.(cmd+d)Nate Sesti
2023-08-19fix: :bug: make sure server_version.txt existsNate Sesti
2023-08-18feat: :sparkles: alt+cmd+d to automatically debug terminal!Nate Sesti
2023-08-06refactor: :loud_sound: log error on failure to start executableNate Sesti
2023-08-04refactor: :fire: remove unused vscode commandsNate Sesti
2023-08-02keyboard shortcuts againNate Sesti
2023-08-02more keyboard shortcuts workNate Sesti
2023-08-02keyboard shortcutsNate Sesti
2023-07-27feat: :loud_sound: give users access to Continue server logsNate Sesti
can see logs in ~/.continue/continue.log
2023-07-19transparent bg fixNate Sesti
2023-07-16feat: :sparkles: Continue Quick FixNate Sesti
2023-07-14command m reliable toggleNate Sesti
2023-07-14warn of large highlighted ranges, cmd+k->mNate Sesti
2023-07-12purging moreNate Sesti
2023-07-06quick text entryNate Sesti
2023-07-04side-by-side diff editorNate Sesti
2023-06-27Merge branch 'main' into newer-simpler-stream-algoNate Sesti
2023-06-27accept/reject allNate Sesti
2023-06-22Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-06-21removing captured terminalTy Dunn
2023-06-21purging old extension codeNate Sesti
2023-06-18data sharing toggleNate Sesti
2023-06-16polishingNate Sesti
2023-06-04docusaurus link fixingNate Sesti
2023-06-02notebook -> guiNate Sesti
2023-05-31checkpoint! protocol reform and it works nowNate Sesti
2023-05-23copying from old repoNate Sesti