From a0674909869d0a82edc48ffcd614b89bf5f3f8b9 Mon Sep 17 00:00:00 2001 From: elkaix Date: Thu, 13 Aug 2026 23:13:59 -0400 Subject: [PATCH 1/3] chore: move the VS Code extension to the pymodel publisher --- apps/site/src/App.vue | 6 +++--- apps/vscode/README.md | 2 +- apps/vscode/package.json | 4 ++-- apps/vscode/scripts/release-extension.mjs | 2 +- apps/vscode/test/extension-host/index.cjs | 2 +- apps/vscode/test/ovsx-namespace.test.ts | 10 +++++----- apps/vscode/test/publish-retry.test.ts | 8 ++++---- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/apps/site/src/App.vue b/apps/site/src/App.vue index d223c379..804a3aca 100644 --- a/apps/site/src/App.vue +++ b/apps/site/src/App.vue @@ -57,7 +57,7 @@ const terminalDemos = [ }, ]; -const vscodeInstallCommand = 'code --install-extension pythoughts.pythinker-code'; +const vscodeInstallCommand = 'code --install-extension pymodel.pythinker-code'; const copiedCommand = ref(''); const mobileMenu = ref(null); @@ -307,12 +307,12 @@ onUnmounted(() => {
  • Thinking controls. Toggle reasoning or pick a model-supported thinking effort per task.
  • - + Get the extension
    - code --install-extension pythoughts.pythinker-code + code --install-extension pymodel.pythinker-code