mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-19 06:45:50 +00:00
style: 完成所有文件的lint
This commit is contained in:
@@ -3,7 +3,8 @@ import type { Command } from '../../commands.js'
|
||||
const poor = {
|
||||
type: 'local',
|
||||
name: 'poor',
|
||||
description: 'Toggle poor mode — disable extract_memories and prompt_suggestion to save tokens',
|
||||
description:
|
||||
'Toggle poor mode — disable extract_memories and prompt_suggestion to save tokens',
|
||||
supportsNonInteractive: false,
|
||||
load: () => import('./poor.js'),
|
||||
} satisfies Command
|
||||
|
||||
@@ -5,7 +5,10 @@
|
||||
* Persisted to settings.json so it survives session restarts.
|
||||
*/
|
||||
|
||||
import { getInitialSettings, updateSettingsForSource } from '../../utils/settings/settings.js'
|
||||
import {
|
||||
getInitialSettings,
|
||||
updateSettingsForSource,
|
||||
} from '../../utils/settings/settings.js'
|
||||
|
||||
let poorModeActive: boolean | null = null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user