Commit Graph

11 Commits

Author SHA1 Message Date
root
a8daa1d8ff merge: sync upstream pi-mono main into sproutclaw
Some checks failed
CI / build-check-test (push) Has been cancelled
Merge upstream/main (195 commits) while keeping sproutclaw-specific
README, webui workflow docs, and restored upstream .pi prompt templates.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-22 20:05:31 +08:00
Mario Zechner
aa4adac766 chore: run pi-test through tsx 2026-05-20 15:55:31 +02:00
Mario Zechner
04e93af5c4 chore: run pi test script with node 2026-05-20 02:26:10 +02:00
root
5f7a53ed21 chore: sync sproutclaw to gitea
Some checks failed
CI / build-check-test (push) Has been cancelled
- Remove unused .pi extensions and prompts
- Update generated model files
- Add context.md
- Update pi-test.sh and package-lock.json
2026-05-13 12:28:18 +08:00
root
c5295773a1 feat: add sproutclaw webui 2026-05-10 14:47:51 +08:00
Julien Chaumond
46885536dd chore: unset HF_TOKEN in pi-test.sh --no-env (#4161)
Co-authored-by: julien-agent <Agents+cyolo@huggingface.co>
2026-05-04 15:23:08 +02:00
Mario Zechner
56e27fef1d chore: make pi-test.sh runnable from any directory 2026-03-26 15:43:42 +01:00
Mario Zechner
9c0c09e1c5 fix: handle empty args array in pi-test.sh 2026-01-25 23:47:35 +01:00
Mario Zechner
579a77493a feat: add --no-env flag to pi-test.sh to clear API keys 2026-01-25 23:45:28 +01:00
Michael Renner
3dd95094f5 fix: allow pi-test.sh to run from any directory (#905) 2026-01-22 18:24:05 +01:00
Mario Zechner
d2f3b42deb fix: OAuth token refresh failure returns undefined instead of throwing
When OAuth refresh fails during model discovery, getApiKey() now returns
undefined instead of throwing. This allows the app to start and fall back
to other providers, so the user can /login to re-authenticate.

fixes #498
2026-01-06 20:57:42 +01:00