Skip to content

Commit e94a979

Browse files
committed
feat(settings): add read permissions for chatluna external packages
Added read permissions for the following external chatluna packages: - chatluna-actions service files - create-chatluna-plugin template adapter resources - create-chatluna-plugin source files - chatluna service-vector-store package files These changes allow the system to properly access and read files from the newly integrated external packages in the chatluna ecosystem.
1 parent 118d3db commit e94a979

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.claude/settings.local.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
"Read(//g/projects/koishi_projects/koishi-new/external/chatluna-knowledge/src/plugins/**)",
77
"Read(//g/projects/koishi_projects/koishi-new/external/chatluna-character/src/**)",
88
"Read(//g/projects/koishi_projects/koishi-new/external/chatluna/packages/core/src/llm-core/platform/**)",
9-
"Read(//g/projects/koishi_projects/koishi-new/external/chatluna/packages/core/src/**)"
9+
"Read(//g/projects/koishi_projects/koishi-new/external/chatluna/packages/core/src/**)",
10+
"Read(//g/projects/koishi_projects/koishi-new/external/chatluna-actions/src/service/**)",
11+
"Read(//g/projects/koishi_projects/koishi-new/external/create-chatluna-plugin/resources/template_adapter/**)",
12+
"Read(//g/projects/koishi_projects/koishi-new/external/create-chatluna-plugin/src/**)",
13+
"Read(//g/projects/koishi_projects/koishi-new/external/chatluna/packages/service-vector-store/src/**)"
1014
],
1115
"deny": [],
1216
"ask": []

0 commit comments

Comments
 (0)