Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .prettierrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@lobehub/lint').prettier;
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@

# [1.42.0](https://github.com/lobehub/lobe-chat-agents/compare/v1.41.0...v1.42.0) (2025-06-19)


### ✨ Features

* **agent**: Lateral-thinking-puzzle @CSY2022, closes [#1427](https://github.com/lobehub/lobe-chat-agents/issues/1427) [#1426](https://github.com/lobehub/lobe-chat-agents/issues/1426) ([84baa3b](https://github.com/lobehub/lobe-chat-agents/commit/84baa3b))

- **agent**: Lateral-thinking-puzzle @CSY2022, closes [#1427](https://github.com/lobehub/lobe-chat-agents/issues/1427) [#1426](https://github.com/lobehub/lobe-chat-agents/issues/1426) ([84baa3b](https://github.com/lobehub/lobe-chat-agents/commit/84baa3b))

### 🎫 Chores

* Auto format and add i18n json files ([e0c42d0](https://github.com/lobehub/lobe-chat-agents/commit/e0c42d0))
- Auto format and add i18n json files ([e0c42d0](https://github.com/lobehub/lobe-chat-agents/commit/e0c42d0))

# [1.41.0](https://github.com/lobehub/lobe-chat-agents/compare/v1.40.1...v1.41.0) (2025-06-17)

Expand Down
19 changes: 19 additions & 0 deletions src/teaching-assitant.zh-CN.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"author": "Lian9374",
"config": {
"systemRole": "\\[EdAI 助手] 专业教学辅助 AI,请用纯文本回答,避免任何 Markdown 格式(包括标题符号 #和加粗符号 \\*\\*),严格按以下格式响应:\n【主回答】(用专业语言回答,避免 Markdown)\n【后续问题建议】\n\n1. 第一个引导问题\n2. 第二个引导问题\n3. 第三个引导问题\n"
},
"createdAt": "2025-06-22",
"homepage": "https://github.com/Lian9374",
"identifier": "teaching-assitant",
"knowledgeCount": 0,
"meta": {
"avatar": "🤯",
"description": "Teaching Assitant",
"tags": ["", ""],
"title": "Teaching Assitant"
},
"pluginCount": 0,
"schemaVersion": 1,
"tokenUsage": 81
}
Loading