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
Browse filesBrowse the repository at this point in the historyBrowse files
lpb-docs
committed
docs: describe the current state, not the change history
Sweep of all tracked docs for a new user: facts now match the de-forked
stack, the 7-step setup wizard, and the release tooling.
- README: Pi row/node/update-flow row de-forked (npm at LPB_PI_VERSION);
fork table drops the retired pi row; CI tags 4 repos; Dockerfile +
stack.env structure comments; wizard steps include MCP servers;
related-repo pi entry marked retired
- CONTRIBUTING: pi row -> upstream npm (not a stack repo)
- lpb-devstack: docs review via local http.server (mike serve serves the
stale gh-pages branch); promote repo list drops pi
- config-repo: skills tree + list gain lemonade-model-params;
vision-analysis example no longer names a specific model
- lpb-config / lpb-cli: setup wizard step list includes MCP servers
- lpb-devstack promote + install-browser: formatting fix (orphaned
use-case list gets its own heading)
- install-openspec: 5-repo stack
- manual-tagging: point-in-time design-record banner with pointers to
the current lpb-devstack/lpb-config references
- fork-improvements: MTP/FLM model ids marked as examples
- repo-workflow skill: review command aligned with docs skill
|[pi](https://github.com/earendil-works/pi)|Upstream of the coding agent core — installed from npm at `LPB_PI_VERSION`, not a stack repo since the 2026-08-31 de-fork; patches go upstream|
22
22
|[lemonade-pi-plugin](https://github.com/lpb-stack/lemonade-pi-plugin)| Qwen thinking + vision support (fork) |
23
23
|[pi-subagents](https://github.com/lpb-stack/pi-subagents)| Centralized subagent model registry (fork) |
Copy file name to clipboardExpand all lines: doc/install-browser.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,9 @@ Running `agent-browser install --with-deps` directly downloads a system Chrome a
23
23
-**Exec bit self-healing** — Python's `zipfile.extractall()` drops Unix exec bits; `install-browser` detects and restores them automatically (Chrome crashes at startup if `chrome_crashpad_handler` is not executable)
24
24
-**Container config merging** — writes `~/.agent-browser/config.json` with container-safe launch args, **merged** into any existing config (preserves user customizations)
25
25
-**Version tracking** — installs from the same version JSON API that Playwright uses, keeping Chrome in sync with agent-browser's expectations
26
+
27
+
### Use cases
28
+
26
29
- Visual testing of web apps
27
30
- Browser-based validation (login flows, form submission, UI testing)
Copy file name to clipboardExpand all lines: doc/lpb-config.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ see [lpb-devstack reference](lpb-devstack.md).
51
51
52
52
| Command | Description |
53
53
|---|---|
54
-
|`lpb-config setup`| The **same wizard** as `lpb setup` on the host: config repo, lemonade provider (auth.json), default model (settings.json), lpb-memory config. Every step is validated live (HTTP probes); failures loop with the error visible. Re-run any time to correct a bad configuration — current values are pre-filled. `--reconfigure` forces a re-run |
54
+
|`lpb-config setup`| The **same wizard** as `lpb setup` on the host: config repo, lemonade provider (auth.json), default model (settings.json), MCP servers (mcp.json), lpb-memory config. Every step is validated live (HTTP probes); failures loop with the error visible. Re-run any time to correct a bad configuration — current values are pre-filled. `--reconfigure` forces a re-run |
55
55
|`lpb-config setup --non-interactive`| Same, no prompts — `LEMONADE_BASE_URL` / `LEMONADE_API_KEY` env + defaults. First failure aborts with a precise error and writes nothing. This is the `start.sh` fallback for boots where the host wizard did not run |
56
56
|`lpb-config check`| Validate the installation (read-only checklist: config repo, settings, credentials, live server probe) — the in-container twin of `lpb doctor`|
0 commit comments