<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sncontinue.git/continuedev/src/continuedev/plugins/recipes, branch cleanup</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cnjoe.info/git/sncontinue.git/atom?h=cleanup</id>
<link rel='self' href='http://cnjoe.info/git/sncontinue.git/atom?h=cleanup'/>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/'/>
<updated>2023-10-10T01:37:27Z</updated>
<entry>
<title>Preview (#541)</title>
<updated>2023-10-10T01:37:27Z</updated>
<author>
<name>Nate Sesti</name>
<email>33237525+sestinj@users.noreply.github.com</email>
</author>
<published>2023-10-10T01:37:27Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=f09150617ed2454f3074bcf93f53aae5ae637d40'/>
<id>urn:sha1:f09150617ed2454f3074bcf93f53aae5ae637d40</id>
<content type='text'>
* Strong typing (#533)

* refactor: :recycle: get rid of continuedev.src.continuedev structure

* refactor: :recycle: switching back to server folder

* feat: :sparkles: make config.py imports shorter

* feat: :bookmark: publish as pre-release vscode extension

* refactor: :recycle: refactor and add more completion params to ui

* build: :building_construction: download from preview S3

* fix: :bug: fix paths

* fix: :green_heart: package:pre-release

* ci: :green_heart: more time for tests

* fix: :green_heart: fix build scripts

* fix: :bug: fix import in run.py

* fix: :bookmark: update version to try again

* ci: 💚 Update package.json version [skip ci]

* refactor: :fire: don't check for old extensions version

* fix: :bug: small bug fixes

* fix: :bug: fix config.py import paths

* ci: 💚 Update package.json version [skip ci]

* ci: :green_heart: platform-specific builds test #1

* feat: :green_heart: ship with binary

* fix: :green_heart: fix copy statement to include.exe for windows

* fix: :green_heart: cd extension before packaging

* chore: :loud_sound: count tokens generated

* fix: :green_heart: remove npm_config_arch

* fix: :green_heart: publish as pre-release!

* chore: :bookmark: update version

* perf: :green_heart: hardcode distro paths

* fix: :bug: fix yaml syntax error

* chore: :bookmark: update version

* fix: :green_heart: update permissions and version

* feat: :bug: kill old server if needed

* feat: :lipstick: update marketplace icon for pre-release

* ci: 💚 Update package.json version [skip ci]

* feat: :sparkles: auto-reload for config.py

* feat: :wrench: update default config.py imports

* feat: :sparkles: codelens in config.py

* feat: :sparkles: select model param count from UI

* ci: 💚 Update package.json version [skip ci]

* feat: :sparkles: more model options, ollama error handling

* perf: :zap: don't show server loading immediately

* fix: :bug: fixing small UI details

* ci: 💚 Update package.json version [skip ci]

* feat: :rocket: headers param on LLM class

* fix: :bug: fix headers for openai.;y

* feat: :sparkles: highlight code on cmd+shift+L

* ci: 💚 Update package.json version [skip ci]

* feat: :lipstick: sticky top bar in gui.tsx

* fix: :loud_sound: websocket logging and horizontal scrollbar

* ci: 💚 Update package.json version [skip ci]

* feat: :sparkles: allow AzureOpenAI Service through GGML

* ci: 💚 Update package.json version [skip ci]

* fix: :bug: fix automigration

* ci: 💚 Update package.json version [skip ci]

* ci: :green_heart: upload binaries in ci, download apple silicon

* chore: :fire: remove notes

* fix: :green_heart: use curl to download binary

* fix: :green_heart: set permissions on apple silicon binary

* fix: :green_heart: testing

* fix: :green_heart: cleanup file

* fix: :green_heart: fix preview.yaml

* fix: :green_heart: only upload once per binary

* fix: :green_heart: install rosetta

* ci: :green_heart: download binary after tests

* ci: 💚 Update package.json version [skip ci]

* ci: :green_heart: prepare ci for merge to main

---------

Co-authored-by: GitHub Action &lt;action@github.com&gt;</content>
</entry>
<entry>
<title>UI Redesign and fixing many details (#496)</title>
<updated>2023-09-23T20:06:00Z</updated>
<author>
<name>Nate Sesti</name>
<email>33237525+sestinj@users.noreply.github.com</email>
</author>
<published>2023-09-23T20:06:00Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=e976d60974a7837967d03807605cbf2e7b4f3f9a'/>
<id>urn:sha1:e976d60974a7837967d03807605cbf2e7b4f3f9a</id>
<content type='text'>
* 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 -&gt; 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 -&gt; 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 &lt;ty@tydunn.com&gt;</content>
</entry>
<entry>
<title>fix: some typos (#478)</title>
<updated>2023-09-15T16:37:09Z</updated>
<author>
<name>LangLangBart</name>
<email>92653266+LangLangBart@users.noreply.github.com</email>
</author>
<published>2023-09-15T16:37:09Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=775d051b4bcdbe07fbd38fae4d3e36e79234eb56'/>
<id>urn:sha1:775d051b4bcdbe07fbd38fae4d3e36e79234eb56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: :construction: Initial, not tested, refactor of LLM (#448)</title>
<updated>2023-09-04T04:58:46Z</updated>
<author>
<name>Nate Sesti</name>
<email>33237525+sestinj@users.noreply.github.com</email>
</author>
<published>2023-09-04T04:58:46Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=e645a89192b28cc16a1303bfa5551834c64ecb77'/>
<id>urn:sha1:e645a89192b28cc16a1303bfa5551834c64ecb77</id>
<content type='text'>
* refactor: :construction: Initial, not tested, refactor of LLM

* refactor: :construction: replace usages of _complete with complete

* fix: :bug: fixes after refactor

* refactor: :recycle: template raw completions in chat format

* test: :white_check_mark: simplified edit prompt and UNIT TESTS!

* ci: :green_heart: unit tests in ci

* fix: :bug: fixes for unit tests in ci

* fix: :bug: start uvicorn in tests without poetry

* fix: :closed_lock_with_key: add secrets to main.yaml

* feat: :adhesive_bandage: timeout for all LLM classes

* ci: :green_heart: prepare main.yaml for main branch</content>
</entry>
<entry>
<title>refactor: :recycle: refactoring LLM to avoid repetition</title>
<updated>2023-09-02T05:08:27Z</updated>
<author>
<name>Nate Sesti</name>
<email>sestinj@gmail.com</email>
</author>
<published>2023-09-02T05:08:27Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=8967e2d53f4f6ff744c408ae1042caffb25627f9'/>
<id>urn:sha1:8967e2d53f4f6ff744c408ae1042caffb25627f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style: :art: autoformat with black on all python files</title>
<updated>2023-08-18T22:17:04Z</updated>
<author>
<name>Nate Sesti</name>
<email>sestinj@gmail.com</email>
</author>
<published>2023-08-18T22:17:04Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=70370bf0d033c2575c84ffe10c9e5c484bbad54f'/>
<id>urn:sha1:70370bf0d033c2575c84ffe10c9e5c484bbad54f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>testing nuitka, pyoxidizer, pyinstaller</title>
<updated>2023-08-01T03:10:41Z</updated>
<author>
<name>Nate Sesti</name>
<email>sestinj@gmail.com</email>
</author>
<published>2023-08-01T03:10:41Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=44a82caaa650ef74194a1d782e2520cb649440cb'/>
<id>urn:sha1:44a82caaa650ef74194a1d782e2520cb649440cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: :construction: replace all sdk.models.gpt35/etc. with sdk.models.medium/etc.</title>
<updated>2023-07-30T23:22:16Z</updated>
<author>
<name>Nate Sesti</name>
<email>sestinj@gmail.com</email>
</author>
<published>2023-07-30T23:22:16Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=e37996002d848fc71c82375199dc9a704f2c9b05'/>
<id>urn:sha1:e37996002d848fc71c82375199dc9a704f2c9b05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactoring</title>
<updated>2023-07-23T20:20:33Z</updated>
<author>
<name>Nate Sesti</name>
<email>sestinj@gmail.com</email>
</author>
<published>2023-07-23T20:20:33Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=5837f5faf4deebfafe91f3cd2c2248dfb078a439'/>
<id>urn:sha1:5837f5faf4deebfafe91f3cd2c2248dfb078a439</id>
<content type='text'>
</content>
</entry>
</feed>
