Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
3d50ae0
chore(deps): move the frontend to @pathscale/ui 2.11.9 and Solid 2.0.…
Aug 31, 2026
6c7cdbd
docs(theme): drop the stale daisyUI reference from the layer comment
Aug 31, 2026
d55e84c
chore(deps): take @pathscale/ui 2.11.10
Aug 31, 2026
34fce86
fix(capture): honour the capture viewport environment variables
Aug 31, 2026
5f3ea4f
fix(capture): fetch the scripts a page discovers while running
Aug 31, 2026
12ca80d
fix(browser): fetch runtime-discovered scripts in the window too
Aug 31, 2026
de70a25
feat(net): give the page a working fetch and XMLHttpRequest
Aug 31, 2026
f6e8cf7
feat(shim): give the page the web APIs the corpus found missing
Aug 31, 2026
48fd0fa
feat(net): let fetch and XMLHttpRequest honour an abort
Aug 31, 2026
b4a4b49
feat(shim): DOMException, window identity, and the load-time scroll p…
Aug 31, 2026
811d536
feat(shim): atob and btoa, which measurement found and the corpus had…
Aug 31, 2026
1b46f4f
feat(inspect): reach the diagnostics tool, not just agent control
Aug 31, 2026
37b113d
build: take the engine at 0.4 and tauri-runtime-blitz at 0.3.2
Aug 31, 2026
1fb429a
build: take endpoint-libs 3, the version the control surface now speaks
Aug 31, 2026
24ac618
build: take ps-dioxus-native 0.7.3, the version built against the 0.4…
Aug 31, 2026
86106f1
test(corpus): keep the corpus tooling in the repo
Sep 1, 2026
5d49dbe
feat(net): let Chuzz say who it is, and record what that buys
Sep 1, 2026
c92688d
docs: re-verify the four 2026-08-12 findings; all four are fixed
Sep 1, 2026
b23227e
fix(shims): report a viewport, a location origin, and real media queries
Sep 1, 2026
5c11662
chore: stop tracking compiled Python bytecode
Sep 1, 2026
fa3f973
chore: remove the Python corpus tooling
Sep 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ apps/chuzz/gen/
# Engine redirect for local builds. Untracked on purpose: it names paths that
# exist on one machine. See scripts/local-engine.sh.
.cargo/local-engine.toml

# Python bytecode from scripts/corpus/
__pycache__/
*.pyc
Loading
Loading