fix(ci): remove unused Claude permission type · openclaw/openclaw@20ef410
vincentkoc
·
2026-06-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -127,13 +127,6 @@ export type QueueEvent =
|
127 | 127 | raw: Record<string, unknown>; |
128 | 128 | }; |
129 | 129 | |
130 | | -/** Claude channel permission notification payload before it is assigned an event cursor. */ |
131 | | -type ClaudePermissionRequest = { |
132 | | -toolName: string; |
133 | | -description: string; |
134 | | -inputPreview: string; |
135 | | -}; |
136 | | - |
137 | 130 | /** Cursor and optional session filter used by event polling and waiting. */ |
138 | 131 | export type WaitFilter = { |
139 | 132 | afterCursor: number; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。