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
Copy file name to clipboardExpand all lines: README-en.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,11 +66,13 @@ Deep Code CLI supports agent skills that allow you to extend the assistant's cap
66
66
|`/`| Open the skills / commands menu |
67
67
|`/new`| Start a fresh conversation |
68
68
|`/resume`| Choose a previous conversation to continue |
69
+
|`/continue`| Continue the active conversation or pick one to resume |
69
70
|`/model`| Switch model, thinking mode, and reasoning effort |
70
71
|`/raw`| Toggle display mode (Normal / Lite / Raw scrollback) |
71
72
|`/init`| Initialize an AGENTS.md file (LLM project instructions) |
72
73
|`/skills`| List available skills |
73
74
|`/mcp`| View MCP server status and available tools |
75
+
|`/undo`| Restore code and/or conversation to a previous point |
74
76
|`/exit`| Quit (also `Ctrl+D` twice) |
75
77
76
78
| Key | Action |
@@ -126,6 +128,12 @@ Deep Code supports MCP (Model Context Protocol) to connect external services suc
126
128
127
129
For detailed setup instructions, see: [docs/mcp.md](docs/mcp.md)
128
130
131
+
### How to configure Deep Code to send notifications after a task completes?
132
+
133
+
When the AI assistant completes a task, Deep Code can automatically execute a notification script to send the task results to the specified channel (e.g., Slack, system notifications, etc.).
134
+
135
+
For detailed configuration instructions, see: [docs/notify_en.md](docs/notify_en.md)
136
+
129
137
## Contributing
130
138
131
139
Contributions are welcome! Here's how to get started:
0 commit comments