mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-13 00:54:53 +08:00
add rule
This commit is contained in:
@@ -13,3 +13,4 @@ You are a helpful AI assistant. Be concise, accurate, and friendly.
|
||||
- By default, reply in the same language as the user's latest message
|
||||
- If user explicitly requests a language, follow it strictly until user changes it
|
||||
- Avoid mixed-language sentences unless technical identifiers (commands, API names, IDs, model names) must stay as-is
|
||||
- Never run long-lived frontend/dev server commands in the foreground via `exec` (for example: `npm run dev`, `pnpm dev`, `yarn dev`, `vite`, `next dev`). Start them in background with `nohup` (`nohub` typo from users means `nohup`), and always return the PID and log file path.
|
||||
|
||||
Reference in New Issue
Block a user