Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README image and description #1169

Merged
merged 2 commits into from
Apr 23, 2024
Merged

Update README image and description #1169

merged 2 commits into from
Apr 23, 2024

Conversation

TyDunn
Copy link
Contributor

@TyDunn TyDunn commented Apr 22, 2024

Description

  • README image
  • README Continue description

@TyDunn TyDunn requested a review from sestinj April 22, 2024 18:35
Copy link

netlify bot commented Apr 22, 2024

Deploy Preview for continuedev canceled.

Name Link
🔨 Latest commit d65e782
🔍 Latest deploy log https://app.netlify.com/sites/continuedev/deploys/6626ade2c5c7a200089ac06d

@sestinj sestinj merged commit 8b85196 into main Apr 23, 2024
6 checks passed
pzaback added a commit to pzaback/continue that referenced this pull request Apr 23, 2024
Note: list below was generated using Claude Opus from the more verbose original
generated squashed commit message, so some items are missing and some may be
hallucinated. A quick eyeball check indicated it's very close to what a human
would create manually

🐛 fix merge mistake

Merge branch 'main' into preview

🐛 fix language undefined bug

🚧 update redirect

Revert "📝 remove redundant docs redirect"

📝 remove redundant docs redirect

Merge branch 'main' of https://github.com/continuedev/continue

📝 restore /docs base url

🍱 update continue logo

Update README image and description (continuedev#1169)

Merge branch 'main' of https://github.com/continuedev/continue

📝 update docs base path

🔥 remove disable indexing

💄 add llama3 to UI

📝 remove note about parallel ollama models

fix type for gemma of groq (continuedev#1142)

📝 update embeddings docs

📝 update custom commands docs

📝 fix shortcut in docs

📝 gemini 1.5 pro in changelog

📝 update changelog

Preview (continuedev#1114)

- ✨ shared indexing

- 🎨 indexing

- 🧑‍💻 npm i --no-save in prepackage.js

- 🚚 rename addLogs to addPromptCompletionPair

- 🩹 add filter for midline imports/top-level keywords and encoding header

- 🩹 add .t. to stop words

- 🔥 Improved Ctrl/Cmd+I (continuedev#1023)

- ⚡️ improved diff streaming algo

- 🎨 better messaging/formatting for further cmd/ctrl+I instructions

- ⚡️ more reliably filter out unwanted explanations

- 🚸 better follow up edits

- 💄 accept/reject diffs block-by-block

- ✨ cmd/ctrl+z to reject diff

- 🚚 rename variables

- 💄 allow switching files when inline diff still visible

- 🚸 don't show quick pick if not ctx providers exist

- 🚧 (sort of) allow switching editors while streaming diff

- 💄 show model being used for cmd/ctrl+I

- 💄 don't add undo stops when generating diff

- 🐛 fix shortcuts for accept/reject diff blocks

- ✨ improved GPT edit prompt, taking prefix/suffix into account

- ✨ improved prompting for empty selection ctrl/cmd+I

- ⚡️ immediately refresh codelens

- 🐛 use first model if default undefined

- ⚡️ refresh codelens after diff cleared

- 💄 update keyboard shortcuts

- ⚡️ Improved edit prompts for OS models (continuedev#1029)

- 💄 refresh codelens more frequently

- ⚡️ improved codellama edit prompt

- ⚡️ better codellama prompt

- ⚡️ use same improved prompt for most OS models

- 🎨 refactor chat templates

- 🎨 refactor llama2 prompt to allow ending assistant message

- ⚡️ separate os models prompt when no prefix/suffix

- 🎨 refactor to allow putting words in the model's mouth

- ⚡️ prune code around cmd/ctrl+I

- 🚚 rename to cmd/ctrl+I

- 🎨 make raw a base completion option

- 🩹 small improvements

- 🩹 use different prompt when completions not supported

- Keep the same statusBar item when updating it to prevent flickering of the status bar. (continuedev#1022)

- 🎨 add getRepoName to IDE, use for indexing

- 🎨 implement server client interface

- 📌 pin to vectordb=0.4.12

- 🧑‍💻 mark xhr-sync-worker.js as external in esbuild

- 🎨 break out ignore defaults into core

- 🎨 update getRepoName

- 🐛 fix import error

- 🩹 fix chat.jsonl logging

- ⚡️ improved OpenAI autocomplete support

- 🐛 fix bug causing part of completions to be skipped

- 🔥 remove URLContextProvider

- ✨ Add Groq as an official provider

- 🩹 make sure autocomplete works with claude

- 💄 update positioning of code block toolbar to not cover code

- ✨ Run in terminal button

- ✨ insert at cursor button

- ✨ Regenerate and copy buttons

- ✨ Button to force re-indexing

- 🐛 make sure tooltip IDs are unique

- ✨ Button to continue truncated response

- 🚧 WIP on inline edit browser embedding

- 🚧 inline TipTapEditor

- 🚧 WIP on inline TipTapEditor

- 🔥 remove unused test component

- 🚧 native inline edit

- 💄 nicer looking input box

- ✨ Diff Streaming in JetBrains

- 💄 line highlighting

- 💄 arial font

- ✨ Retry with further instructions

- 🚧 drop shadow

- ✨ accept/reject diffs

- ✨ accept/reject diffs

- 🐛 fix off-by-one errors

- 🚧 swap out button on enter

- 💄 styling and auto-resize

- 💄 box shadow

- 🚧 fix keyboard shortcuts to accept/reject diff

- 💄 improve small interactions

- 💄 loading icon, cancellation logic

- 🐛 handle next.value being undefined

- ✨ latex support

- Bug Fix: Add ternary operator to prevent nonexistant value error (continuedev#1052)

- Update completionProvider.ts

  Add \r\n\r\n stop to tab completion

- 📌 update package-locks

- 🐛 fix bug in edit prompt

- 🔊 print when SSL verification disabled

- 📌 pin esbuild version to match our hosted binary

- 🔥 remove unused package folder

- 👷 add note about pinning esbuild

- 🚚 rename pkg to binary

- ⚡️ update an important stop word for starcoder2, improve dev data

- 🐛 fix autocomplete bug

- Update completionProvider.ts

  as @rootedbox suggested

- ⏪ revert back to esbuild ^0.17.19 to solve no backend found error with onnxruntime

- 🩹 set default autocomplete temp to 0.01 to be strictly positive

- make the useCopyBuffer option effective (continuedev#1062)

- Con-1037: Toggle full screen bug (continuedev#1065)

- Resolve conflict, accept branch being merged in (continuedev#1076)

- continuedev#1073: update outdated documentation (continuedev#1074)

- 🩹 small tweaks to stop words

- Add abstraction for fetch to easily allow using request options (continuedev#1059)

- Add a new slash command to review code. (continuedev#1071)

- 🩹 add new starcoder artifact as stopword

- 💄 slight improvements to inline edit UI

- 🔖 update default models, bump gradle version

- 📝 recommend starcoder2

- 🐛 fix jetbrains encoding issue

- 🩹 don't index site-packages

- 🩹 error handling in JetBrains

- 🐛 fix copy to clipboard in jetbrains

- fix: cursor focus issue causing unwanted return to text area (continuedev#1086)

- 📝 mention autocomplete in jetbrains

- 📝 Tab-autocomplete README

- 🔥 remove note about custom ctx providers only being on VS Code

- 📝 docs about http context provider

- 👥 pull request template

- Update from Claude 2 to Claude 3 (continuedev#1078)

- 📝 add FAQ about single-line completions

- 📝 update autocomplete docs

- fix cursor focus issue causing unwanted return to text area

- 🔧 option to disable autocomplete from config.json

- ✨ option to disable streaming with anthropic

- ✅ Test to verify that files are packaged

- Add FIM template for CodeGemma (continuedev#1097)

  Also pass stop tokens to llama.cpp.

- ✨ customizable rerankers (continuedev#1088)
@Patrick-Erichsen Patrick-Erichsen deleted the README branch August 16, 2024 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants