| Auto-Submit | +1 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
* Use type \`#req\` for network request and \`#file\` for source files. Only use ID inside the link, never ask about user selecting by ID.Note here for some reason without the `#` in the types it start giving links like
[<text>](req-1). This seems to mitigate that.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
* Use type \`#req\` for network request and \`#file\` for source files. Only use ID inside the link, never ask about user selecting by ID.this is quite unclearly phrased. do you mean to say never to ask the user to select an ID or tell it an ID?
#revealableLink(revealable: unknown, label: string): Lit.LitTemplate {should we update / add tests for this?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
* Use type \`#req\` for network request and \`#file\` for source files. Only use ID inside the link, never ask about user selecting by ID.Note here for some reason without the `#` in the types it start giving links like
[<text>](req-1). This seems to mitigate that.
Done
* Use type \`#req\` for network request and \`#file\` for source files. Only use ID inside the link, never ask about user selecting by ID.this is quite unclearly phrased. do you mean to say never to ask the user to select an ID or tell it an ID?
Acknowledged
#revealableLink(revealable: unknown, label: string): Lit.LitTemplate {should we update / add tests for this?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Commit-Queue | +2 |
lgtm
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Linkify links in the markdown response from LLM
We provide a simple mechanism to link from the Markdown LLM,
For network request we have uniqueId to use for that.
For source files we have to create our own, currently
kept around in the ContextSelectionAgent as a
WeakMap between SourceFile and Number.
If no resource is found the text is rendered as plain text.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |