Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy of Prompt Doesn't Work and Lookup context improvement suggestion #945

Open
dvansoye opened this issue Dec 29, 2024 · 2 comments
Open
Labels
bug Something isn't working enhancement New feature or request

Comments

@dvansoye
Copy link

Hi,
I think I found a bug.

If I click on the copy icon for the prompt (that I enter), nothing gets put on the clipboard (See #1).

Here's what I found in the Console:

plugin:smart-connections:17913 Failed to copy message: TypeError: Error processing argument at index 0, conversion failure from
at Clipboard. (app.js:1:2982923)
at app.js:1:237228
at Object.next (app.js:1:237333)
at app.js:1:236249
at new Promise ()
at g (app.js:1:235994)
at r.writeText (app.js:1:2982829)
at HTMLSpanElement.eval (plugin:smart-connections:17910:27)

If I click on the copy icon of the response (that SC responds with), it does work. (See #2).

Also, is there a way to see what is being submitted to the model? It would be great to be able to click on the links (See #3). Maybe there's a workaround until then? Being able to click on the links is important if you are looking for a specific reference in a book or research paper. I can't create a footnote if I don't know the specific reference. I assume that others would find this useful.

Screenshot 2024-12-29 125004

@brianpetro
Copy link
Owner

Hi @dvansoye and thanks for letting me know about the copy bug.

Regarding clicking into the lookup context, this was discussed at the last Community Lean Coffee meeting and improving the UI/UX of that component is on the roadmap 🌴

@brianpetro brianpetro added bug Something isn't working enhancement New feature or request labels Dec 29, 2024
@brianpetro brianpetro changed the title Copy of Prompt Doesn't Work Copy of Prompt Doesn't Work and Lookup context improvement suggestion Dec 29, 2024
@brianpetro
Copy link
Owner

brianpetro commented Dec 29, 2024

The copy bug still needs to be fixed, but I just shipped the expanding context items UI in the early-release (v.2.4.14). Screenshot below (click item to expand, similar to the connections view)

image

🌴

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants