diff --git a/.changeset/desktop-log-token-redaction.md b/.changeset/desktop-log-token-redaction.md index d6346d4fa..a9a0e016a 100644 --- a/.changeset/desktop-log-token-redaction.md +++ b/.changeset/desktop-log-token-redaction.md @@ -1,5 +1,5 @@ --- -"@pymodel/pythinker-code": patch +"@pymodel/pythinker-desktop": patch --- Stop the desktop app writing its server access token to the log. diff --git a/.changeset/vscode-api-key-ready.md b/.changeset/vscode-api-key-ready.md new file mode 100644 index 000000000..b564e28c3 --- /dev/null +++ b/.changeset/vscode-api-key-ready.md @@ -0,0 +1,5 @@ +--- +"pythinker": patch +--- + +Fix the VS Code extension asking you to sign in when a provider is already configured with an API key. diff --git a/.changeset/vscode-model-setup-signin.md b/.changeset/vscode-model-setup-signin.md new file mode 100644 index 000000000..278a46f54 --- /dev/null +++ b/.changeset/vscode-model-setup-signin.md @@ -0,0 +1,5 @@ +--- +"pythinker": patch +--- + +Keep a way back to the sign-in screen when the VS Code extension reports that no model is configured.