feat: Initial v0.9 release with API Key authentication
## v0.9.20260325_144654 ### Features - API Key Authentication System - Job Worker System - V2 Backup Versioning ### Bug Fixes - get_processor_results_by_job column mapping Co-authored-by: OpenCode
This commit is contained in:
12
opencode.json
Normal file
12
opencode.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"permission": {
|
||||
"read": "allow", // 允許讀取檔案
|
||||
"list": "allow", // 允許列出目錄
|
||||
"grep": "allow", // 允許搜尋程式碼內容
|
||||
"glob": "allow", // 允許使用萬用字元尋找檔案
|
||||
"lsp": "allow", // 允許使用語言伺服器 (LSP) 分析程式碼
|
||||
"bash": "ask", // 終端機指令維持詢問(稍後設定細部規則)
|
||||
"edit": "ask" // 寫入/修改檔案維持詢問
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user