jxxghp
caf615f3bd
feat(system): implement one-shot upgrade mode and enhance upgrade handling
2026-05-05 15:22:33 +08:00
jxxghp
db6dc926cf
feat: unify slash command interactions
2026-05-01 08:53:52 +08:00
jxxghp
8c78627647
feat: add skills marketplace management
2026-04-22 14:55:00 +08:00
jxxghp
8c256d91bd
refine custom identifier skill scope
2026-04-21 17:31:37 +08:00
jxxghp
dc428e7de0
feat(skills): 内置技能支持版本号管理,更新时自动覆盖旧版本
...
SKILL.md frontmatter新增version字段,同步时比较版本号,
内置版本更高时直接覆盖用户目录中的旧版本。
2026-04-09 07:17:04 +08:00
jxxghp
0c51d79be7
feat(agent): 合并同批次整理失败的agent重试调用,避免重复浪费token
...
同一download_hash或同一源目录下的失败记录在5分钟缓冲期内合并为一次agent调用,
批量处理时只识别一次媒体信息后复用到所有文件。
2026-04-09 07:16:56 +08:00
jxxghp
ac9c9598f4
feat(agent): add tools for querying and updating custom identifiers
2026-04-07 09:00:15 +08:00
jxxghp
02cb5dfc31
refactor(agent): optimize database-operation skill to read DB info from system prompt <system_info>
2026-04-07 07:37:39 +08:00
jxxghp
0ecbcb89fa
更新 SKILL.md
2026-04-07 07:16:18 +08:00
jxxghp
8f38c06424
feat(agent): add database-operation skill for SQL access with auto SQLite/PostgreSQL detection
2026-04-07 00:43:28 +08:00
jxxghp
9fefd807f9
refactor(agent): rename list_all_commands to list_slash_commands and skill to command-dispatch
2026-04-07 00:00:10 +08:00
jxxghp
a8fb4a6d84
refactor(agent): rename run_plugin_command to run_slash_command to avoid confusion with execute_command (shell)
2026-04-06 23:53:49 +08:00
jxxghp
7806267e92
feat(agent): add command-execute skill for intelligent command dispatch
...
- Enhance run_plugin_command tool to support all registered commands (system preset + plugin + other), not just plugin commands
- Add list_all_commands tool to discover all available commands with descriptions and categories
- Add command-execute skill that guides the agent to recognize user intent from natural language and match it to available system/plugin commands
2026-04-06 23:45:48 +08:00
jxxghp
d7a5c32b08
feat: 整理失败时AI智能体自动重试
...
- 新增 delete_transfer_history 工具供智能体删除失败历史记录
- 新增 transfer-failed-retry 技能引导智能体执行重试流程
- 新增 AI_AGENT_RETRY_TRANSFER 配置项控制是否启用
- AgentManager 新增 retry_failed_transfer() 方法创建独立会话执行重试
- 整理失败和媒体未识别时自动触发智能体重试
2026-04-03 13:33:27 +08:00
jxxghp
fc47382938
docs: 新增SKILL.md,补充MoviePilot重启与升级操作说明
2026-03-30 18:14:49 +08:00
jxxghp
d5d6442e1d
feat: 新增 moviepilot-api 技能,支持全量 REST API 调用;技能中间件自动同步内置技能到用户目录
2026-03-26 03:10:30 +08:00
PKC278
90c3afcfa4
feat: 优化SKILL.md
2026-03-23 15:23:34 +08:00
PKC278
8351312b2b
feat: 优化SKILL.md
...
feat: 更新 MCP_HIDDEN_TOOLS 列表,对mcp客户端隐藏文件相关工具
2026-03-23 05:13:45 +08:00
PKC278
bc2302baeb
feat: 优化query_library_exists和query_subscribes工具输出,优化SKILL.md
...
fix(add_download): 更新torrent_url和description字段的描述,移除错误的添加直链的功能
2026-03-22 01:47:38 +08:00
PKC278
17aa795b3e
feat: add_download工具支持添加多个 torrent_url,优化下载任务处理和反馈信息
2026-03-20 11:47:27 +08:00
PKC278
78c4ec8bfe
feat: 将部分逻辑移到后端,简化脚本
2026-03-18 17:48:28 +08:00
PKC278
4f3eaa12d5
feat: 更新下载工具和搜索结果工具的描述,添加可选展示过滤选项参数,优化SKILL.md
2026-03-18 16:30:31 +08:00
PKC278
cedb0f565c
feat: 优化工具和SKILL.md
2026-03-18 14:27:07 +08:00
PKC278
226432ec7f
feat(mcp): add torrent filter workflow and moviepilot cli skill
2026-03-17 17:22:33 +08:00