summaryrefslogtreecommitdiff
path: root/continuedev
AgeCommit message (Expand)Author
2023-08-08feat: :loud_sound: light telemetry or context providersNate Sesti
2023-08-08feat: :sparkles: huggingface inference api llm updateNate Sesti
2023-08-08fix: :bug: use certifi to set ca_bundle_path for openaiNate Sesti
2023-08-08fix: :arrow_up: upgrade openai python packageNate Sesti
2023-08-07Merge pull request #355 from continuedev/url-context-providerNate Sesti
2023-08-07feat: :sparkles: diff context providerNate Sesti
2023-08-07feat: :construction: first work on URLContextProviderNate Sesti
2023-08-07Merge pull request #352 from bra1nDump/setup-experienceNate Sesti
2023-08-07fix: :heavy_plus_sign: add ripgrepy dependency to requirements.txtNate Sesti
2023-08-07feat: :sparkles: add searchcontextprovider to default_config.pyNate Sesti
2023-08-07feat: :sparkles: Search context provider with ripgrepNate Sesti
2023-08-06refactor: :recycle: hoist FullState up to reduxNate Sesti
2023-08-06Added a task to install all dependencies from top level without having to fig...Kirill Dubovitskiy
2023-08-06Merge branch 'main' into historyNate Sesti
2023-08-06feat: :construction: create new sessionsNate Sesti
2023-08-06feat: :construction: successfully loading past sessionsNate Sesti
2023-08-06feat: :construction: react-router-dom workNate Sesti
2023-08-06fix: :bug: require socksioNate Sesti
2023-08-06feat: :construction: Router and new history pageNate Sesti
2023-08-05fix: :bug: set api_keys in config.py, fix spawn error handlingNate Sesti
2023-08-04fix: :bug: ebusy and logging bug fixesNate Sesti
2023-08-04fix: :bug: timeout on blocking processesNate Sesti
2023-08-04feat: :children_crossing: more keyboard shortcutsNate Sesti
2023-08-03fix: :lipstick: small UI improvementsNate Sesti
2023-08-03update default config comment, verify_sslNate Sesti
2023-08-03small fixes to setupNate Sesti
2023-08-02default_config.py migration helperNate Sesti
2023-08-02fix default config fileNate Sesti
2023-08-02Merge branch 'main' into package-pythonNate Sesti
2023-08-02add --hidden-imports, simplify sdk.pyNate Sesti
2023-08-02checkpointNate Sesti
2023-08-02attempting alternative solution to import configNate Sesti
2023-08-02anthropic fixesNate Sesti
2023-08-02docs update and fix default_config.pyNate Sesti
2023-08-01escape curly bracesNate Sesti
2023-08-01Merge branch 'main' into package-pythonNate Sesti
2023-08-01remove data fileNate Sesti
2023-08-01full vsce publish workflowNate Sesti
2023-08-01fix: :bug: fix history.timeline indexing bugNate Sesti
2023-08-01fix: :bug: fix bugs when selecting code to editNate Sesti
2023-08-01fix: :bug: bug when highlighting code prior to context_manager creationNate Sesti
2023-08-01refactor: :loud_sound: show errors to IDE before GUI connectedNate Sesti
2023-08-01docs: :memo: ollama customization docsNate Sesti
2023-08-01try cx_freeze, smaller pyinstallerNate Sesti
2023-07-31ci: :green_heart: ci download with pip, not poetryNate Sesti
2023-07-31ci: :green_heart: fix file structure for pyinstaller, main.yaml updatesNate Sesti
2023-07-31testing nuitka, pyoxidizer, pyinstallerNate Sesti
2023-07-31feat: :sparkles: llama-2 supportNate Sesti
2023-07-31Merge branch 'main' into ollamaNate Sesti
2023-07-31Merge branch 'main' into llm-object-configNate Sesti