@firstpick/pi-package-webui 0.5.0 → 0.5.1

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.
Files changed (2) hide show
  1. package/README.md +17 -17
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Local browser UI for [Pi coding agent](https://www.npmjs.com/package/@earendil-works/pi-coding-agent).
4
4
 
5
- ![Pi Web UI workspace dashboard showing the active project, model, session state, and quick actions](https://unpkg.com/@firstpick/pi-package-webui/images/Webui_Workspace_v0.4.8.png)
5
+ ![Pi Web UI workspace dashboard showing the active project, model, session state, and quick actions](https://raw.githubusercontent.com/Firstp1ck/npm-packages/main/pi-package-webui/images/Webui_Workspace_v0.4.8.png)
6
6
 
7
7
  Pi Web UI gives you a local browser companion for Pi: multi-tab chat, streaming output, model controls, uploads, slash-command helpers, workspace navigation, and optional extension widgets.
8
8
 
@@ -150,112 +150,112 @@ These screenshots show the v0.4.8 Web UI surfaces. Unless noted otherwise, actio
150
150
 
151
151
  ### Workspace dashboard
152
152
 
153
- ![Pi Web UI workspace dashboard showing the active project, model, session cards, and quick actions](https://unpkg.com/@firstpick/pi-package-webui/images/Webui_Workspace_v0.4.8.png)
153
+ ![Pi Web UI workspace dashboard showing the active project, model, session cards, and quick actions](https://raw.githubusercontent.com/Firstp1ck/npm-packages/main/pi-package-webui/images/Webui_Workspace_v0.4.8.png)
154
154
 
155
155
  - **What it is:** The project home base for an active Web UI tab, combining cwd, model, context, git, queue, session, and activity status.
156
156
  - **What you can do:** Start or resume work, verify the tab is pointed at the right project, jump into common session/workspace actions, and spot queued or active work before prompting.
157
157
 
158
158
  ### Control panel
159
159
 
160
- ![Pi Web UI side control panel with model, session, workspace, theme, update, optional feature, and usage controls](https://unpkg.com/@firstpick/pi-package-webui/images/Webui_ControlPanel_v0.4.8.png)
160
+ ![Pi Web UI side control panel with model, session, workspace, theme, update, optional feature, and usage controls](https://raw.githubusercontent.com/Firstp1ck/npm-packages/main/pi-package-webui/images/Webui_ControlPanel_v0.4.8.png)
161
161
 
162
162
  - **What it is:** The side rail for Web UI state and settings, including model, thinking effort, session/workspace controls, theme, optional companions, Remote WebUI, updates, notifications, and usage widgets.
163
163
  - **What you can do:** Change model or effort, compact/manage sessions, toggle notifications, check or install optional packages, run confirmed updates/restarts, and manage remote/PIN controls when the remote companion is loaded.
164
164
 
165
165
  ### Working-directory picker
166
166
 
167
- ![Pi Web UI working-directory picker with recent paths, saved directories, and create-directory action](https://unpkg.com/@firstpick/pi-package-webui/images/Webui_CWDpicker_v0.4.8.png)
167
+ ![Pi Web UI working-directory picker with recent paths, saved directories, and create-directory action](https://raw.githubusercontent.com/Firstp1ck/npm-packages/main/pi-package-webui/images/Webui_CWDpicker_v0.4.8.png)
168
168
 
169
169
  - **What it is:** A browser-native cwd chooser used at first launch and for per-tab working-directory changes.
170
170
  - **What you can do:** Search and browse project paths, choose recent or saved directories, create a new directory, and start or move a Pi tab into the selected workspace.
171
171
 
172
172
  ### App runners
173
173
 
174
- ![Pi Web UI app runner selector showing detected project runners and custom runner creation](https://unpkg.com/@firstpick/pi-package-webui/images/Webui_AppRunner_v0.4.8.png)
174
+ ![Pi Web UI app runner selector showing detected project runners and custom runner creation](https://raw.githubusercontent.com/Firstp1ck/npm-packages/main/pi-package-webui/images/Webui_AppRunner_v0.4.8.png)
175
175
 
176
176
  - **What it is:** A project runner detector for common stacks plus browseable custom runners from `.pi-webui-runners.json`.
177
177
  - **What you can do:** Launch dev servers, tests, builds, scripts, and custom commands from the active cwd, pass arguments, watch pinned live output, and send line-oriented stdin to interactive runners.
178
178
 
179
179
  ### Queue manager
180
180
 
181
- ![Pi Web UI queue panel with prompt-list controls and queued-message status](https://unpkg.com/@firstpick/pi-package-webui/images/Webui_Queues_v0.4.8.png)
181
+ ![Pi Web UI queue panel with prompt-list controls and queued-message status](https://raw.githubusercontent.com/Firstp1ck/npm-packages/main/pi-package-webui/images/Webui_Queues_v0.4.8.png)
182
182
 
183
183
  - **What it is:** The queue surface for follow-up prompts, steering messages, user bash work, and loaded prompt lists while a tab is busy or ready.
184
184
  - **What you can do:** Create or load prompt lists, run batches when supported, see pending queued messages, and decide whether prompts sent during an active run should steer the current agent or wait as follow-ups.
185
185
 
186
186
  ### Thinking effort picker
187
187
 
188
- ![Pi Web UI thinking effort picker showing off, minimal, low, medium, high, and xhigh choices](https://unpkg.com/@firstpick/pi-package-webui/images/Webui_Effort_v0.4.8.png)
188
+ ![Pi Web UI thinking effort picker showing off, minimal, low, medium, high, and xhigh choices](https://raw.githubusercontent.com/Firstp1ck/npm-packages/main/pi-package-webui/images/Webui_Effort_v0.4.8.png)
189
189
 
190
190
  - **What it is:** A browser picker for Pi's model thinking/reasoning effort setting.
191
191
  - **What you can do:** Switch between `off`, `minimal`, `low`, `medium`, `high`, and `xhigh`, confirm the effective effort in the footer, and tune speed/cost/quality before sending a prompt.
192
192
 
193
193
  ### Scoped models
194
194
 
195
- ![Pi Web UI scoped models picker listing provider models and the current effective model](https://unpkg.com/@firstpick/pi-package-webui/images/Webui_ScopedModels_v0.4.8.png)
195
+ ![Pi Web UI scoped models picker listing provider models and the current effective model](https://raw.githubusercontent.com/Firstp1ck/npm-packages/main/pi-package-webui/images/Webui_ScopedModels_v0.4.8.png)
196
196
 
197
197
  - **What it is:** A Web UI editor for `/scoped-models`, project/global model scope rules, and model cycling order.
198
198
  - **What you can do:** Search available models, enable or disable scoped entries, inspect the effective model source, and save model choices so future prompts and tabs use the intended provider/model.
199
199
 
200
200
  ### Tools setup
201
201
 
202
- ![Pi Web UI tools setup dialog listing available tools with enable and disable controls](https://unpkg.com/@firstpick/pi-package-webui/images/Webui_ToolsSetup_v0.4.8.png)
202
+ ![Pi Web UI tools setup dialog listing available tools with enable and disable controls](https://raw.githubusercontent.com/Firstp1ck/npm-packages/main/pi-package-webui/images/Webui_ToolsSetup_v0.4.8.png)
203
203
 
204
204
  - **What it is:** A browser-native `/tools` setup dialog for active and available Pi tools.
205
205
  - **What you can do:** Search tools, inspect descriptions and availability, enable or disable tool access for the active session, and adjust capability exposure without leaving the browser.
206
206
 
207
207
  ### Skills setup
208
208
 
209
- ![Pi Web UI skills setup dialog listing installed skills and activation controls](https://unpkg.com/@firstpick/pi-package-webui/images/Webui_SkillSetup_v0.4.8.png)
209
+ ![Pi Web UI skills setup dialog listing installed skills and activation controls](https://raw.githubusercontent.com/Firstp1ck/npm-packages/main/pi-package-webui/images/Webui_SkillSetup_v0.4.8.png)
210
210
 
211
211
  - **What it is:** A browser-native `/skills` setup dialog for installed Pi skills.
212
212
  - **What you can do:** Find skills by name or description, review what each skill is for, enable or disable skills for the active session, and make skill activation more transparent before asking Pi to work.
213
213
 
214
214
  ### Optional features
215
215
 
216
- ![Pi Web UI optional features list showing companion packages and install or update states](https://unpkg.com/@firstpick/pi-package-webui/images/Webui_OptionalFeatures_v0.4.8.png)
216
+ ![Pi Web UI optional features list showing companion packages and install or update states](https://raw.githubusercontent.com/Firstp1ck/npm-packages/main/pi-package-webui/images/Webui_OptionalFeatures_v0.4.8.png)
217
217
 
218
218
  - **What it is:** A companion-package manager for Web UI-aware extensions, prompts, themes, and optional dashboards.
219
219
  - **What you can do:** See whether each companion is enabled, disabled, installed-but-not-loaded, missing, or updateable; install/update known packages from localhost; and reload affected tabs when a feature becomes available.
220
220
 
221
221
  ### `/btw` side questions
222
222
 
223
- ![Pi Web UI BTW widget showing a side-question input and live side-thread output](https://unpkg.com/@firstpick/pi-package-webui/images/Webui_BTW_v0.4.8.png)
223
+ ![Pi Web UI BTW widget showing a side-question input and live side-thread output](https://raw.githubusercontent.com/Firstp1ck/npm-packages/main/pi-package-webui/images/Webui_BTW_v0.4.8.png)
224
224
 
225
225
  - **What it is:** A Web UI widget for the optional `/btw` side-question extension, keeping quick questions separate from the main agent flow.
226
226
  - **What you can do:** Ask short side questions without derailing the main chat, inspect live output, steer or stop the side thread, and transfer useful context back into the main prompt when needed.
227
227
 
228
228
  ### Guided Git workflow
229
229
 
230
- ![Pi Web UI guided Git workflow showing staged changes, generated commit messages, and PR controls](https://unpkg.com/@firstpick/pi-package-webui/images/Webui_GitWorkflow_v0.4.8.png)
230
+ ![Pi Web UI guided Git workflow showing staged changes, generated commit messages, and PR controls](https://raw.githubusercontent.com/Firstp1ck/npm-packages/main/pi-package-webui/images/Webui_GitWorkflow_v0.4.8.png)
231
231
 
232
232
  - **What it is:** A guided browser workflow for staging changes, generating commit messages, committing, pushing, and optionally creating a pull request.
233
233
  - **What you can do:** Run the stage/message/commit/push steps, choose generated short or long commit messages, type a manual message, create or confirm PR branch names, review generated PR text, and push only after confirmation.
234
234
 
235
235
  ### Git branch picker
236
236
 
237
- ![Pi Web UI git branch picker showing the current branch and create-branch action](https://unpkg.com/@firstpick/pi-package-webui/images/Webui_GitBranches_v0.4.8.png)
237
+ ![Pi Web UI git branch picker showing the current branch and create-branch action](https://raw.githubusercontent.com/Firstp1ck/npm-packages/main/pi-package-webui/images/Webui_GitBranches_v0.4.8.png)
238
238
 
239
239
  - **What it is:** A footer branch picker backed by the active tab's current Git repository.
240
240
  - **What you can do:** View the current branch/repo, switch local branches, create and switch to a new branch, and get warnings when a branch change could affect active agent work.
241
241
 
242
242
  ### Git diff viewer
243
243
 
244
- ![Pi Web UI Git Changes dialog showing repository status, file list, and side-by-side diff rows](https://unpkg.com/@firstpick/pi-package-webui/images/Webui_GitDiff_v0.4.8.png)
244
+ ![Pi Web UI Git Changes dialog showing repository status, file list, and side-by-side diff rows](https://raw.githubusercontent.com/Firstp1ck/npm-packages/main/pi-package-webui/images/Webui_GitDiff_v0.4.8.png)
245
245
 
246
246
  - **What it is:** A browser diff dialog for current Git changes in the active workspace.
247
247
  - **What you can do:** Review staged, unstaged, untracked, and incoming changes; jump between files; see additions/deletions with line numbers; and inspect text previews before asking Pi to edit, commit, or create a PR.
248
248
 
249
249
  ### Codex usage
250
250
 
251
- ![Pi Web UI Codex usage widget showing subscription usage windows and reset timers](https://unpkg.com/@firstpick/pi-package-webui/images/Webui_CodexUsage_v0.4.8.png)
251
+ ![Pi Web UI Codex usage widget showing subscription usage windows and reset timers](https://raw.githubusercontent.com/Firstp1ck/npm-packages/main/pi-package-webui/images/Webui_CodexUsage_v0.4.8.png)
252
252
 
253
253
  - **What it is:** A side-panel usage widget for Codex-family subscription-backed models.
254
254
  - **What you can do:** Refresh usage, monitor short-window and weekly limits, see reset timing, and decide whether to switch models or delay large prompts.
255
255
 
256
256
  ### Pi stats dashboard
257
257
 
258
- ![Pi Web UI stats dashboard showing token, cost, cache, model, and daily usage analytics](https://unpkg.com/@firstpick/pi-package-webui/images/Webui_Pistats_v0.4.8.png)
258
+ ![Pi Web UI stats dashboard showing token, cost, cache, model, and daily usage analytics](https://raw.githubusercontent.com/Firstp1ck/npm-packages/main/pi-package-webui/images/Webui_Pistats_v0.4.8.png)
259
259
 
260
260
  - **What it is:** The browser overlay from the optional stats companion, summarizing token, cost, cache, prompt/context, model, session, and command usage.
261
261
  - **What you can do:** Filter by time range, refresh analytics, review daily/model/session breakdowns, inspect cost and cache behavior, and calibrate prompt estimates for more accurate local usage visibility.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firstpick/pi-package-webui",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Pi Web UI companion package with a local browser UI CLI plus /webui-start and /webui-status commands.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/Firstp1ck/npm-packages/tree/main/pi-package-webui#readme",