chore: generate
This commit is contained in:
parent
06cb0de0b1
commit
bd83177c48
2 changed files with 17 additions and 2 deletions
|
|
@ -7,7 +7,15 @@ import { getDirectory, getFilename } from "@opencode-ai/core/util/path"
|
|||
|
||||
export type AtOption =
|
||||
| { type: "agent"; name: string; display: string }
|
||||
| { type: "resource"; name: string; uri: string; client: string; display: string; description?: string; mime?: string }
|
||||
| {
|
||||
type: "resource"
|
||||
name: string
|
||||
uri: string
|
||||
client: string
|
||||
display: string
|
||||
description?: string
|
||||
mime?: string
|
||||
}
|
||||
| { type: "reference"; name: string; path: string; display: string; description: string }
|
||||
| { type: "file"; path: string; display: string; recent?: boolean }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue