summaryrefslogtreecommitdiff
path: root/continuedev
AgeCommit message (Collapse)Author
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
2023-07-31point links to correct pathsTommy
2023-07-31docs: :memo: update documentation for LLMs in config.pyNate Sesti
2023-07-31Merge branch 'main' into llm-object-configNate Sesti
2023-07-31fix: :lipstick: logo alignment, better config failure description, patchNate Sesti
2023-07-31Merge branch 'main' into at-embedNate Sesti
2023-07-31feat: :technologist: bit of customization for DefaultPolicyNate Sesti
2023-07-30feat: :sparkles: ollama LLM classNate Sesti
2023-07-30fix: :bug: test and fix small issues with GGMLNate Sesti
2023-07-30fix: :bug: post-merge fixesNate Sesti
2023-07-30Merge remote-tracking branch 'continuedev/main' into ↵Nate Sesti
llm-object-config-merge-main
2023-07-30fix: :children_crossing: use default model in default config.pyNate Sesti
2023-07-30let content_length be customized on GGMLLuna
2023-07-30fix argument passing from MaybeServer to real LLMLuna
2023-07-30fix ProxyServer client session usageLuna
2023-07-30fix GGML client session usageLuna
2023-07-30refactor: :recycle: clean up LLM-specific constants from util filesNate Sesti
2023-07-30refactor: :construction: rename get_api_key -> get_user_secretNate Sesti
2023-07-30refactor: :zap: turn GGML's aiohttp.AsyncSession into an instance attributeNate Sesti
2023-07-30refactor: :construction: replace all sdk.models.gpt35/etc. with ↵Nate Sesti
sdk.models.medium/etc.
2023-07-30refactor: :construction: refactor so server runs until requesting modelNate Sesti
2023-07-29feat: :sparkles: FileTreeContextProviderNate Sesti
also pass workspace_dir: str to provide_context_items