Commit Graph
124157 Commits
Author SHA1 Message Date
Tyler James LeonhardtandGitHub e6a59ec582 Couple LanguageModel auth fixes (#205233)
1. use the accountLabel
2. always have our detail, and then add on a justification if provided
2024-02-14 19:46:04 +01:00
Johannes RiekenandGitHub 0353033a81 api - refine agent property of turn instances (#205231)
https://github.com/microsoft/vscode/issues/199908
2024-02-14 19:43:44 +01:00
meganrogge 2b7e5e52d2 rename and reorder things in terminalChatWidget 2024-02-14 12:36:27 -06:00
meganrogge bfc4df0453 add show/hide commands for editor 2024-02-14 12:24:03 -06:00
meganrogge ee47ee25bb get accept action to show up, add view in chat action 2024-02-14 12:18:38 -06:00
Peng LyuandGitHub 20859e3c00 Add api command for fetching notebook variables (#205224) 2024-02-14 19:16:07 +01:00
Aiday Marlen Kyzy 09fe883e2f Merge branch 'main' into aiday/showingPreviewInMultiDiffEditor 2024-02-14 17:56:06 +01:00
meganrogge 6a6160a474 Merge branch 'main' into merogge/chatWidget3 2024-02-14 10:54:39 -06:00
Aiday Marlen Kyzy d88ae06ced IRange used 2024-02-14 17:50:33 +01:00
Aiday Marlen Kyzy 29da25c86f polishing the code 2024-02-14 17:37:50 +01:00
Aiday Marlen Kyzy abaae7f726 adding code 2024-02-14 17:23:13 +01:00
Johannes RiekenandGitHub b3b6068187 jsdoc and todo-update (#205201)
https://github.com/microsoft/vscode/issues/199908
2024-02-14 17:07:31 +01:00
Aiday Marlen Kyzy 4d349caa60 changes from review 2024-02-14 16:53:15 +01:00
Sandeep SomavarapuandGitHub ca86859b09 align contents to top (#205211) 2024-02-14 16:19:00 +01:00
Hylke BonsandHylke Bons 61458114b4 a11y: Use underlined links in HC themes 2024-02-14 15:05:27 +01:00
Aiday Marlen Kyzy 500401c8ac polishing the code 2024-02-14 14:53:50 +01:00
Johannes RiekenandGitHub 20501b7a4e Chat API updates (#205184)
* api - remove unused types, add jsdoc, make request handler setable (for consistency), more readonly usage

https://github.com/microsoft/vscode/issues/199908

* remove ChatMessage and Role

* fix a ton of compile errors...

* jsdoc
2024-02-14 12:19:03 +01:00
Ladislau SzomoruandGitHub 40c4d29a9d SCM - 💄 adopt Event.runAndSubscribe (#205194) 2024-02-14 12:18:35 +01:00
Aiday Marlen Kyzy cb5ae54253 adding review changes 2024-02-14 12:13:27 +01:00
Henning DieterichsandHenning Dieterichs 16730821dd observable promise utilities 2024-02-14 11:52:57 +01:00
Johannes RiekenandGitHub 22ecb93990 remove unused event, dispose new event (#205190) 2024-02-14 11:51:59 +01:00
Peng LyuandGitHub 4f2ff19eca Merge pull request #205164 from microsoft/rebornix/healthy-buzzard
Ensure escape discard/accept changes properly.
2024-02-13 18:28:27 -08:00
rebornix 76aa3171d1 easier validation for input document position 2024-02-13 17:52:05 -08:00
rebornix 3e097d925e Allow empty selections -> index. 2024-02-13 16:19:23 -08:00
Connor PeetandGitHub 7f359bb293 debug: allow editing visualizers in debug tree (#205163)
* debug: allow editing visualizers in debug tree

* fix visibility lint
2024-02-13 16:18:29 -08:00
Tyler James LeonhardtandGitHub 702a1ffd58 Access tweaks for requestLanguageModelAccess (#205156)
1. remove the requirement that it has to be done during agent invocation
2. don't ask for auth when the model provider and the model requester are the same extension
3. since we don't have "language model activation events" start with a simple 3*2s timeout poll to wait for the language model registration to happen. (scenario: an extension activates before the extension that registers the model activates)
2024-02-13 16:15:48 -08:00
Ulugbek Abdullaev 8bec045945 rename suggestions: migrate to using list widget 2024-02-14 00:48:29 +01:00
rebornix 9209da7104 Ensure escape discard/accept changes properly. 2024-02-13 15:41:15 -08:00
Daniel Imms 802e74686a Simplify localize id 2024-02-13 14:58:43 -08:00
Daniel Imms 3119ae83f7 Move accept to status menu 2024-02-13 14:57:38 -08:00
Daniel Imms 3c306e9b87 Fix feedback icons 2024-02-13 14:52:43 -08:00
Daniel Imms 8112339b21 Improve progress feedback 2024-02-13 14:49:37 -08:00
Daniel Imms 16f1f4bfc1 Add shell language id fallback 2024-02-13 14:29:44 -08:00
Hylke BonsandHylke Bons 07446f6211 chat: Use alternating request/response color 2024-02-13 23:21:39 +01:00
meganrogge fa111adf63 add language support 2024-02-13 16:08:25 -06:00
meganrogge 84fb0821a9 extract code content, language 2024-02-13 15:56:53 -06:00
Aaron MungerandGitHub 43088f2747 variable view initialization (#205149)
* intitialization fixes

* use more appropriate event
2024-02-13 22:09:35 +01:00
Daniel Imms cd261754e8 Simplify response editor presentation 2024-02-13 13:07:01 -08:00
meganrogge 1d262b3146 update variables after rob's change 2024-02-13 15:05:59 -06:00
Ladislau SzomoruandGitHub 9576c1a7c5 Git - Add button/setting to always replace local tags in case of a conflict during the pull operation (#205148) 2024-02-13 22:04:29 +01:00
meganrogge 1fa2679dce Merge branch 'main' into merogge/chatWidget3 2024-02-13 15:03:29 -06:00
Andrea MahandGitHub 71bd033d63 Quick Search leaves preview editors open (#205141)
Fixes #203236
2024-02-13 13:02:37 -08:00
meganrogge 83f8ee26b6 rm unused 2024-02-13 14:53:59 -06:00
Henning DieterichsandHenning Dieterichs 5ef40d1286 Improves observable debug names 2024-02-13 21:50:59 +01:00
meganrogge bf1bb65625 clear on hide 2024-02-13 14:50:05 -06:00
Henning DieterichsandHenning Dieterichs f205511a41 Improves observable test docs 2024-02-13 21:47:36 +01:00
Rob LourensandGitHub 30faa5af8a API notes (#205144) 2024-02-13 21:41:32 +01:00
Rob LourensandGitHub f174624716 Add tooltip to disabled command button (#205140) 2024-02-13 21:20:00 +01:00
Daniel Imms 3960db9ce3 Add voice placeholder 2024-02-13 12:19:21 -08:00
Daniel Imms b93cd296b0 Working terminal voice chat 2024-02-13 12:19:20 -08:00