Francis Bouvier
8824174afa
agent: run recorded scripts as JavaScript
...
Replace recorded agent replay with a standalone JavaScript script runtime.
Install synchronous agent primitives in an isolated V8 context, add console
output, return structured extract values as JS objects/arrays, and route script
execution through the new runtime.
Update recording to emit .js function calls, default /save filenames to .js,
drop script-level extract save support, and refresh agent docs/tutorials for
the new format.
Self-healing is disabled for now.
2026-06-01 15:43:37 +02:00
Adrià Arrufat
de00deb899
Merge branch 'main' into agent
2026-05-17 19:13:54 +02:00
willmafh
c52356b6d7
chore: lowercase demo word
2026-05-16 20:07:32 +08:00
willmafh
c1e64232e5
chore: typo fix
2026-05-16 20:05:52 +08:00
Adrià Arrufat
258d6463e5
Merge branch 'main' into agent
2026-05-12 14:42:29 +02:00
Pierre Tachoire
538f194090
report test options examples from AGENTS to README
2026-05-12 09:30:22 +02:00
Adrià Arrufat
b5777ce35c
agent: support listing LP_* variables in getEnv
2026-05-11 12:34:36 +02:00
Adrià Arrufat
16b83f5093
agent: add provider auto-detection and --no-llm flag
2026-05-09 19:52:42 +02:00
Adrià Arrufat
7bf69a9a34
agent: remove integrated mcp server
...
Removes the `--mcp` flag and the internal `task` tool from the agent.
Users should use `lightpanda mcp` for external agent integrations.
2026-05-07 17:12:46 +02:00
Adrià Arrufat
a00161f54c
Merge branch 'main' into agent
2026-05-05 08:05:57 +02:00
Pierre Tachoire
a266ae7c51
README: add hombrew and AUR install
2026-05-04 11:36:52 +02:00
Adrià Arrufat
eb14783af7
agent: rename Pandascript to PandaScript and .panda to .lp
2026-04-30 17:29:36 +02:00
Adrià Arrufat
300fdfb34c
agent: add MCP server mode with task tool
2026-04-30 17:11:48 +02:00
Adrià Arrufat
5b66a4f227
agent: add agent mode and pandascript documentation
2026-04-30 16:06:47 +02:00
Karl Seguin
2275416505
Page -> Frame
...
This is to pave the way for introducing a new "Page" container, which will take
over the page lifecycle currently burdening Session. The ultimate goal of that
is to allow the Session to have multiple pages (mostly for better transitions
between pages), which is hard to do now since the Session has so much state.
This rename was aggressive, e.g. currentPage() -> currentFrame() so that, when
the new Page container is added, you won't see "currentPage()" and wonder:
"Does 'currentPage' mean the new Page container, or the Frame (which
used to be called Page)".
2026-04-22 08:42:18 +08:00
Matt Van Horn
b7ed8447a9
docs: note glibc requirement for Linux release binaries
...
Closes #2166
The Linux release binary is linked against glibc, so musl-based distros
(Alpine and similar) hit 'cannot execute: required file not found' on
first run because the glibc dynamic linker is missing.
Adds a note to the install section directing Alpine users to a
glibc-based base image or the build-from-sources path.
2026-04-17 09:00:11 -04:00
gujishh
68ca3907ec
docs: suggest verifying nightly binary
2026-04-16 15:20:30 +09:00
Pierre Tachoire
d2785603f3
Merge pull request #2147 from Gujiassh/docs/windows-wsl-instructions
...
Clarify Windows WSL installation notes
2026-04-15 10:58:45 -04:00
gujishh
b15fc158c2
docs: expand WSL installation guidance
2026-04-15 15:08:53 +09:00
gujishh
ea67e41660
docs: match WSL section formatting
2026-04-13 21:09:27 +09:00
gujishh
1923877a74
Clarify WSL install notes
2026-04-13 00:12:43 +09:00
Pierre Tachoire
0905306c79
Add skill link in README
2026-04-09 10:57:25 +02:00
Pierre Tachoire
cb3cc9cd8c
update benchmark
2026-04-09 10:56:08 +02:00
Pierre Tachoire
2d2b1584cf
update contribution and why section
2026-04-09 10:56:08 +02:00
Pierre Tachoire
d1883ad211
cleanup README, add MCP
2026-04-09 09:56:39 +02:00
Pierre Tachoire
65151e9a4c
README: expose browser on localhost w/ docker
2026-04-07 09:19:57 +02:00
katie-lpd
cafa16d190
Update README.md
...
Updating benchmark text to fit the image
2026-03-30 13:38:46 +02:00
Pierre Tachoire
e6d644998a
mention CORS is missing in the README's status
2026-03-27 08:26:56 +01:00
Karl Seguin
61dabdedec
Support (and prefer) dash-separated command line arguments
...
--log_level -> --log-level
Underscored arguments are still supported for backwards compatibility.
2026-03-24 12:55:08 +08:00
katie-lpd
08c8ba72f5
Update README.md
...
Update benchmark images and text to real benchmark over the network
2026-03-23 12:05:44 +01:00
Francis Bouvier
e14c8b3025
REAMDE: again references to js-runtime
2026-03-18 16:45:44 +01:00
Francis Bouvier
db5fb40de0
README: remove again references to js-runtime
2026-03-18 16:42:31 +01:00
Francis Bouvier
60936baa96
README: remove reference to zig-js-runtime
2026-03-18 16:39:26 +01:00
katie-lpd
a70da0d176
Update README.md
2026-03-15 16:57:09 +01:00
katie-lpd
8c52b8357c
Update README.md
2026-03-15 16:33:53 +01:00
ireydiak
7c18d857f0
chore: removed gitsubmodules from README and Makefile
2026-02-28 12:36:40 -05:00
Pierre Tachoire
3f92e388be
allow insecure TLS when running WPT tests
2026-02-27 10:09:23 +01:00
Pierre Tachoire
24b6934d3b
remove WPT specific code
...
Using both lightpanda-io/wpt and lightpanda-io/demo/wptrunner remove the
need for code specific to run WPT from browser.
2026-02-27 10:09:07 +01:00
Pierre Tachoire
09087401b4
update README examples
2026-02-10 14:35:39 +01:00
Pierre Tachoire
c68692d78e
add --obey_robots into README examples
2026-02-10 14:24:38 +01:00
Pierre Tachoire
496c6905af
update build from source deps
2026-01-29 08:42:58 +01:00
Pierre Tachoire
335e781d0c
update required deps for build from sources
2026-01-28 15:37:58 +01:00
Pierre Tachoire
d4807df2e9
add v8 snapshot instructions into the README
2026-01-07 17:22:50 +01:00
Pierre Tachoire
ffe2bc9a02
update README
2025-12-24 10:35:11 +01:00
Pierre Tachoire
8105dff167
remove useless step from README
2025-12-24 10:04:30 +01:00
Karl Seguin
566fa72bcd
various small backports from main
2025-12-19 10:05:42 +08:00
Karl Seguin
098eeea8f7
remove some mimalloc, netsurf and iconv references
2025-12-19 07:18:47 +08:00
Pierre Tachoire
22303d2ae8
Merge pull request #1236 from lightpanda-io/v8-build-with-zig-gclient-ci
...
V8 build with zig gclient ci
2025-12-18 11:55:55 +08:00
Pierre Tachoire
bde8b64ba3
update html5ever instructions
2025-11-29 15:20:28 +01:00
Pierre Tachoire
1e090f9d30
add html5ever install method
2025-11-29 15:20:28 +01:00