You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`--since <duration>` (e.g. `30m`, `24h`, `7d`, `1mo`; `1mo` is supported for monthly lookbacks)
132
132
-`--global` (non-interactive mode only; reads all persisted sessions under `~/.pi/agent/sessions`)
133
133
134
134
Examples:
135
135
136
136
-`/extensions history --failed --limit 50`
137
137
-`/extensions history --action package_update --since 7d`
138
-
-`/extensions history --global --package extmgr --since 24h`
138
+
-`/extensions history --global --package extmgr --since 1mo`
139
139
140
140
### Install sources
141
141
@@ -157,7 +157,7 @@ Examples:
157
157
- After saving package extension config, restart pi to fully apply changes.
158
158
-**Two install modes**:
159
159
-**Managed** (npm): Auto-updates with `pi update`, stored in pi's package cache, supports Pi package manifest/convention loading
160
-
-**Local** (standalone): Copies to `~/.pi/agent/extensions/{package}/`, so it only accepts runnable standalone layouts (manifest-declared/root entrypoints), requires `tar` on `PATH`, and rejects packages whose runtime `dependencies` are not already bundled in the tarball
160
+
-**Local** (standalone): Copies to `~/.pi/agent/extensions/{package}/`, so it only accepts runnable standalone layouts (manifest-declared/root entrypoints), requires `tar` on `PATH`, and rejects packages whose runtime `dependencies` are not already bundled with the package contents
161
161
-**Auto-update schedule is persistent**: `/extensions auto-update 1d` stays active across future Pi sessions and is restored when switching sessions.
162
162
-**Auto-update coverage is npm-only today**: extmgr checks update availability for managed npm packages; git/local installs are not included in the background update badge yet.
163
163
-**Settings/cache writes are hardened**: extmgr serializes writes and uses safe file replacement to reduce JSON corruption issues.
0 commit comments