Commit Graph

  • 6b97e6c4ab Config: simplify common options access Adrià Arrufat 2026-04-11 11:45:56 +02:00
  • c61423ff94 Merge branch 'main' into agent Adrià Arrufat 2026-04-11 11:28:57 +02:00
  • af4363ad8f Map a zig error.RangeError to a proper JS RangeError Karl Seguin 2026-04-11 15:35:01 +08:00
  • 87e9e9190c Handle http response with closed socket Karl Seguin 2026-04-11 15:24:48 +08:00
  • 283f3d4986 Merge pull request #2136 from lightpanda-io/debug_allocator Karl Seguin 2026-04-11 12:58:52 +08:00
  • 63104a7f82 Re-enable debug allocator in debug Karl Seguin 2026-04-11 12:24:19 +08:00
  • da8d206c52 On Page cleanup, capture next linked list node _before_ releasing MO Karl Seguin 2026-04-11 11:39:05 +08:00
  • 3be913750e Cache-Control is public by default Karl Seguin 2026-04-11 07:23:56 +08:00
  • 4a63bbf233 agent: replace --save with --interactive flag Adrià Arrufat 2026-04-10 20:57:22 +02:00
  • 3a9573e1ae agent: route data to stdout and actions to stderr Adrià Arrufat 2026-04-10 18:03:57 +02:00
  • 071e70e5cc Merge pull request #2133 from lightpanda-io/feat/cdp-json-endpoints Pierre Tachoire 2026-04-10 17:51:48 +02:00
  • 88dcac642a Merge pull request #2131 from lightpanda-io/pushstate-pathname Pierre Tachoire 2026-04-10 17:37:43 +02:00
  • 224a7333f2 fix: use fixed Lightpanda/1.0 for /json/version User-Agent Matt Van Horn 2026-04-10 07:52:03 -07:00
  • 416984d32f fix: update integration test for enriched /json/version response Matt Van Horn 2026-04-09 20:48:10 -07:00
  • 503ca4ce07 feat: enrich CDP /json/version and add /json/list endpoint Matt Van Horn 2026-04-09 19:14:22 -07:00
  • b99fd47c9d Merge branch 'main' into agent Adrià Arrufat 2026-04-10 17:16:29 +02:00
  • bf4e33ee69 Merge pull request #2132 from lightpanda-io/fix/html5ever-cargo-cache-invalidation Adrià Arrufat 2026-04-10 17:14:14 +02:00
  • bf75e0cdfb Merge pull request #2123 from mvanhorn/fix/markdown-link-formatting Pierre Tachoire 2026-04-10 17:09:38 +02:00
  • d6cdafc480 build: track html5ever Rust sources as cargo step inputs Adrià Arrufat 2026-04-10 16:42:36 +02:00
  • d47e24ced0 add test for History URL updating Muki Kiboigo 2026-04-10 07:38:21 -07:00
  • d6aea1187f Merge branch 'main' into fix/markdown-link-formatting Adrià Arrufat 2026-04-10 16:26:14 +02:00
  • 08cd9ca799 properly resolve URL before setting Location in History Muki Kiboigo 2026-04-10 07:26:01 -07:00
  • c1a65160c1 markdown: test block link aria-label and title handling Adrià Arrufat 2026-04-10 16:14:58 +02:00
  • a5fd70f5dd refactor: improve tool execution and terminal formatting Adrià Arrufat 2026-04-10 14:49:27 +02:00
  • 24e17b6f21 Merge pull request #2130 from lightpanda-io/arena_pool_buckets Karl Seguin 2026-04-10 20:33:19 +08:00
  • 771df02c49 Merge pull request #2129 from lightpanda-io/non-utf8-querystring-encoding Karl Seguin 2026-04-10 20:33:07 +08:00
  • d1b429655f tools: add selector support for hover, select, and check actions Adrià Arrufat 2026-04-10 14:15:55 +02:00
  • 642ce1b25d Merge branch 'main' into agent Adrià Arrufat 2026-04-10 13:38:21 +02:00
  • ddf614a9d5 Add arena buckets to ArenaPool Karl Seguin 2026-04-10 19:09:18 +08:00
  • 2cfa1ea035 Merge pull request #2116 from lightpanda-io/gc-snapshot Karl Seguin 2026-04-10 18:48:08 +08:00
  • e9b8707bdd Merge pull request #2121 from lightpanda-io/fix-telemetry-decoding Karl Seguin 2026-04-10 18:38:43 +08:00
  • d0c36f7e3e terminal: add persistent REPL history Adrià Arrufat 2026-04-10 11:59:55 +02:00
  • 0f7079ec7a Merge pull request #2128 from lightpanda-io/v8-snapshot-cache Pierre Tachoire 2026-04-10 11:59:05 +02:00
  • 81413d9291 agent: add scroll command and improve script reliability Adrià Arrufat 2026-04-10 11:45:14 +02:00
  • e53e4579ab ci: use v8 snapshot cache w/ wpt test Pierre Tachoire 2026-04-10 10:34:03 +02:00
  • 9cd79941bf Merge pull request #2119 from lightpanda-io/wpt-completion Pierre Tachoire 2026-04-10 11:26:15 +02:00
  • 36fcb0fd7f ci: use a longer timeout for e2e test Pierre Tachoire 2026-04-10 11:02:04 +02:00
  • 7c66240146 chore: trigger CI Karl Seguin 2026-04-10 15:41:38 +08:00
  • a5bf1f07af chore: trigger CI Karl Seguin 2026-04-10 15:09:32 +08:00
  • 05229fdc53 Use the document's charset to determine if/how to encode querystring Karl Seguin 2026-04-10 14:41:19 +08:00
  • f7c1710c23 Expose correct charset Karl Seguin 2026-04-10 12:02:06 +08:00
  • 828715b751 Improve TextDecoder to support all necessary encoding types Karl Seguin 2026-04-10 10:36:29 +08:00
  • 963682eb0d ci: send wpt completion Pierre Tachoire 2026-04-09 18:08:44 +02:00
  • d80e4227b4 force an aggressive GC on v8 after snapshot creation Pierre Tachoire 2026-04-09 15:20:58 +02:00
  • 18176b554c Merge pull request #2127 from lightpanda-io/v8-snapshot-cache Pierre Tachoire 2026-04-10 10:41:43 +02:00
  • bd4e88cec8 ci: typo fix Pierre Tachoire 2026-04-10 10:11:03 +02:00
  • 90069f6ab8 ci: use a dedicated action for v8 snapshot Pierre Tachoire 2026-04-10 10:10:21 +02:00
  • 397f69fac5 cli: update agent help text for scripts and self-healing Adrià Arrufat 2026-04-10 10:05:49 +02:00
  • ca78bd7786 ci: invalidate snapshot cache on src/browser/js/Snapshot.zig Pierre Tachoire 2026-04-10 09:52:43 +02:00
  • 070ee7df80 Merge branch 'main' into fix-telemetry-decoding Adrià Arrufat 2026-04-10 09:42:21 +02:00
  • 7fe580214e Merge branch 'main' into agent Adrià Arrufat 2026-04-10 09:32:43 +02:00
  • 075a660b2f ci: use cache for snapshots Pierre Tachoire 2026-04-10 09:19:09 +02:00
  • a4617390de Merge pull request #2104 from lightpanda-io/feat/add-ip-filter Pierre Tachoire 2026-04-10 08:46:06 +02:00
  • 5cc49e79b8 fix: update block link test to match new link text format Matt Van Horn 2026-04-09 20:49:39 -07:00
  • 065e9383d0 fix: use proper link text in markdown dump for block-content anchors Matt Van Horn 2026-04-09 19:33:08 -07:00
  • 0b6f099f43 Merge pull request #2117 from lightpanda-io/startup_order_tweak Karl Seguin 2026-04-10 08:30:54 +08:00
  • 101107d63c Merge pull request #2115 from lightpanda-io/gc-v8 Karl Seguin 2026-04-10 08:14:27 +08:00
  • 91e366cb71 move memoryPressureNotification call on session.resetPage Pierre Tachoire 2026-04-09 13:44:21 +02:00
  • 2e8a7e59c4 Merge pull request #2105 from lightpanda-io/no-context-handling Karl Seguin 2026-04-10 08:11:36 +08:00
  • e8fbaeb2d9 Initialize snapshot before network Karl Seguin 2026-04-09 19:56:34 +08:00
  • 96736d440d Merge pull request #2112 from lightpanda-io/reduce_telemetry_size Karl Seguin 2026-04-10 07:07:55 +08:00
  • 26253874de Merge pull request #2111 from lightpanda-io/typos Karl Seguin 2026-04-10 07:07:43 +08:00
  • cec9628e37 zig fmt Karl Seguin 2026-04-09 12:01:56 +08:00
  • 255fa247c3 Reduces the size of Telemetry.Lightpanda Karl Seguin 2026-04-09 11:48:25 +08:00
  • 8eaeafe16c Fix a lot of typos. Karl Seguin 2026-04-09 10:07:35 +08:00
  • 4dcb2c997e Better handle v8 callback with no valid context Karl Seguin 2026-04-08 16:54:58 +08:00
  • a9e7d75272 Merge pull request #2120 from lightpanda-io/memory_test3 Karl Seguin 2026-04-10 06:47:35 +08:00
  • d19e62ec3c http: add default write callback to prevent stdout pollution Adrià Arrufat 2026-04-09 21:56:37 +02:00
  • 7aa11c7006 agent: update CLI args and refactor code Adrià Arrufat 2026-04-09 17:51:56 +02:00
  • 862085bef3 ci: add log-level info to perf test perf-log-level-info Pierre Tachoire 2026-04-09 17:05:35 +02:00
  • 9a8ad8951f agent: rename missing tool calls to semanticTree and eval Adrià Arrufat 2026-04-09 17:08:35 +02:00
  • a1ef413a9a Terminal: add command completion and hints Adrià Arrufat 2026-04-09 17:02:31 +02:00
  • 61fd69eaae agent: improve script recording logic and formatting Adrià Arrufat 2026-04-09 16:51:54 +02:00
  • 91e61905cf tools: remove aliases, normalize names to camelCase, simplify dispatch Adrià Arrufat 2026-04-09 16:19:16 +02:00
  • 286976a7c7 browser: centralize tool definitions Adrià Arrufat 2026-04-09 16:06:54 +02:00
  • f431202bbf Merge branch 'main' into agent Adrià Arrufat 2026-04-09 14:27:15 +02:00
  • 5c7a665d11 run e2e-test with pre-generated snapshot Karl Seguin 2026-04-09 18:54:31 +08:00
  • afbad07f0f Merge pull request #2114 from lightpanda-io/update-README Pierre Tachoire 2026-04-09 11:03:43 +02:00
  • 9eba3c1463 Merge pull request #2113 from lightpanda-io/add-ip-filters-2 Pierre Tachoire 2026-04-09 11:01:31 +02:00
  • 0905306c79 Add skill link in README Pierre Tachoire 2026-04-09 10:57:25 +02:00
  • cb3cc9cd8c update benchmark Pierre Tachoire 2026-04-09 09:54:11 +02:00
  • 2d2b1584cf update contribution and why section Pierre Tachoire 2026-04-09 09:46:14 +02:00
  • d1883ad211 cleanup README, add MCP Pierre Tachoire 2026-04-09 09:45:41 +02:00
  • 0253092f20 Improvements to IpFilters Karl Seguin 2026-04-09 15:40:16 +08:00
  • 689fb908ac Merge pull request #2110 from lightpanda-io/test-cache-filter Karl Seguin 2026-04-09 07:55:07 +08:00
  • 795b0affe2 Merge pull request #2102 from lightpanda-io/non-utf8-encoding Karl Seguin 2026-04-09 07:25:48 +08:00
  • 182447c907 cache: add log filter to garbage file test Adrià Arrufat 2026-04-08 19:36:29 +02:00
  • d2a4d388b1 agent: consolidate findNodeIdByText tests Adrià Arrufat 2026-04-08 19:29:54 +02:00
  • ad13eb76e2 agent: improve element lookup in CommandExecutor Adrià Arrufat 2026-04-08 19:21:07 +02:00
  • ffb38f268b agent: add --self-heal flag to control self-healing Adrià Arrufat 2026-04-08 18:15:34 +02:00
  • 8d3d3a2c67 agent: improve command parsing and selector reliability Adrià Arrufat 2026-04-08 18:10:04 +02:00
  • 574264aaff fix: update page URL and location on pushState/replaceState Trevin Chow 2026-04-03 16:18:49 -07:00
  • c242e324f3 browser: auto-resolve env vars in fill tool Adrià Arrufat 2026-04-08 17:17:23 +02:00
  • b8ae185cad tools: support CSS selectors for click and fill actions Adrià Arrufat 2026-04-08 16:56:10 +02:00
  • 796a17ff81 agent: update default AI models Adrià Arrufat 2026-04-08 16:35:10 +02:00
  • 7ca289ece6 Config: support user agent for agent mode Adrià Arrufat 2026-04-08 16:34:47 +02:00
  • f8497ca090 Merge branch 'main' into agent Adrià Arrufat 2026-04-08 16:15:07 +02:00
  • 08ec5a645a tools: wait for navigation in execPress Adrià Arrufat 2026-04-08 15:48:14 +02:00
  • 0c51c6f174 browser: wait for navigation after click in tools Adrià Arrufat 2026-04-08 15:45:37 +02:00
  • 73f0e0456b tools: add getUrl and getCookies tools Adrià Arrufat 2026-04-08 15:10:23 +02:00