summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-12-09 15:55:08 -0600
committerAdam <[email protected]>2025-12-09 15:55:08 -0600
commit62cbed57cc4958553a30b8bce1dc8c870a1b3fcf (patch)
tree1835c800b13ab5fc2341d6b83f0cfc8848149083
parentebab7e176e27bc5eee3544d9096e0e853175654a (diff)
downloadopencode-62cbed57cc4958553a30b8bce1dc8c870a1b3fcf.tar.gz
opencode-62cbed57cc4958553a30b8bce1dc8c870a1b3fcf.zip
wip(desktop): progress
-rw-r--r--packages/desktop/src/components/prompt-input.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/desktop/src/components/prompt-input.tsx b/packages/desktop/src/components/prompt-input.tsx
index dd1e00c6f..32b032ea2 100644
--- a/packages/desktop/src/components/prompt-input.tsx
+++ b/packages/desktop/src/components/prompt-input.tsx
@@ -68,7 +68,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
const handleFileSelect = (path: string | undefined) => {
if (!path) return
- 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>({