feat: 新增 account 和 plan 目录

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-11 16:26:22 +08:00
parent 243a190124
commit 0cab33b16b
694 changed files with 161549 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
---
name: get-session-logs
description: Get current session system logs. IMPORTANT - when commands fail, encounter errors, or need to understand previous operation results, call this tool. Logs contain command details, error info, system status.
system: true
handler: system
tool-name: get_session_logs
category: System
---
# Get Session Logs
获取当前会话的系统日志。
## Parameters
| 参数 | 类型 | 必填 | 说明 |
|-----|------|-----|------|
| count | integer | 否 | 返回的日志条数,默认 20最大 200 |
| level | string | 否 | 过滤日志级别DEBUG, INFO, WARNING, ERROR |
## When to Use
1. 命令返回错误码
2. 操作没有预期效果
3. 需要了解之前发生了什么
## Returns
- 命令执行详情
- 错误信息
- 系统状态