|
|
- addPart({ type: "file", path, content: "@" + getFilename(path), start: 0, end: 0 })
|
|
|
|
|
|
|
+ addPart({ type: "file", path, content: "@" + path, start: 0, end: 0 })
|
|
|
const { flat, active, onInput, onKeyDown, refetch } = useFilteredList<string>({
|
|
const { flat, active, onInput, onKeyDown, refetch } = useFilteredList<string>({
|