summaryrefslogtreecommitdiff
path: root/extension/src/continueIdeClient.ts
AgeCommit message (Collapse)Author
2023-09-28Past input (#513)Nate Sesti
* feat: :construction: use ComboBox in place of UserInputContainer * feat: :construction: adding context to previous inputs steps * feat: :sparkles: preview context items on click * feat: :construction: more work on context items ui * style: :construction: working out the details of ctx item buttons * feat: :sparkles: getting the final details * fix: :bug: fix height of ctx items bar * fix: :bug: last couple of details * fix: :bug: pass model param through to hf inference api * fix: :loud_sound: better logging for timeout * feat: :sparkles: option to set the meilisearch url * fix: :bug: fix height of past inputs
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-19docs: :memo: update codellama documentationNate Sesti
2023-09-06fix: :bug: fixes for a few context_providersNate Sesti
2023-09-05feat: :sparkles: /cmd slash commandNate Sesti
2023-09-02fix: :bug: number of bug fixesNate Sesti
2023-09-01feat: :sparkles: improved model dropdownNate Sesti
2023-09-01Windows meilisearch (#441)Nate Sesti
* feat: :sparkles: first attempt at windows download meilisearch * Fixed starting meilisearch on windows * Meilisearch to server/meilisearch * feat: :sparkles: select custom model to use with edit step * feat: :art: recursive getDirectoryContents
2023-08-29feat: :loud_sound: fallback unique id when vscode returns someValue.machineIdNate Sesti
2023-08-26fix: :bug: correctly generate uris for remoteNate Sesti
2023-08-26fix: :bug: fix ssh /edit by checking for file through vscode fsNate Sesti
2023-08-25fix: :bug: ssh compatibility by reading from vscode.workspace.fsNate Sesti
2023-08-22feat: :children_crossing: keep file context up to data by listening for ↵Nate Sesti
filesystem events (#396)
2023-08-19replace original copy buffer and open cont.(cmd+d)Nate Sesti
2023-08-18feat: :sparkles: alt+cmd+d to automatically debug terminal!Nate Sesti
2023-08-09ci: :green_heart: testing testing in ciNate Sesti
2023-08-07Refactor test scripts and update build configurationsKirill Dubovitskiy
- Added a new esbuild for: - bundling test runners (run tests on vscode + mocha runner) - bundling all tests in the project - Some opinionated renamings / moving test related things around - Changed output directory in tsconfig to avoid overriding the entire out directory - bundles tests also go there Some poking around trying to deprecate jest as it is not used and mocha is more often used for vscode extension testing. Though I assume jest was added to test GUI within extension. This work was started because there are compilation issues with the current setup and neither of the tests are actually working so figured getting one to a working spot is a good start
2023-08-03feat: :lipstick: nicer "continue server loading" UINate Sesti
2023-08-02cleaning environmentSetupNate Sesti
2023-08-02Merge pull request #336 from 1984vc/mdp/files-with-numbersNate Sesti
Fix: Don't ignore files with numbers in the basename
2023-08-02Fix: Don't ignore files with numbers in the basenameMark Percival
2023-08-01refactor: :loud_sound: show errors to IDE before GUI connectedNate Sesti
2023-07-28fix: :zap: register vscode commands prior to server loadingNate Sesti
2023-07-28fix: :ambulance: logging to file causing problems with starting serverNate Sesti
2023-07-27feat: :loud_sound: give users access to Continue server logsNate Sesti
can see logs in ~/.continue/continue.log
2023-07-27fix: :bug: handle when vscode workspace not openNate Sesti
2023-07-25checkpoint. Somewhat working, just a bit slow, probably some blocking ↵Nate Sesti
meilisearch calls still happening
2023-07-21remove Segment telemetry from ReactNate Sesti
2023-07-21notify to reload window after changing settingsNate Sesti
2023-07-18CONTRIBUTING.mdNate Sesti
2023-07-17show exact prompt/completion logsNate Sesti
2023-07-15fixed reading of terminal and other vscode windowsNate Sesti
2023-07-14fixed config explanation, don't read terminalsNate Sesti
2023-07-14insidious client_state vs application_state errNate Sesti
2023-07-12persist state and reconnect automaticallyNate Sesti
2023-07-12getVisibleFilesNate Sesti
2023-07-10catch errors during asyncio tasksNate Sesti
2023-07-06pause streaming on rejectionNate Sesti
2023-07-06quick text entryNate Sesti
2023-07-06detailsNate Sesti
2023-07-06shortening api key msgTy Dunn
2023-07-04side-by-side diff editorNate Sesti
2023-07-04insert at cursor, patchNate Sesti
2023-07-043.8 compatibility and deleting context all at onceNate Sesti
2023-07-02Merge branch 'main' into explicit-contextNate Sesti
2023-07-02track when suggestion is accepted or rejectedNate Sesti
2023-07-01explicit context pill buttonsNate Sesti
2023-06-30the fix. and others.Nate Sesti
2023-06-30fixed websockets issueNate Sesti
2023-06-29lock suggestions until done streamingNate Sesti