Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-23 | UI 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-19 | docs: :memo: update codellama documentation | Nate Sesti | |
2023-09-06 | fix: :bug: fixes for a few context_providers | Nate Sesti | |
2023-09-05 | feat: :sparkles: /cmd slash command | Nate Sesti | |
2023-09-02 | fix: :bug: number of bug fixes | Nate Sesti | |
2023-09-01 | feat: :sparkles: improved model dropdown | Nate Sesti | |
2023-09-01 | Windows 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-29 | feat: :loud_sound: fallback unique id when vscode returns someValue.machineId | Nate Sesti | |
2023-08-26 | fix: :bug: correctly generate uris for remote | Nate Sesti | |
2023-08-26 | fix: :bug: fix ssh /edit by checking for file through vscode fs | Nate Sesti | |
2023-08-25 | fix: :bug: ssh compatibility by reading from vscode.workspace.fs | Nate Sesti | |
2023-08-22 | feat: :children_crossing: keep file context up to data by listening for ↵ | Nate Sesti | |
filesystem events (#396) | |||
2023-08-19 | replace original copy buffer and open cont.(cmd+d) | Nate Sesti | |
2023-08-18 | feat: :sparkles: alt+cmd+d to automatically debug terminal! | Nate Sesti | |
2023-08-09 | ci: :green_heart: testing testing in ci | Nate Sesti | |
2023-08-07 | Refactor test scripts and update build configurations | Kirill 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-03 | feat: :lipstick: nicer "continue server loading" UI | Nate Sesti | |
2023-08-02 | cleaning environmentSetup | Nate Sesti | |
2023-08-02 | Merge pull request #336 from 1984vc/mdp/files-with-numbers | Nate Sesti | |
Fix: Don't ignore files with numbers in the basename | |||
2023-08-02 | Fix: Don't ignore files with numbers in the basename | Mark Percival | |
2023-08-01 | refactor: :loud_sound: show errors to IDE before GUI connected | Nate Sesti | |
2023-07-28 | fix: :zap: register vscode commands prior to server loading | Nate Sesti | |
2023-07-28 | fix: :ambulance: logging to file causing problems with starting server | Nate Sesti | |
2023-07-27 | feat: :loud_sound: give users access to Continue server logs | Nate Sesti | |
can see logs in ~/.continue/continue.log | |||
2023-07-27 | fix: :bug: handle when vscode workspace not open | Nate Sesti | |
2023-07-25 | checkpoint. Somewhat working, just a bit slow, probably some blocking ↵ | Nate Sesti | |
meilisearch calls still happening | |||
2023-07-21 | remove Segment telemetry from React | Nate Sesti | |
2023-07-21 | notify to reload window after changing settings | Nate Sesti | |
2023-07-18 | CONTRIBUTING.md | Nate Sesti | |
2023-07-17 | show exact prompt/completion logs | Nate Sesti | |
2023-07-15 | fixed reading of terminal and other vscode windows | Nate Sesti | |
2023-07-14 | fixed config explanation, don't read terminals | Nate Sesti | |
2023-07-14 | insidious client_state vs application_state err | Nate Sesti | |
2023-07-12 | persist state and reconnect automatically | Nate Sesti | |
2023-07-12 | getVisibleFiles | Nate Sesti | |
2023-07-10 | catch errors during asyncio tasks | Nate Sesti | |
2023-07-06 | pause streaming on rejection | Nate Sesti | |
2023-07-06 | quick text entry | Nate Sesti | |
2023-07-06 | details | Nate Sesti | |
2023-07-06 | shortening api key msg | Ty Dunn | |
2023-07-04 | side-by-side diff editor | Nate Sesti | |
2023-07-04 | insert at cursor, patch | Nate Sesti | |
2023-07-04 | 3.8 compatibility and deleting context all at once | Nate Sesti | |
2023-07-02 | Merge branch 'main' into explicit-context | Nate Sesti | |
2023-07-02 | track when suggestion is accepted or rejected | Nate Sesti | |
2023-07-01 | explicit context pill buttons | Nate Sesti | |
2023-06-30 | the fix. and others. | Nate Sesti | |
2023-06-30 | fixed websockets issue | Nate Sesti | |
2023-06-29 | lock suggestions until done streaming | Nate Sesti | |
2023-06-29 | small patches to streaming | Nate Sesti | |