Four feature commits landed after the last doc sweep (cf3b021) without reaching the README, and cc5f691 documented only half of what it shipped.
Added
Browser View — the browser_view/ subsystem, the Browser tab, pop-out, Open page…, Playwright detection and install.
Corporate CA Certificates — the .crt rename rule, why the system store is not enough, why the env vars are set from Rust, and what triple-c.ca-fingerprint covers.
Base-Image Migration — staleness as a surfaced signal, what crosses and what does not (/etc, /var), and the crash-safety story.
Model Gateway — the LiteLLM sibling container, and why its bind address is detected rather than 0.0.0.0.
Fixed
AWS mounts read-only at /tmp/.host-aws and is copied in by the entrypoint (entrypoint.sh:252) — the table claimed /home/claude/.aws.
Project Home has six tabs, not five.
The Automation tab creates and edits tasks, not just runs them.
Ctrl+Shift+←/→ moves the active tab, and tabs can be dragged.
Mounts table gained /tmp/.host-ca; libnss3-tools added to the image's tool list; the settings row now names Certificates and Gateway.
Key Files was missing about ten modules.
Structure
The file was 414 lines of internals with no way in and no map. Sections are now grouped under Containers, Models and Authentication, Bridges to the Host and Inside a Project, with a contents list and a table pointing at the other docs. Every previous section survives, in the same words wherever the facts had not changed — checked heading-by-heading and row-by-row; the only removed Key Files row is the /home/claude/.aws correction.
The three root screenshots are deliberately not embedded: all predate the UI rewrite, and the newest still shows the removed MCP sidebar tab. HOW-TO-USE.md was already current — the README was the only doc that had fallen behind.
Four feature commits landed after the last doc sweep (`cf3b021`) without reaching the README, and `cc5f691` documented only half of what it shipped.
### Added
- **Browser View** — the `browser_view/` subsystem, the Browser tab, pop-out, Open page…, Playwright detection and install.
- **Corporate CA Certificates** — the `.crt` rename rule, why the system store is not enough, why the env vars are set from Rust, and what `triple-c.ca-fingerprint` covers.
- **Base-Image Migration** — staleness as a surfaced signal, what crosses and what does not (`/etc`, `/var`), and the crash-safety story.
- **Model Gateway** — the LiteLLM sibling container, and why its bind address is detected rather than `0.0.0.0`.
### Fixed
- AWS mounts read-only at `/tmp/.host-aws` and is copied in by the entrypoint (`entrypoint.sh:252`) — the table claimed `/home/claude/.aws`.
- Project Home has six tabs, not five.
- The Automation tab creates and edits tasks, not just runs them.
- `Ctrl+Shift+←/→` moves the active tab, and tabs can be dragged.
- Mounts table gained `/tmp/.host-ca`; `libnss3-tools` added to the image's tool list; the settings row now names Certificates and Gateway.
- Key Files was missing about ten modules.
### Structure
The file was 414 lines of internals with no way in and no map. Sections are now grouped under **Containers**, **Models and Authentication**, **Bridges to the Host** and **Inside a Project**, with a contents list and a table pointing at the other docs. Every previous section survives, in the same words wherever the facts had not changed — checked heading-by-heading and row-by-row; the only removed Key Files row is the `/home/claude/.aws` correction.
The three root screenshots are deliberately not embedded: all predate the UI rewrite, and the newest still shows the removed MCP sidebar tab. `HOW-TO-USE.md` was already current — the README was the only doc that had fallen behind.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Four feature commits landed after the last doc sweep without reaching the
README, and cc5f691 documented only half of what it shipped. Adds the
sections for browser view, corporate CA certificates, base-image
migration and the LiteLLM model gateway, and refreshes the Key Files
table, which was missing about ten modules.
Fixes what had gone stale: the AWS directory mounts read-only at
/tmp/.host-aws and is copied in by the entrypoint, not mounted at
~/.aws; Project Home has six tabs, not five; the Automation tab creates
tasks as well as running them; Ctrl+Shift+left/right moves the active
tab, and tabs can be dragged.
Structurally, the sections are now grouped under Containers, Models and
Authentication, Bridges to the Host, and Inside a Project, with a
contents list and a table pointing at the other docs. Every section from
before survives, in the same words where nothing changed — the file was
414 lines of internals with no way in and no map of where anything was.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
jknapp
merged commit a72406f0d8 into main2026-08-11 22:34:15 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Four feature commits landed after the last doc sweep (
cf3b021) without reaching the README, andcc5f691documented only half of what it shipped.Added
browser_view/subsystem, the Browser tab, pop-out, Open page…, Playwright detection and install..crtrename rule, why the system store is not enough, why the env vars are set from Rust, and whattriple-c.ca-fingerprintcovers./etc,/var), and the crash-safety story.0.0.0.0.Fixed
/tmp/.host-awsand is copied in by the entrypoint (entrypoint.sh:252) — the table claimed/home/claude/.aws.Ctrl+Shift+←/→moves the active tab, and tabs can be dragged./tmp/.host-ca;libnss3-toolsadded to the image's tool list; the settings row now names Certificates and Gateway.Structure
The file was 414 lines of internals with no way in and no map. Sections are now grouped under Containers, Models and Authentication, Bridges to the Host and Inside a Project, with a contents list and a table pointing at the other docs. Every previous section survives, in the same words wherever the facts had not changed — checked heading-by-heading and row-by-row; the only removed Key Files row is the
/home/claude/.awscorrection.The three root screenshots are deliberately not embedded: all predate the UI rewrite, and the newest still shows the removed MCP sidebar tab.
HOW-TO-USE.mdwas already current — the README was the only doc that had fallen behind.🤖 Generated with Claude Code