attachments and /editor #523

Closed
opened 2026-02-16 17:27:09 -05:00 by yindo · 1 comment
Owner

Originally created by @Schniz on GitHub (Jul 6, 2025).

Originally assigned to: @adamdotdevin on GitHub.

how do we see support for attachments and /editor?
even if an editor can't define an attachment (which I think it should be able to), we need to ensure that editing a prompt with the editor won't clear the attachments.

I see the following solutions:

  1. /editor isn't supported when there are attachments (sounds like a no go)
  2. /editor will get some markdown compatible for attachments and will get parsed upon save

I think that if we use bare markdown links it can be fire as llms.txt already use markdown links.

We can use [inline-links](./inline-links.md) or we would use the short which is neat too: [1] 

[1]: packages/opencode/index.ts

but in any case, links could be a neat syntax highlightable solution for this.

Originally created by @Schniz on GitHub (Jul 6, 2025). Originally assigned to: @adamdotdevin on GitHub. how do we see support for attachments and /editor? even if an editor can't define an attachment (which I think it should be able to), we need to ensure that editing a prompt with the editor won't clear the attachments. I see the following solutions: 1. /editor isn't supported when there are attachments (sounds like a no go) 2. /editor will get some markdown compatible for attachments and will get parsed upon save I think that if we use bare markdown links it can be fire as llms.txt already use markdown links. ```markdown We can use [inline-links](./inline-links.md) or we would use the short which is neat too: [1] [1]: packages/opencode/index.ts ``` but in any case, links could be a neat syntax highlightable solution for this.
yindo closed this issue 2026-02-16 17:27:09 -05:00
Author
Owner

@rekram1-node commented on GitHub (Dec 27, 2025):

[automated] Closing due to 90+ days of inactivity. Feel free to reopen if you still need this!

@rekram1-node commented on GitHub (Dec 27, 2025): [automated] Closing due to 90+ days of inactivity. Feel free to reopen if you still need this!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#523