会议纪要skill增加历史会议纪要比对
This commit is contained in:
@ -15,7 +15,11 @@
|
||||
"Bash(cat:*)",
|
||||
"WebSearch",
|
||||
"Bash(reg query:*)",
|
||||
"Bash(cmd.exe //c \"reg query \"\"HKEY_CURRENT_USER\\\\Environment\"\" /v http_proxy\")"
|
||||
"Bash(cmd.exe //c \"reg query \"\"HKEY_CURRENT_USER\\\\Environment\"\" /v http_proxy\")",
|
||||
"Bash(pip install:*)",
|
||||
"Bash(git clone:*)",
|
||||
"Bash(npm run setup:*)",
|
||||
"Bash(node run.js \"\nconst browser = await chromium.launch\\({ channel: ''chrome'', headless: false }\\);\nconst page = await browser.newPage\\(\\);\nawait page.goto\\(''https://www.bilibili.com''\\);\nconsole.log\\(''页面标题:'', await page.title\\(\\)\\);\nawait page.waitForTimeout\\(3000\\);\nawait browser.close\\(\\);\nconsole.log\\(''✅ 测试完成!''\\);\n\")"
|
||||
],
|
||||
"additionalDirectories": [
|
||||
"C:\\Users\\10120\\.claude\\agents"
|
||||
|
||||
Reference in New Issue
Block a user