summaryrefslogtreecommitdiff
path: root/extension/src/activation/activate.ts
AgeCommit message (Collapse)Author
2023-09-25fix: :bug: don't open continue automaticallyNate Sesti
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-15fix: some typos (#478)LangLangBart
2023-08-28feat: :sparkles: @terminal context providerNate Sesti
2023-08-05fix: :bug: set api_keys in config.py, fix spawn error handlingNate Sesti
2023-08-04fix: :bug: timeout on blocking processesNate Sesti
2023-08-04feat: :lipstick: improvements to keyboard shortcutsNate Sesti
2023-08-02cleaning environmentSetupNate Sesti
2023-07-28show "View Logs" popup during server loadingNate Sesti
2023-07-28fix: :zap: register vscode commands prior to server loadingNate Sesti
2023-07-27fix: :bug: catch error when workspace uri isn't definedNate Sesti
2023-07-27feat: :loud_sound: give users access to Continue server logsNate Sesti
can see logs in ~/.continue/continue.log
2023-07-27refactor: :children_crossing: accept 1 version difference before notifyingNate Sesti
2023-07-25checkpoint. Somewhat working, just a bit slow, probably some blocking ↵Nate Sesti
meilisearch calls still happening
2023-07-25more reliably install meilisearchNate Sesti
2023-07-25hot fixesNate Sesti
2023-07-24cleaningNate Sesti
2023-07-24Merge branch 'main' into show-react-immediatelyNate Sesti
2023-07-21remove Segment telemetry from ReactNate Sesti
2023-07-18CONTRIBUTING.mdNate Sesti
2023-07-18error handle on invalid config file, don't immediately show loading messageNate Sesti
2023-07-16feat: :sparkles: Continue Quick FixNate Sesti
2023-07-13show react immediatelyNate Sesti
2023-07-12persist state and reconnect automaticallyNate Sesti
2023-07-12catch error at top level when activating extensionNate Sesti
2023-07-12remove eventemitter from codelens classesNate Sesti
2023-07-12better onboardingNate Sesti
2023-07-11check for old version of Continue, notifyNate Sesti
2023-06-30the fix. and others.Nate Sesti
2023-06-28show UI before server loads with welcome msgNate Sesti
2023-06-28fixesNate Sesti
2023-06-27post-merge fixesNate Sesti
2023-06-25run locally without interferenceNate 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-16dlt demo workNate Sesti
2023-06-15handle and explain tracebacksNate Sesti
2023-06-15left panelNate Sesti
2023-06-04docusaurus link fixingNate Sesti
2023-06-02notebook -> guiNate Sesti
2023-06-01Polishing for dlt codespace and !config!Nate Sesti
2023-05-31checkpoint! protocol reform and it works nowNate Sesti
2023-05-23copying from old repoNate Sesti