From 1f242700657eef8dcabdc9fcb3f8cb27287a27a1 Mon Sep 17 00:00:00 2001 From: kloud-bot Date: Tue, 23 Jun 2026 03:19:00 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Sync=20shared=20files=20from=20`?= =?UTF-8?q?ws-meta`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/data/env.reference.yaml | 34 ++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/.vitepress/data/env.reference.yaml b/.vitepress/data/env.reference.yaml index 3e10312..0f9fd1c 100644 --- a/.vitepress/data/env.reference.yaml +++ b/.vitepress/data/env.reference.yaml @@ -791,6 +791,23 @@ envs: spec, so `@version` pins *(`prettier@3.2.5`)* and scoped packages *(`@angular/cli`)* are supported. + pip: + name: pip + properties: + additional_packages: + type: string + default: null + delimiter: " " + since: 0.3.1 + reference: /tools/python + example: httpx==0.27.0 rich + description: Additional global Python packages installed during startup. + longDescription: | + Accepts a **space-delimited** package list. Each entry is a full pip + spec, so `==` pins *(`httpx==0.27.0`)* and extras *(`rich[jupyter]`)* + are supported. For installable CLI tools prefer + `WS_UV_ADDITIONAL_TOOLS`. + secrets: properties: master_key: @@ -987,6 +1004,23 @@ envs: reference: /editor/terminal description: Hides the current user in the prompt. + uv: + name: uv + properties: + additional_tools: + type: string + default: null + delimiter: " " + since: 0.3.1 + reference: /tools/python + example: ruff poetry==1.8.0 + description: Additional global Python CLI tools installed during startup. + longDescription: | + Accepts a **space-delimited** package list. Each entry is a full uv + spec, so `==` pins *(`poetry==1.8.0`)* are supported. Installs global + CLI tools only — for importable libraries use + `WS_PIP_ADDITIONAL_PACKAGES`. + zsh: properties: additional_plugins: