Skip to content

Releases: mozilla/pilo

v0.19.4

22 Apr 13:55
ea65c70

Choose a tag to compare

What's Changed

  • Remove develop branch, adopt main-only workflow by @MrTravisB in #337
  • Gate GAR image push on Build & Test workflow success by @MrTravisB in #339
  • build(deps): bump hono from 4.12.4 to 4.12.7 by @dependabot[bot] in #338
  • build(deps): bump the aisdk group with 5 updates by @dependabot[bot] in #340
  • build(deps): bump lucide-react from 0.575.0 to 0.576.0 by @dependabot[bot] in #341
  • build(deps): bump @tailwindcss/vite from 4.1.18 to 4.2.1 by @dependabot[bot] in #342
  • feat: add Tabstack API tools for cloud-based extraction by @lmorchard in #329
  • build(deps): bump the aisdk group with 6 updates by @dependabot[bot] in #345
  • build(deps): bump yaml from 2.8.2 to 2.8.3 by @dependabot[bot] in #351
  • build(deps): bump lucide-react from 0.576.0 to 0.577.0 by @dependabot[bot] in #347
  • build(deps-dev): bump the devdependencies group across 1 directory with 3 updates by @dependabot[bot] in #353
  • build(deps): bump nanoid from 5.1.6 to 5.1.7 by @dependabot[bot] in #363
  • build(deps-dev): bump esbuild from 0.27.3 to 0.27.4 by @dependabot[bot] in #360
  • build(deps): bump zustand from 5.0.11 to 5.0.12 by @dependabot[bot] in #358
  • build(deps-dev): bump happy-dom from 20.8.3 to 20.8.9 by @dependabot[bot] in #354
  • build(deps): bump @tabstack/sdk from 2.2.0 to 2.3.0 by @dependabot[bot] in #362
  • build(deps): bump marked-react from 3.0.2 to 4.0.0 by @dependabot[bot] in #361
  • build(deps): bump the aisdk group with 6 updates by @dependabot[bot] in #355
  • build(deps-dev): bump the devdependencies group with 3 updates by @dependabot[bot] in #356
  • build(deps): bump web-ext from 9.3.0 to 10.0.0 by @dependabot[bot] in #359
  • Add interactive mode with WebSocket support by @MrTravisB in #364
  • feat: add OpenTelemetry tracing with context propagation by @srbiv in #377
  • fix: align package.json license fields with Apache-2.0 LICENSE file by @lmorchard in #373
  • build(deps): bump @hono/node-server from 1.19.11 to 1.19.13 by @dependabot[bot] in #374
  • build(deps-dev): bump @vitest/coverage-v8 from 4.0.18 to 4.1.1 by @dependabot[bot] in #366
  • build(deps): bump liquidjs from 10.25.0 to 10.25.1 by @dependabot[bot] in #367
  • build(deps): bump tailwindcss from 4.2.1 to 4.2.2 by @dependabot[bot] in #368
  • build(deps): bump lucide-react from 0.577.0 to 1.0.1 by @dependabot[bot] in #369
  • build(deps): bump hono from 4.12.7 to 4.12.12 by @dependabot[bot] in #375
  • build(deps): bump liquidjs from 10.25.1 to 10.25.5 by @dependabot[bot] in #376
  • build(deps): bump @tailwindcss/vite from 4.2.1 to 4.2.2 by @dependabot[bot] in #370
  • build(deps-dev): bump the devdependencies group across 1 directory with 2 updates by @dependabot[bot] in #372
  • fix: AI SDK image crash recovery and element ref map by @lmorchard in #378
  • build(deps): bump the aisdk group with 6 updates by @dependabot[bot] in #380
  • build(deps): bump hono from 4.12.12 to 4.12.14 by @dependabot[bot] in #379
  • build(deps): bump @opentelemetry/exporter-metrics-otlp-proto from 0.213.0 to 0.214.0 by @dependabot[bot] in #382
  • build(deps-dev): bump the devdependencies group across 1 directory with 3 updates by @dependabot[bot] in #393
  • build(deps): bump @opentelemetry/exporter-trace-otlp-proto from 0.213.0 to 0.214.0 by @dependabot[bot] in #387
  • build(deps-dev): bump esbuild from 0.27.4 to 0.28.0 by @dependabot[bot] in #383
  • build(deps): bump playwright from 1.58.2 to 1.59.1 by @dependabot[bot] in #384
  • refactor: inline AIGenerationEventData's AI SDK shape by @lmorchard in #394
  • build(deps): bump @opentelemetry/api from 1.9.0 to 1.9.1 by @dependabot[bot] in #388
  • build(deps): bump lucide-react from 1.0.1 to 1.7.0 by @dependabot[bot] in #385
  • fix(ci): derive release version from tag and fix npm OIDC auth by @MrTravisB in #396
  • fix(ci): run release on node 24 for npm 11 trusted publishing by @MrTravisB in #397
  • add repo url to package.json by @MrTravisB in #398

Full Changelog: v0.18.0...v0.19.4

Release v0.18.0

10 Mar 17:30

Choose a tag to compare

Installation

Option 1: Install Latest (Auto-builds)

npm install https://github.com/mozilla/pilo.git
npm install -g https://github.com/mozilla/pilo.git  # global CLI

Option 2: Install This Specific Release (Pre-built)

npm install https://github.com/mozilla/pilo/releases/download/v0.18.0/tabstack-pilo-0.18.0.tgz
npm install -g https://github.com/mozilla/pilo/releases/download/v0.18.0/tabstack-pilo-0.18.0.tgz  # global CLI

What's New in v0.18.0

  • Built and packaged release with TypeScript compiled to JavaScript
  • Includes all dependencies and type definitions
  • Ready for production use

Usage

As a library:

import { WebAgent, PlaywrightBrowser } from '@tabstack/pilo';

As CLI:

pilo "your task here"

Release v0.17.4

24 Feb 18:43
3ff7b17

Choose a tag to compare

Installation

Option 1: Install Latest (Auto-builds)

npm install https://github.com/mozilla/pilo.git
npm install -g https://github.com/mozilla/pilo.git  # global CLI

Option 2: Install This Specific Release (Pre-built)

npm install https://github.com/mozilla/pilo/releases/download/v0.17.4/tabstack-pilo-0.17.4.tgz
npm install -g https://github.com/mozilla/pilo/releases/download/v0.17.4/tabstack-pilo-0.17.4.tgz  # global CLI

What's New in v0.17.4

  • Built and packaged release with TypeScript compiled to JavaScript
  • Includes all dependencies and type definitions
  • Ready for production use

Usage

As a library:

import { WebAgent, PlaywrightBrowser } from '@tabstack/pilo';

As CLI:

pilo "your task here"

Release v0.17.3

24 Feb 18:18
759c6d8

Choose a tag to compare

Installation

Option 1: Install Latest (Auto-builds)

npm install https://github.com/mozilla/pilo.git
npm install -g https://github.com/mozilla/pilo.git  # global CLI

Option 2: Install This Specific Release (Pre-built)

npm install https://github.com/mozilla/pilo/releases/download/v0.17.3/tabstack-pilo-0.17.3.tgz
npm install -g https://github.com/mozilla/pilo/releases/download/v0.17.3/tabstack-pilo-0.17.3.tgz  # global CLI

What's New in v0.17.3

  • Built and packaged release with TypeScript compiled to JavaScript
  • Includes all dependencies and type definitions
  • Ready for production use

Usage

As a library:

import { WebAgent, PlaywrightBrowser } from '@tabstack/pilo';

As CLI:

pilo "your task here"

Release v0.17.0

20 Feb 21:55
aa3672e

Choose a tag to compare

Installation

Option 1: Install Latest (Auto-builds)

npm install https://github.com/mozilla/pilo.git
npm install -g https://github.com/mozilla/pilo.git  # global CLI

Option 2: Install This Specific Release (Pre-built)

npm install https://github.com/mozilla/pilo/releases/download/v0.17.0/tabstack-spark-0.17.0.tgz
npm install -g https://github.com/mozilla/pilo/releases/download/v0.17.0/tabstack-spark-0.17.0.tgz  # global CLI

What's New in v0.17.0

  • Built and packaged release with TypeScript compiled to JavaScript
  • Includes all dependencies and type definitions
  • Ready for production use

Usage

As a library:

import { WebAgent, PlaywrightBrowser } from '@tabstack/spark';

As CLI:

spark "your task here"

Release v0.16.0

20 Feb 20:47
d50e994

Choose a tag to compare

Installation

Option 1: Install Latest (Auto-builds)

npm install https://github.com/mozilla/pilo.git
npm install -g https://github.com/mozilla/pilo.git  # global CLI

Option 2: Install This Specific Release (Pre-built)

npm install https://github.com/mozilla/pilo/releases/download/v0.16.0/tabstack-spark-0.16.0.tgz
npm install -g https://github.com/mozilla/pilo/releases/download/v0.16.0/tabstack-spark-0.16.0.tgz  # global CLI

What's New in v0.16.0

  • Built and packaged release with TypeScript compiled to JavaScript
  • Includes all dependencies and type definitions
  • Ready for production use

Usage

As a library:

import { WebAgent, PlaywrightBrowser } from '@tabstack/spark';

As CLI:

spark "your task here"

Release v0.15.0

20 Feb 19:39
a76abdd

Choose a tag to compare

Installation

Option 1: Install Latest (Auto-builds)

npm install https://github.com/mozilla/pilo.git
npm install -g https://github.com/mozilla/pilo.git  # global CLI

Option 2: Install This Specific Release (Pre-built)

npm install https://github.com/mozilla/pilo/releases/download/v0.15.0/tabstack-spark-0.15.0.tgz
npm install -g https://github.com/mozilla/pilo/releases/download/v0.15.0/tabstack-spark-0.15.0.tgz  # global CLI

What's New in v0.15.0

  • Built and packaged release with TypeScript compiled to JavaScript
  • Includes all dependencies and type definitions
  • Ready for production use

Usage

As a library:

import { WebAgent, PlaywrightBrowser } from '@tabstack/spark';

As CLI:

spark "your task here"

Release v0.14.0

20 Feb 19:16
892c61d

Choose a tag to compare

Installation

Option 1: Install Latest (Auto-builds)

npm install https://github.com/mozilla/pilo.git
npm install -g https://github.com/mozilla/pilo.git  # global CLI

Option 2: Install This Specific Release (Pre-built)

npm install https://github.com/mozilla/pilo/releases/download/v0.14.0/tabstack-spark-0.14.0.tgz
npm install -g https://github.com/mozilla/pilo/releases/download/v0.14.0/tabstack-spark-0.14.0.tgz  # global CLI

What's New in v0.14.0

  • Built and packaged release with TypeScript compiled to JavaScript
  • Includes all dependencies and type definitions
  • Ready for production use

Usage

As a library:

import { WebAgent, PlaywrightBrowser } from '@tabstack/spark';

As CLI:

spark "your task here"

Release v0.13.0

19 Feb 17:17

Choose a tag to compare

Installation

Option 1: Install Latest (Auto-builds)

npm install https://github.com/Mozilla-Ocho/spark.git
npm install -g https://github.com/Mozilla-Ocho/spark.git  # global CLI

Option 2: Install This Specific Release (Pre-built)

npm install https://github.com/Mozilla-Ocho/spark/releases/download/v0.13.0/spark-0.13.0.tgz
npm install -g https://github.com/Mozilla-Ocho/spark/releases/download/v0.13.0/spark-0.13.0.tgz  # global CLI

What's New in v0.13.0

  • Built and packaged release with TypeScript compiled to JavaScript
  • Includes all dependencies and type definitions
  • Ready for production use

Usage

As a library:

import { WebAgent, PlaywrightBrowser } from 'spark';

As CLI:

spark "your task here"

Release v0.12.1

18 Feb 00:36

Choose a tag to compare

Installation

Option 1: Install Latest (Auto-builds)

npm install https://github.com/Mozilla-Ocho/spark.git
npm install -g https://github.com/Mozilla-Ocho/spark.git  # global CLI

Option 2: Install This Specific Release (Pre-built)

npm install https://github.com/Mozilla-Ocho/spark/releases/download/v0.12.1/spark-0.12.1.tgz
npm install -g https://github.com/Mozilla-Ocho/spark/releases/download/v0.12.1/spark-0.12.1.tgz  # global CLI

What's New in v0.12.1

  • Built and packaged release with TypeScript compiled to JavaScript
  • Includes all dependencies and type definitions
  • Ready for production use

Usage

As a library:

import { WebAgent, PlaywrightBrowser } from 'spark';

As CLI:

spark "your task here"