Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2023-06-29 | messaging of welcome step | Nate Sesti | |
2023-06-27 | Merge branch 'main' into newer-simpler-stream-algo | Nate Sesti | |
2023-06-27 | checkpoint on new streaming | Nate Sesti | |
2023-06-26 | quotes around paths | Nate Sesti | |
2023-06-21 | suggestions...closer? | Nate Sesti | |
2023-06-21 | run existing terminal if possible | Ty Dunn | |
2023-06-21 | removing captured terminal | Ty Dunn | |
2023-06-21 | first slightly working version of suggestions | Nate Sesti | |
2023-06-19 | check for codespaces, stream edits | Nate Sesti | |
2023-06-18 | a number of things | Nate Sesti | |
2023-06-16 | polishing | Nate Sesti | |
2023-06-16 | dlt demo work | Nate Sesti | |
2023-06-15 | handle and explain tracebacks | Nate Sesti | |
2023-06-15 | proxy server running locally | Nate Sesti | |