continue/gui
Patrick Erichsen 9e7eeccace
Merge branch 'main' into pe/oneper-pt-2
2025-07-29 09:46:59 -07:00
..
public update sambanova logo 2025-07-08 13:25:17 -05:00
src Merge pull request #6754 from continuedev/jacob/feature/latent-nes 2025-07-29 09:44:19 -07:00
.eslintrc.json remove all barrel extensions 2025-06-19 13:42:43 -07:00
.gitignore feat: modify vitest command, add test coverage feature 2024-10-16 11:39:47 +09:00
README.md merge preview to main (#575) 2023-10-22 19:34:44 -07:00
index.html chore: prettier bulk apply in gui 2024-11-10 21:45:13 -08:00
indexConsole.html Add rich logging of LLM interactions 2025-04-07 14:11:38 -04:00
package-lock.json Reapply "feat: enhance oneper utility and refactor build system for commit SHA versioning" (#6811) 2025-07-28 14:15:49 -07:00
package.json rendering mermaid diagrams 2025-07-04 22:14:15 +05:30
postcss.config.cjs chore: prettier bulk apply in gui 2024-11-10 21:45:13 -08:00
rules.md adjust link and add rule 2025-06-02 13:27:42 -07:00
tailwind.config.cjs Fix parallel tool calls accept/reject issue and refactor selectors 2025-07-10 11:25:59 -07:00
tsconfig.json typescript rectification 2025-03-24 21:05:38 -07:00
tsconfig.node.json merge preview to main (#575) 2023-10-22 19:34:44 -07:00
vite.config.ts fix test errors and linting 2025-07-13 23:24:05 -07:00

README.md

Continue React App

The Continue React app is a notebook-like interface to the Continue server. It allows the user to submit arbitrary text input, then communicates with the server to takes steps, which are displayed as a sequence of editable cells. The React app should sit beside an IDE, as in the VS Code extension.