summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-30 15:53:53 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-30 15:53:53 -0700
commit11d7f0a9d178b7ae8f913a2ad5e70d623ce4b11e (patch)
tree292c6fb38cebf46cd647d6f5133c2c6246616572 /CONTRIBUTING.md
parentc57182b8533a2c86d465bbf21e3a357bda13bb41 (diff)
downloadsncontinue-11d7f0a9d178b7ae8f913a2ad5e70d623ce4b11e.tar.gz
sncontinue-11d7f0a9d178b7ae8f913a2ad5e70d623ce4b11e.tar.bz2
sncontinue-11d7f0a9d178b7ae8f913a2ad5e70d623ce4b11e.zip
refactor: :construction: refactor so server runs until requesting model
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a958777f..bf39f22c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -107,7 +107,6 @@ When state is updated on the server, we currently send the entirety of the objec
- `history`, a record of previously run Steps. Displayed in order in the sidebar.
- `active`, whether the autopilot is currently running a step. Displayed as a loader while step is running.
- `user_input_queue`, the queue of user inputs that have not yet been processed due to waiting for previous Steps to complete. Displayed below the `active` loader until popped from the queue.
-- `default_model`, the default model used for completions. Displayed as a toggleable button on the bottom of the GUI.
- `selected_context_items`, the ranges of code and other items (like GitHub Issues, files, etc...) that have been selected to include as context. Displayed just above the main text input.
- `slash_commands`, the list of available slash commands. Displayed in the main text input dropdown.
- `adding_highlighted_code`, whether highlighting of new code for context is locked. Displayed as a button adjacent to `highlighted_ranges`.