Skip to content
This repository was archived by the owner on Aug 8, 2026. It is now read-only.

Tags: aliou/pi-apps

Tags

6314f21

Toggle 6314f21's commit message
fix(relay): externalize pino to fix thread-stream worker path in ESM …

…bundle

385acf3

Toggle 385acf3's commit message
docs: document CI QEMU issue on ARM runners

9e0d539

Toggle 9e0d539's commit message
fix(dashboard): prevent index.html caching for fresh deployments

70276e1

Toggle 70276e1's commit message
chore(relay): bump @earendil-works/gondolin to 0.5.0

103a473

Toggle 103a473's commit message
fix(relay): improve models introspection reliability

- Add logging at each step of sandbox creation and RPC flow
- Wait for pi output before sending command (instead of fixed 2s delay)
- Handle channel close events to detect pi crashes
- Add proper cleanup to prevent promise leaks

44b8512

Toggle 44b8512's commit message
fix(relay): resolve TypeScript undefined exec check

7fbe795

Toggle 7fbe795's commit message
feat(gondolin): add common dev tools to sandbox image

Add github-cli, jq, ripgrep, fd, make, sqlite, unzip, zip, wget
to rootfsPackages for a better agent experience.

7f8173b

Toggle 7f8173b's commit message
debug(relay): add pi executable test before attach

fd275ad

Toggle fd275ad's commit message
feat(gondolin): add github-cli to sandbox image

f8924f0

Toggle f8924f0's commit message
fix(relay): use vitest assert for optional exec results