You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,6 +156,11 @@ Your settings will be saved to `~/.deepshell/deepshell.conf`.
156
156
./deepshell -v (or --version)
157
157
```
158
158
159
+
**Start an interactive chat session**
160
+
```bash
161
+
./deepshell -i (or --interactive)
162
+
```
163
+
159
164
## ⚙️ Configuration File
160
165
161
166
DeepShell stores its configuration in a JSON file located at `~/.deepshell/deepshell.conf`. While you can view this file, it's recommended to manage settings through DeepShell's command-line options for safety and ease of use.
0 commit comments