claude-code-best/src/commands/plugin
claude-code-best a14d3dc8f0 fix(types): clean type fixes across 92 files
Apply proper TypeScript type corrections without any unsafe casts:
- Fix unknown/never/{} types from decompilation
- Correct function signatures and parameter types
- Add missing type declarations and interfaces
- Fix Ink component prop types
- Update API client/provider type annotations

Test files with mock data casts are included as-is (acceptable pattern).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 23:45:56 +08:00
..
__tests__ test: 添加一大堆测试文件 2026-04-02 20:28:08 +08:00
src/services/analytics feat: 完成stub 2026-03-31 20:40:16 +08:00
AddMarketplace.tsx Revert "Revert "feat: 第一个可以用的 ink 组件抽象 (#158)" (#175)" 2026-04-07 16:17:48 +08:00
BrowseMarketplace.tsx fix(types): clean type fixes across 92 files 2026-04-09 23:45:56 +08:00
DiscoverPlugins.tsx fix(types): clean type fixes across 92 files 2026-04-09 23:45:56 +08:00
index.tsx 更新大量 tsx 原始文件; 已经迁移 login panel; 部分 (#121) 2026-04-04 23:24:27 +08:00
ManageMarketplaces.tsx Revert "Revert "feat: 第一个可以用的 ink 组件抽象 (#158)" (#175)" 2026-04-07 16:17:48 +08:00
ManagePlugins.tsx Revert "Revert "feat: 第一个可以用的 ink 组件抽象 (#158)" (#175)" 2026-04-07 16:17:48 +08:00
parseArgs.ts feat: build 2026-03-31 19:22:47 +08:00
plugin.tsx 更新大量 tsx 原始文件; 已经迁移 login panel; 部分 (#121) 2026-04-04 23:24:27 +08:00
pluginDetailsHelpers.tsx Revert "Revert "feat: 第一个可以用的 ink 组件抽象 (#158)" (#175)" 2026-04-07 16:17:48 +08:00
PluginErrors.tsx 更新大量 tsx 原始文件; 已经迁移 login panel; 部分 (#121) 2026-04-04 23:24:27 +08:00
PluginOptionsDialog.tsx Revert "Revert "feat: 第一个可以用的 ink 组件抽象 (#158)" (#175)" 2026-04-07 16:17:48 +08:00
PluginOptionsFlow.tsx 更新大量 tsx 原始文件; 已经迁移 login panel; 部分 (#121) 2026-04-04 23:24:27 +08:00
PluginSettings.tsx fix(types): clean type fixes across 92 files 2026-04-09 23:45:56 +08:00
PluginTrustWarning.tsx Revert "Revert "feat: 第一个可以用的 ink 组件抽象 (#158)" (#175)" 2026-04-07 16:17:48 +08:00
types.ts feat: 完成stub 2026-03-31 20:40:16 +08:00
UnifiedInstalledCell.tsx Revert "Revert "feat: 第一个可以用的 ink 组件抽象 (#158)" (#175)" 2026-04-07 16:17:48 +08:00
unifiedTypes.ts feat: 完成stub 2026-03-31 20:40:16 +08:00
usePagination.ts feat: build 2026-03-31 19:22:47 +08:00
ValidatePlugin.tsx Revert "Revert "feat: 第一个可以用的 ink 组件抽象 (#158)" (#175)" 2026-04-07 16:17:48 +08:00