Skip to content

Releases: I-No-oNe/baileys-agent-kit

v0.2.0

Choose a tag to compare

@I-No-oNe I-No-oNe released this 03 Aug 21:43
0dfedbb

Features

  • publish Actions results through live Check annotations, step output, summaries, and short-lived private-repository artifacts (d73a066)

Bug Fixes

  • silence Baileys protocol logs by default so structured action results remain readable (d73a066)

Documentation

  • explain billed wait windows, per-account Actions serialization, and the single-socket backend pattern

Integration

  • upgrade with npm install baileys-agent-kit@0.2.0
  • private GitHub Actions repositories receive detailed results automatically; public repositories keep detailed summaries and artifacts disabled
  • WA_BAILEYS_LOG_LEVEL defaults to silent; use error or debug only for temporary diagnosis
  • conversational backends should reuse one connection per WhatsApp account and serialize outbound mutations internally

v0.1.9

Choose a tag to compare

@I-No-oNe I-No-oNe released this 03 Aug 21:00

Bug Fixes

  • use an available GitHub context for the encrypted state directory

Included local-first changes

  • free secure local file storage is now the default; Upstash remains optional and compatible
  • encrypted GitHub Actions state synchronization needs no cache, artifact, Vercel project, or hosted database
  • Israeli machines prefer WhatsApp one-time-code pairing using local OS locale/timezone detection only
  • safety reservations persist before GitHub Actions sends, with unified per-account concurrency

Install and integrate

Requires Node.js 20 or newer.

npm install baileys-agent-kit@0.1.9

For free local CLI/MCP use, no database configuration is required:

baileys-agent doctor
baileys-agent pair
baileys-agent recent-accounts

On an Israeli interactive terminal, pair asks privately for a +972... number and prints the one-time code. For JSON, MCP, or another non-interactive runtime, provide --phone-number, WA_PHONE_NUMBER, or the whatsapp_pair_start.phoneNumber field.

For GitHub Actions, use the updated whatsapp-action.yml, pair locally, then run:

baileys-agent github-state setup --repository OWNER/REPO

Existing Upstash users continue without migration. See the README migration section before switching storage backends.

v0.1.8

Choose a tag to compare

@I-No-oNe I-No-oNe released this 03 Aug 20:56

Features

  • use free secure local file storage by default with optional Upstash compatibility
  • add encrypted GitHub Actions state synchronization without caches, artifacts, Vercel, or a hosted database
  • automatically prefer one-time-code pairing on Israeli machines without external geolocation

Security

  • persist safety reservations before GitHub Actions sends and use unified account concurrency
  • require the patched Hono release used by the MCP transport

Integration

  • upgrade with npm install baileys-agent-kit@0.1.8
  • local CLI and MCP users need no database configuration; run baileys-agent doctor, then baileys-agent pair
  • Israeli interactive terminals now prompt for a +972... number and return a one-time code; JSON or other non-interactive use must pass --phone-number or WA_PHONE_NUMBER
  • existing Upstash users continue unchanged; new GitHub Actions users can pair locally and run baileys-agent github-state setup --repository OWNER/REPO

v0.1.7

Choose a tag to compare

@I-No-oNe I-No-oNe released this 03 Aug 20:11

0.1.7 (2026-08-03)

Bug Fixes

  • verify Redis write access in doctor and return structured pairing API failures
  • preserve credentials before pairing reconnects and classify broker HTTP failures correctly

Features

  • load local environment files in CLI, MCP, and scripts
  • add the recent-accounts CLI command

Install

npm install baileys-agent-kit

v0.1.6

Choose a tag to compare

@I-No-oNe I-No-oNe released this 03 Aug 19:18

Full Changelog: v0.1.5...v0.1.6

v0.1.5

Choose a tag to compare

@I-No-oNe I-No-oNe released this 03 Aug 19:00

Full Changelog: v0.1.4...v0.1.5

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 02 Aug 20:51
b472a17

0.1.4 (2026-08-02)

Bug Fixes

  • allow empty send limits (07c0d9b)

Install

Requires Node.js 20 or newer.

npm install baileys-agent-kit

Run the CLI without a global install:

npx --yes --package baileys-agent-kit baileys-agent doctor

GitHub source archives are attached below.

v0.1.3

Choose a tag to compare

@I-No-oNe I-No-oNe released this 02 Aug 20:37

What changed

  • Refresh expired WhatsApp pairing QR codes every 20 seconds.
  • Hide stale browser and MCP QR images during refresh.
  • Include QR expiry metadata for MCP callers.

Install

Requires Node.js 20 or newer.

npm install baileys-agent-kit

Run CLI without global install:

npx --yes --package baileys-agent-kit baileys-agent doctor

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 02 Aug 13:51
e860282

0.1.2 (2026-08-02)

Bug Fixes

  • explain failures to agents (347902f)

Install

Requires Node.js 20 or newer.

npm install baileys-agent-kit

Run the CLI without a global install:

npx --yes --package baileys-agent-kit baileys-agent doctor

GitHub source archives are attached below.

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 02 Aug 13:42
c069cfc

0.1.1 (2026-08-02)

Bug Fixes

  • add reliable npm publishing (6b396df)

Install

Requires Node.js 20 or newer.

npm install baileys-agent-kit

Run the CLI without a global install:

npx --yes --package baileys-agent-kit baileys-agent doctor

GitHub source archives are attached below.