init
This commit is contained in:
commit
ec53fcbe95
1905 changed files with 513762 additions and 0 deletions
12
commands/resume/index.ts
Normal file
12
commands/resume/index.ts
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import type { Command } from '../../commands.js'
|
||||
|
||||
const resume: Command = {
|
||||
type: 'local-jsx',
|
||||
name: 'resume',
|
||||
description: 'Resume a previous conversation',
|
||||
aliases: ['continue'],
|
||||
argumentHint: '[conversation id or search term]',
|
||||
load: () => import('./resume.js'),
|
||||
}
|
||||
|
||||
export default resume
|
||||
275
commands/resume/resume.tsx
Normal file
275
commands/resume/resume.tsx
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue