Skip to content
Merged
Show file tree
Hide file tree
Changes from 39 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
e07315a
remove lsp installer
jmcphers Dec 2, 2025
53875fa
remove sdk from dependencies; remove completion provider
jmcphers Dec 2, 2025
eca79d2
Merge remote-tracking branch 'origin/main' into feature/copilot-sdk-b…
jmcphers Dec 3, 2025
f3f6268
Merge remote-tracking branch 'origin/main' into feature/copilot-sdk-b…
jmcphers Dec 5, 2025
9dca2c9
trust positron assistant
jmcphers Dec 8, 2025
6d8e114
remove more copilot bits; lean on native auth provider for signin
jmcphers Dec 8, 2025
f924ce0
add stub copilot "language model" to track sign in state
jmcphers Dec 9, 2025
3a32782
remove auth proxy; mark signed in
jmcphers Dec 9, 2025
772854d
progress towards showing sign-in state in positron's ui
jmcphers Dec 11, 2025
247a766
Merge remote-tracking branch 'origin/main' into feature/copilot-sdk-b…
jmcphers Dec 11, 2025
e82ac23
revert client id
jmcphers Dec 12, 2025
cfe26ad
enable unification by default
jmcphers Dec 12, 2025
5d849ae
implicitly trust assistant
jmcphers Dec 12, 2025
f1751a4
disable sign out if auto signed in
jmcphers Dec 12, 2025
01f06fc
less barfy NYI responses for copilot stub
jmcphers Dec 12, 2025
47e12f7
always allow connection to be resolved
jmcphers Dec 13, 2025
65fb876
Merge remote-tracking branch 'origin/main' into feature/copilot-sdk-b…
jmcphers Dec 13, 2025
e0ad9b2
more progress towards detection of sign-in state
jmcphers Dec 13, 2025
745c4f4
Merge remote-tracking branch 'origin/main' into feature/copilot-sdk-b…
jmcphers Dec 15, 2025
ff20da8
clean up languageclient usage
jmcphers Dec 15, 2025
46bc426
don't disable via unification if chat/completion are the same
jmcphers Dec 15, 2025
3e3efb1
don't save autoconfigured providers
jmcphers Dec 15, 2025
7be52b4
move autoconfigure method to model class
jmcphers Dec 15, 2025
b59a6a0
add autoconfigured models to in memory state
jmcphers Dec 15, 2025
a4a3909
request reload after signing in
jmcphers Dec 15, 2025
491dcb9
render modal beneath vscode dialogs for code prompt
jmcphers Dec 15, 2025
12aa0c7
bump submodule
jmcphers Dec 16, 2025
322c976
pass trusted extension auth info to web client
jmcphers Dec 16, 2025
b704feb
call our provider 'copilot-auth' for differentiation
jmcphers Dec 16, 2025
c432b3c
we can use chat if positron assistant is enabled
jmcphers Dec 16, 2025
939a95d
allow some copilot settings
jmcphers Dec 16, 2025
ab51bfe
update NES filter for Copilot
jmcphers Dec 17, 2025
50dd41a
Merge remote-tracking branch 'origin/main' into feature/copilot-sdk-b…
jmcphers Dec 17, 2025
aff9b2d
Merge remote-tracking branch 'origin/main' into feature/copilot-sdk-b…
jmcphers Dec 17, 2025
89e4566
update import
isabelizimm Dec 17, 2025
bb6e4d3
Merge remote-tracking branch 'origin/build-fix-import-trace' into fea…
jmcphers Dec 17, 2025
4fddfa5
filter internal auth providers
jmcphers Dec 18, 2025
71b00ab
refresh autoconfigure status when showing dialog
jmcphers Dec 18, 2025
94aed11
Merge remote-tracking branch 'origin/main' into feature/copilot-sdk-b…
jmcphers Jan 5, 2026
1e3c131
save anthropic key if supplied
jmcphers Jan 5, 2026
00499d7
Merge remote-tracking branch 'origin/main' into feature/copilot-sdk-b…
jmcphers Jan 5, 2026
f556eb2
update copilot button locator
jmcphers Jan 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions extensions/github-authentication/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,5 @@ export interface IConfig {
// not really a secret... so we allow the client secret in code. It is brought in before we publish VS Code. Reference:
// https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/best-practices-for-creating-an-oauth-app#client-secrets
export const Config: IConfig = {
// --- Start Positron ---
// Replace the "GitHub for VS Code" client ID with Positron's client ID
// gitHubClientId: '01ab8ac9400c4e429b23'
gitHubClientId: 'Ov23lilj1d6nFMvW4QfI'
// --- End Positron ---
gitHubClientId: '01ab8ac9400c4e429b23'
};
149 changes: 2 additions & 147 deletions extensions/positron-assistant/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions extensions/positron-assistant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -934,9 +934,7 @@
"scripts": {
"compile": "gulp compile-extension:positron-assistant",
"vscode:prepublish": "npm run compile",
"pretest": "npm run compile",
"install-copilot-language-server": "ts-node scripts/install-copilot-language-server.ts",
"postinstall": "ts-node scripts/post-install.ts"
"pretest": "npm run compile"
},
"devDependencies": {
"@ai-sdk/amazon-bedrock": "2.2.12",
Expand Down Expand Up @@ -966,9 +964,7 @@
},
"dependencies": {
"@anthropic-ai/sdk": "^0.57.0",
"@github/copilot-language-server": "^1.367.0",
"@vscode/prompt-tsx": "^0.4.0-alpha.5",
"vscode-languageclient": "^9.0.1",
"yaml": "^2.8.1"
},
"extensionDependencies": [
Expand Down

This file was deleted.

11 changes: 0 additions & 11 deletions extensions/positron-assistant/scripts/post-install.ts

This file was deleted.

Loading
Loading