chore: initialize recovered claude workspace
This commit is contained in:
7
src/commands/clear/clear.ts
Normal file
7
src/commands/clear/clear.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { LocalCommandCall } from '../../types/command.js'
|
||||
import { clearConversation } from './conversation.js'
|
||||
|
||||
export const call: LocalCommandCall = async (_, context) => {
|
||||
await clearConversation(context)
|
||||
return { type: 'text', value: '' }
|
||||
}
|
||||
Reference in New Issue
Block a user