mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 22:05:50 +00:00
feat: 问就是封包
This commit is contained in:
@@ -251,7 +251,7 @@ export function ToolSelector(t0) {
|
||||
let t9;
|
||||
if ($[22] !== selectedSet) {
|
||||
t9 = bucketTools => {
|
||||
const selected = count(bucketTools, t_5 => selectedSet.has(t_5.name));
|
||||
const selected = count(bucketTools, (t_5: any) => selectedSet.has(t_5.name));
|
||||
const needsSelection = selected < bucketTools.length;
|
||||
return () => {
|
||||
const toolNames_1 = bucketTools.map(_temp4);
|
||||
@@ -321,7 +321,7 @@ export function ToolSelector(t0) {
|
||||
if (bucketTools_0.length === 0) {
|
||||
return;
|
||||
}
|
||||
const selected_0 = count(bucketTools_0, t_8 => selectedSet.has(t_8.name));
|
||||
const selected_0 = count(bucketTools_0, (t_8: any) => selectedSet.has(t_8.name));
|
||||
const isFullySelected = selected_0 === bucketTools_0.length;
|
||||
navigableItems.push({
|
||||
id,
|
||||
|
||||
Reference in New Issue
Block a user