my-pi 0.1.4 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # my-pi
2
2
 
3
+ [![built with vite+](https://img.shields.io/badge/built%20with-Vite+-646CFF?logo=vite&logoColor=white)](https://viteplus.dev)
4
+ [![tested with vitest](https://img.shields.io/badge/tested%20with-Vitest-6E9F18?logo=vitest&logoColor=white)](https://vitest.dev)
5
+
3
6
  Composable [pi](https://pi.dev) coding agent for humans and agents.
4
7
 
5
8
  Built on the
@@ -450,8 +453,10 @@ CLI layering is supported too:
450
453
  - `--system-prompt "You are terse and technical."`
451
454
  - `--append-system-prompt "Prefer one short paragraph."`
452
455
 
453
- Interactive `/preset` selections are also restored on later sessions
454
- for the same project via `~/.pi/agent/prompt-preset-state.json`.
456
+ Interactive sessions default to `terse` unless a project has a saved
457
+ selection. `/preset` selections are restored on later sessions for the
458
+ same project via `~/.pi/agent/prompt-preset-state.json`;
459
+ `/preset clear` persists no active preset for that project.
455
460
 
456
461
  This repo also includes an example `.pi/presets.json` with sample base
457
462
  presets and layers.