mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 21:05:55 +03:00
[PR #893] [MERGED] feat: Agent Skills 支持执行 scripts #805
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#805
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/codexu/note-gen/pull/893
Author: @codexu
Created: 2/5/2026
Status: ✅ Merged
Merged: 2/5/2026
Merged by: @codexu
Base:
dev← Head:skills-scripts📝 Commits (6)
73232a6feat: Agent 调用 skills scripte2f859bfeat: 实时输出命令行信息3183fb8fix: 修复创建文件工具只可以创建 Markdown 的问题e999b8afeat: 执行 Skills scripts 命令c93a4a9feat: 执行脚本时使用 fullPath 去执行创建的脚本命令24874bafeat: 优化文件夹内容展示📊 Changes
23 files changed (+865 additions, -273 deletions)
View changed files
📝
messages/en.json(+1 -2)📝
messages/ja.json(+1 -1)📝
messages/pt-BR.json(+1 -2)📝
messages/zh-TW.json(+1 -1)📝
messages/zh.json(+1 -1)📝
src-tauri/capabilities/default.json(+24 -0)📝
src-tauri/capabilities/desktop.json(+25 -1)📝
src/app/core/article/custom-footer/vector-calc.tsx(+0 -7)📝
src/app/core/article/file/file-toolbar.tsx(+6 -6)📝
src/app/core/article/folder-view.tsx(+41 -60)📝
src/app/core/record/chat/rag-switch.tsx(+2 -7)📝
src/app/mobile/chat/components/rag-toggle.tsx(+2 -7)📝
src/hooks/use-toolbar-shortcuts.ts(+8 -2)📝
src/lib/agent/react.ts(+16 -7)📝
src/lib/agent/tools/note-tools.ts(+41 -24)📝
src/lib/agent/tools/system-tools.ts(+272 -27)📝
src/lib/rag.ts(+10 -1)➕
src/lib/skills/dependency-installer.ts(+187 -0)📝
src/lib/skills/executor.ts(+71 -15)📝
src/lib/skills/manager.ts(+72 -9)...and 3 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.