chore: translate the leftover Japanese JSDoc comments

This commit is contained in:
RAIT-09 2026-07-17 18:11:23 +09:00
parent edc8195889
commit 735cbc3e4e

View file

@ -71,9 +71,9 @@ export interface PresetAgentDefinition {
* presets with non-empty defaults the args are effectively unclearable).
*/
defaultArgs: string[];
/** data.json 旧形式 per-agent sub-object key (original four presets only). */
/** Legacy data.json per-agent sub-object key (original four presets only). */
legacySettingsKey?: "claude" | "codex" | "gemini" | "mistralVibe";
/** data.json 旧形式 top-level command-path key (claude / gemini only). */
/** Legacy data.json top-level command-path key (claude / gemini only). */
legacyCommandPathKey?: string;
apiKey?: PresetAgentApiKey;
/**