<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sncontinue.git/continuedev/src/continuedev/plugins/policies, 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>updating placeholder text and color (#486)</title>
<updated>2023-09-19T00:16:36Z</updated>
<author>
<name>Ty Dunn</name>
<email>ty@tydunn.com</email>
</author>
<published>2023-09-19T00:16:36Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=784c00cd693d43ac77059ecf7dd01ac46e9856d6'/>
<id>urn:sha1:784c00cd693d43ac77059ecf7dd01ac46e9856d6</id>
<content type='text'>
</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>fix: :bug: a number of small fixes + disable summaries</title>
<updated>2023-09-12T20:27:47Z</updated>
<author>
<name>Nate Sesti</name>
<email>sestinj@gmail.com</email>
</author>
<published>2023-09-12T20:27:47Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=a9755603c3a2c0b3afe809f77a63824c77c6419e'/>
<id>urn:sha1:a9755603c3a2c0b3afe809f77a63824c77c6419e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: :memo: working on autogenerated docs</title>
<updated>2023-09-12T01:33:17Z</updated>
<author>
<name>Nate Sesti</name>
<email>sestinj@gmail.com</email>
</author>
<published>2023-09-12T01:33:17Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=e9afb41bed9a723876cf1cf95d636b2ea498a6b3'/>
<id>urn:sha1:e9afb41bed9a723876cf1cf95d636b2ea498a6b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Integrate LSP for debugging (#450)</title>
<updated>2023-09-04T17:38:22Z</updated>
<author>
<name>Nate Sesti</name>
<email>33237525+sestinj@users.noreply.github.com</email>
</author>
<published>2023-09-04T17:38:22Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=b632a5ab537069e22b976b097b34b9879be18168'/>
<id>urn:sha1:b632a5ab537069e22b976b097b34b9879be18168</id>
<content type='text'>
* headless IDE subclass

* finish headless_ide methods

* feat: :sparkles: headless mode running with config flag

* work on debugging

* python lsp support

* more lsp+debugging work

* refactor: :safety_vest: safely load LSP

* test: :white_check_mark: testing steps in headless mode

* refactor: :clown_face: cleanup subprocesses

* fix: :bug: handle data: [DONE] from Together</content>
</entry>
<entry>
<title>feat: :sparkles: text-gen-webui, cleaning config and welcome</title>
<updated>2023-08-29T03:01:35Z</updated>
<author>
<name>Nate Sesti</name>
<email>sestinj@gmail.com</email>
</author>
<published>2023-08-29T03:01:35Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=36d517e37d87b1bd39d6027577714b60c32e81e9'/>
<id>urn:sha1:36d517e37d87b1bd39d6027577714b60c32e81e9</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>feat: :sparkles: testing improved prompting for stablecode</title>
<updated>2023-08-09T03:18:40Z</updated>
<author>
<name>Nate Sesti</name>
<email>sestinj@gmail.com</email>
</author>
<published>2023-08-09T03:18:40Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=6112f26888086ccd47ca6bcfefdbc5b82ea86879'/>
<id>urn:sha1:6112f26888086ccd47ca6bcfefdbc5b82ea86879</id>
<content type='text'>
</content>
</entry>
</feed>
