<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sncontinue.git/extension/src/util, 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-19T06:02:37Z</updated>
<entry>
<title>Cleanup</title>
<updated>2023-10-19T06:02:37Z</updated>
<author>
<name>Tuowen Zhao</name>
<email>ztuowen@gmail.com</email>
</author>
<published>2023-10-19T06:02:37Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=9168219b829aab55fefcb114937d3fc196548cde'/>
<id>urn:sha1:9168219b829aab55fefcb114937d3fc196548cde</id>
<content type='text'>
</content>
</entry>
<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: :safety_vest: more safely convert windows path to posix</title>
<updated>2023-09-04T16:01:35Z</updated>
<author>
<name>Nate Sesti</name>
<email>sestinj@gmail.com</email>
</author>
<published>2023-09-04T16:01:35Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=4309f9def89c25611273d99db01e7cc477ad935e'/>
<id>urn:sha1:4309f9def89c25611273d99db01e7cc477ad935e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: :bug: correct path sep for ssh-remote files</title>
<updated>2023-09-04T15:35:43Z</updated>
<author>
<name>Nate Sesti</name>
<email>sestinj@gmail.com</email>
</author>
<published>2023-09-04T15:35:43Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=b9bd8c1848eaf38d5d15694a1ecae67f14566214'/>
<id>urn:sha1:b9bd8c1848eaf38d5d15694a1ecae67f14566214</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: :loud_sound: fallback unique id when vscode returns someValue.machineId</title>
<updated>2023-08-29T19:05:17Z</updated>
<author>
<name>Nate Sesti</name>
<email>sestinj@gmail.com</email>
</author>
<published>2023-08-29T19:05:17Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=c47944260c5600e49d83568b3c4bafa3b7c2a37e'/>
<id>urn:sha1:c47944260c5600e49d83568b3c4bafa3b7c2a37e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: :bug: convert to correct path sep in wsl URIs</title>
<updated>2023-08-28T21:27:12Z</updated>
<author>
<name>Nate Sesti</name>
<email>sestinj@gmail.com</email>
</author>
<published>2023-08-28T21:27:12Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=1b2341a0113fadf8c8d23097ef1041d3e3088e84'/>
<id>urn:sha1:1b2341a0113fadf8c8d23097ef1041d3e3088e84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: :bug: correctly generate uris for remote</title>
<updated>2023-08-27T06:21:26Z</updated>
<author>
<name>Nate Sesti</name>
<email>sestinj@gmail.com</email>
</author>
<published>2023-08-27T06:21:26Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=ab31cb15fae74592f49c2ceadc8d7810228fa7e2'/>
<id>urn:sha1:ab31cb15fae74592f49c2ceadc8d7810228fa7e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: :bug: ssh compatibility by reading from vscode.workspace.fs</title>
<updated>2023-08-25T20:38:41Z</updated>
<author>
<name>Nate Sesti</name>
<email>sestinj@gmail.com</email>
</author>
<published>2023-08-25T20:38:41Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=e5f56308c5fd87695278682b2a36ca60df0db863'/>
<id>urn:sha1:e5f56308c5fd87695278682b2a36ca60df0db863</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove clientgen, fix windows startup errors</title>
<updated>2023-08-10T08:39:09Z</updated>
<author>
<name>sestinj</name>
<email>sestinj@gmail.com</email>
</author>
<published>2023-08-10T08:39:09Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=43d55d705d204ebc7ecb05bdaec2b32b6cb9d07f'/>
<id>urn:sha1:43d55d705d204ebc7ecb05bdaec2b32b6cb9d07f</id>
<content type='text'>
</content>
</entry>
</feed>
