|
8 | 8 | </p> |
9 | 9 | <h1>Deep Code CLI</h1> |
10 | 10 |
|
| 11 | +[![][npm-release-shield]][npm-release-link] [![][npm-downloads-shield]][npm-downloads-link] [![][github-contributors-shield]][github-contributors-link] [![][github-forks-shield]][github-forks-link] [![][github-stars-shield]][github-stars-link] |
| 12 | +[![][github-issues-shield]][github-issues-link] [![][github-issues-pr-shield]][github-issues-pr-link] [![][github-license-shield]][github-license-link] |
| 13 | + |
11 | 14 | English · [中文](./README.md) |
12 | 15 |
|
13 | 16 | <br/> |
@@ -61,17 +64,19 @@ Deep Code CLI supports agent skills that allow you to extend the assistant's cap |
61 | 64 |
|
62 | 65 | ## Slash Commands & Keyboard Shortcuts |
63 | 66 |
|
64 | | -| Slash Command | Action | |
65 | | -|------------------|----------------------------------------------------------| |
66 | | -| `/` | Open the skills / commands menu | |
67 | | -| `/new` | Start a fresh conversation | |
68 | | -| `/resume` | Choose a previous conversation to continue | |
69 | | -| `/model` | Switch model, thinking mode, and reasoning effort | |
70 | | -| `/raw` | Toggle display mode (Normal / Lite / Raw scrollback) | |
71 | | -| `/init` | Initialize an AGENTS.md file (LLM project instructions) | |
72 | | -| `/skills` | List available skills | |
73 | | -| `/mcp` | View MCP server status and available tools | |
74 | | -| `/exit` | Quit (also `Ctrl+D` twice) | |
| 67 | +| Slash Command | Action | |
| 68 | +|------------------|---------------------------------------------------------| |
| 69 | +| `/` | Open the skills / commands menu | |
| 70 | +| `/new` | Start a fresh conversation | |
| 71 | +| `/resume` | Choose a previous conversation to continue | |
| 72 | +| `/continue` | Continue the active conversation or pick one to resume | |
| 73 | +| `/model` | Switch model, thinking mode, and reasoning effort | |
| 74 | +| `/raw` | Toggle display mode (Normal / Lite / Raw scrollback) | |
| 75 | +| `/init` | Initialize an AGENTS.md file (LLM project instructions) | |
| 76 | +| `/skills` | List available skills | |
| 77 | +| `/mcp` | View MCP server status and available tools | |
| 78 | +| `/undo` | Restore code and/or conversation to a previous point | |
| 79 | +| `/exit` | Quit (also `Ctrl+D` twice) | |
75 | 80 |
|
76 | 81 | | Key | Action | |
77 | 82 | |------------------|----------------------------------------------------------| |
@@ -126,6 +131,12 @@ Deep Code supports MCP (Model Context Protocol) to connect external services suc |
126 | 131 |
|
127 | 132 | For detailed setup instructions, see: [docs/mcp.md](docs/mcp.md) |
128 | 133 |
|
| 134 | +### How to configure Deep Code to send notifications after a task completes? |
| 135 | + |
| 136 | +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.). |
| 137 | + |
| 138 | +For detailed configuration instructions, see: [docs/notify_en.md](docs/notify_en.md) |
| 139 | + |
129 | 140 | ## Contributing |
130 | 141 |
|
131 | 142 | Contributions are welcome! Here's how to get started: |
@@ -166,3 +177,23 @@ If you find this tool helpful, please consider supporting us by: |
166 | 177 | - Giving us a Star on GitHub (https://github.com/lessweb/deepcode-cli) |
167 | 178 | - Submitting feedback and suggestions |
168 | 179 | - Sharing with your friends and colleagues |
| 180 | + |
| 181 | + |
| 182 | +<!-- LINK GROUP --> |
| 183 | + |
| 184 | +[npm-release-link]: https://www.npmjs.com/package/@vegamo/deepcode-cli |
| 185 | +[npm-release-shield]: https://img.shields.io/npm/v/@vegamo/deepcode-cli?color=4d6BFE&labelColor=black&logo=npm&logoColor=white&style=flat-square |
| 186 | +[npm-downloads-link]: https://www.npmjs.com/package/@vegamo/deepcode-cli |
| 187 | +[npm-downloads-shield]: https://img.shields.io/npm/dt/@vegamo/deepcode-cli?labelColor=black&style=flat-square&color=4d6BFE |
| 188 | +[github-contributors-link]: https://github.com/lessweb/deepcode-cli/graphs/contributors |
| 189 | +[github-contributors-shield]: https://img.shields.io/github/contributors/lessweb/deepcode-cli?color=4d6BFE&labelColor=black&style=flat-square |
| 190 | +[github-forks-link]: https://github.com/lessweb/deepcode-cli/network/members |
| 191 | +[github-forks-shield]: https://img.shields.io/github/forks/lessweb/deepcode-cli?color=4d6BFE&labelColor=black&style=flat-square |
| 192 | +[github-stars-link]: https://github.com/lessweb/deepcode-cli/network/stargazers |
| 193 | +[github-stars-shield]: https://img.shields.io/github/stars/lessweb/deepcode-cli?color=4d6BFE&labelColor=black&style=flat-square |
| 194 | +[github-issues-link]: https://github.com/lessweb/deepcode-cli/issues |
| 195 | +[github-issues-shield]: https://img.shields.io/github/issues/lessweb/deepcode-cli?color=4d6BFE&labelColor=black&style=flat-square |
| 196 | +[github-issues-pr-link]: https://github.com/lessweb/deepcode-cli/pulls |
| 197 | +[github-issues-pr-shield]: https://img.shields.io/github/issues-pr/lessweb/deepcode-cli?color=4d6BFE&labelColor=black&style=flat-square |
| 198 | +[github-license-link]: https://github.com/lessweb/deepcode-cli/blob/master/LICENSE |
| 199 | +[github-license-shield]: https://img.shields.io/github/license/lessweb/deepcode-cli?color=4d6BFE&labelColor=black&style=flat-square |
0 commit comments