release: bump to 0.2.15

This commit is contained in:
Advait Paliwal
2026-03-27 13:58:55 -07:00
parent 2dea96f25f
commit cba7532d59
5 changed files with 21 additions and 8 deletions

View File

@@ -62,13 +62,13 @@ These installers download only the `skills/` tree from the Feynman repository. T
The one-line installer already targets the latest tagged release. To pin an exact version, pass it explicitly:
```bash
curl -fsSL https://feynman.is/install | bash -s -- 0.2.14
curl -fsSL https://feynman.is/install | bash -s -- 0.2.15
```
On Windows:
```powershell
& ([scriptblock]::Create((irm https://feynman.is/install.ps1))) -Version 0.2.14
& ([scriptblock]::Create((irm https://feynman.is/install.ps1))) -Version 0.2.15
```
## pnpm
@@ -129,6 +129,6 @@ For contributing or running Feynman from source:
git clone https://github.com/getcompanion-ai/feynman.git
cd feynman
nvm use || nvm install
pnpm install
pnpm start
npm install
npm start
```