Skip to content

issues Search Results · repo:copilot-extensions/preview-sdk.js language:JavaScript

Filter by

62 results
 (65 ms)

62 results

incopilot-extensions/preview-sdk.js (press backspace or delete to remove)

Hello, I noticed a bug - After connecting the extension, when you call it like @extension name, the extension responds with a a personal Github account icon, instead of its own icon and a name. Look at ...
  • OliaKr
  • Opened 
    9 days ago
  • #125

As per the current documentation a reference can be created as such (included for easier reference) import { createReferencesEvent } from @copilot-extensions/preview-sdk ; response.write( createReferencesEvent([ ...
  • RickardHF
  • Opened 
    on Dec 20, 2024
  • #119

This SDK would be valuable, except I really need to write my GitHub Copilot Extension in python. Is there a way to do that using code from this SDK as a wrapper? Or is anyone aware of a repo with a simple ...
  • rickyloynd-microsoft
  • 3
  • Opened 
    on Dec 12, 2024
  • #117

I just build a copilot extension based on this sdk. However, I found that the copilot_thread_id field seems to have different meanings on different platforms. In VSCode, it is the same within the same ...
  • naruto3315
  • 1
  • Opened 
    on Dec 6, 2024
  • #116

I would like to send the selected code as part of the prompt, when communicating with the GitHub model. Can you please share an example?
  • manzoo79
  • 2
  • Opened 
    on Nov 26, 2024
  • #115

When the response is streamed, under some conditions the agent response is attributed to copilot instead of the extension: Image [!NOTE] This happens only on dotcom chat, VSCode always attributes the ...
  • tspascoal
  • Opened 
    on Oct 13, 2024
  • #113

Now that we support caching as of v5.0.0, we should add it to examples/prompt. I d consider this best practice so we should implement it in all but the most simple hello world examples.
documentation
pull request welcome
  • gr2m
  • Opened 
    on Sep 18, 2024
  • #103

I think that might be helpful to help convey what the SDK is doing and for the curious folks out there to learn how to do it if they want to go full bare metal
released
  • gr2m
  • 1
  • Opened 
    on Sep 17, 2024
  • #95

Comment bellow if you d like to work on one or more of these: - [x] createAckEvent - [ ] createConfirmationEvent - [x] createDoneEvent - [ ] createErrorsEvent - [ ] createReferencesEvent - ...
pull request welcome
  • gr2m
  • Opened 
    on Sep 17, 2024
  • #94

Summary Thought about this while making docs updates on #81 -- I think it would be neat to explore what it would look like to auto-generate documentation from source code. Maybe https://typedoc.org/, ...
documentation
maintenance
  • francisfuzz
  • 2
  • Opened 
    on Sep 16, 2024
  • #90
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub