-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Engineering - add GitHub action stub #252544
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* demo-able * expose in interface * tidy
* trust markdown * remove unneeded trust options
move for pause
* remove css for coding agent prompt file * but localized
… working strangely (#252747)
chat - prepare dialog experiments with alternate provider
prompt file: code complete in headers
prompt files: avoid using snippets
* Fix incomplete markdown rendering issue with trailing spaces * Fix issue with trailing dash
* Initial refactoring * More observables * Fix define-class-fields-check
) * Initial plan * Fix fetch tool to only handle HTTP/HTTPS schemes This prevents MCP resource URIs (like test://static/resource/50) from being incorrectly processed by the fetch tool. MCP resources should be handled by VS Code's filesystem providers instead. - Modified FetchWebPageTool._parseUris() to filter out non-HTTP(S) schemes - Added comprehensive tests for the new scheme filtering behavior - Non-HTTP(S) URIs will now be treated as invalid and skipped Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com> * Refactor tests to use TestWebContentExtractorService instead of testing private methods Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com> * Enhance fetch tool to serve file content via IFileService for non-HTTP schemes Co-authored-by: connor4312 <2230985+connor4312@users.noreply.github.com> * Revert tool description to original text as requested Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com> * Implement FileService-based WebContentExtractorService for web platform Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com> * Handle binary data * style * don't adopt this yet --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com> Co-authored-by: connor4312 <2230985+connor4312@users.noreply.github.com> Co-authored-by: Tyler Leonhardt <tyleonha@microsoft.com>
* Proper observables in service * Persist mode data * Mode observables for rendering * Handle observable more consistently * Rename to ChatModeKind * More "kind" renames * Add unit test for the service * Fire event less * Fix throwing from deserialize method * Revert this change * Cleanup '2' names
…252891) Update chat widget welcome view with suggested prompts for startup experiments
* add telemetry and switch setting to exp * fix names * change to onExp * clean up telemetry call * change telemetry name again
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.