[PR #922] [MERGED] pref: 优化 skills scripts 执行逻辑 #811

Closed
opened 2026-03-02 03:41:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/codexu/note-gen/pull/922
Author: @codexu
Created: 2/28/2026
Status: Merged
Merged: 2/28/2026
Merged by: @codexu

Base: devHead: pref/skills


📝 Commits (2)

  • 170fe2c docs: 添加 Skills 运行时逻辑修复开发计划
  • 312def3 fix: 修复 skills 无法调用本地脚本的问题

📊 Changes

9 files changed (+776 additions, -113 deletions)

View changed files

docs/plans/2026-02-28-skills-runtime-fix-plan.md (+311 -0)
📝 src/lib/agent/agent-handler.ts (+4 -7)
📝 src/lib/agent/react.ts (+5 -3)
📝 src/lib/agent/tools/system-tools.ts (+220 -48)
📝 src/lib/skills/dependency-installer.ts (+43 -3)
📝 src/lib/skills/executor.ts (+21 -50)
src/lib/skills/path-utils.ts (+133 -0)
📝 src/lib/skills/types.ts (+15 -0)
📝 src/stores/skills.ts (+24 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/codexu/note-gen/pull/922 **Author:** [@codexu](https://github.com/codexu) **Created:** 2/28/2026 **Status:** ✅ Merged **Merged:** 2/28/2026 **Merged by:** [@codexu](https://github.com/codexu) **Base:** `dev` ← **Head:** `pref/skills` --- ### 📝 Commits (2) - [`170fe2c`](https://github.com/codexu/note-gen/commit/170fe2ce9109c5f24d10fe7b1ba1029fea3dfce2) docs: 添加 Skills 运行时逻辑修复开发计划 - [`312def3`](https://github.com/codexu/note-gen/commit/312def351319ca754b77cbc0789e8c394ecaaa06) fix: 修复 skills 无法调用本地脚本的问题 ### 📊 Changes **9 files changed** (+776 additions, -113 deletions) <details> <summary>View changed files</summary> ➕ `docs/plans/2026-02-28-skills-runtime-fix-plan.md` (+311 -0) 📝 `src/lib/agent/agent-handler.ts` (+4 -7) 📝 `src/lib/agent/react.ts` (+5 -3) 📝 `src/lib/agent/tools/system-tools.ts` (+220 -48) 📝 `src/lib/skills/dependency-installer.ts` (+43 -3) 📝 `src/lib/skills/executor.ts` (+21 -50) ➕ `src/lib/skills/path-utils.ts` (+133 -0) 📝 `src/lib/skills/types.ts` (+15 -0) 📝 `src/stores/skills.ts` (+24 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:41:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/note-gen#811
No description provided.