remove chalk-logger example (breaks TUI by using console.log directly)

The with-deps example demonstrates npm dependency resolution properly.
This commit is contained in:
Mario Zechner 2026-01-23 21:04:15 +01:00
parent e8fadb7333
commit c5c515f560
3 changed files with 3 additions and 30 deletions

View file

@ -92,8 +92,7 @@ cp permission-gate.ts ~/.pi/agent/extensions/
| Extension | Description |
|-----------|-------------|
| `chalk-logger.ts` | Uses chalk from parent node_modules (demonstrates jiti module resolution) |
| `with-deps/` | Extension with its own package.json and dependencies |
| `with-deps/` | Extension with its own package.json and dependencies (demonstrates jiti module resolution) |
| `file-trigger.ts` | Watches a trigger file and injects contents into conversation |
## Writing Extensions