Skip to content

Releases: Leonezz/openbaud

OpenBaud v0.2.1

Choose a tag to compare

@github-actions github-actions released this 01 Sep 17:38

Full Changelog: v0.2.0...v0.2.1

OpenBaud v0.2.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 18:44

Full Changelog: v0.1.5...v0.2.0

OpenBaud v0.1.5

Choose a tag to compare

@github-actions github-actions released this 30 Aug 12:54

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

OpenBaud v0.1.4

Choose a tag to compare

@github-actions github-actions released this 23 Aug 13:14

Full Changelog: v0.1.3...v0.1.4

OpenBaud v0.1.3

Choose a tag to compare

@github-actions github-actions released this 23 Aug 09:59

Changes

  • Moves the repository-level OpenBaud Skill from the Claude-specific .claude/skills path to the general .agents/skills path.
  • Makes openbaud init scaffold .agents/skills/openbaud/SKILL.md and adds a regression test.
  • Adds Linux Clippy/test/package CI and macOS ARM64 committed/rebuilt plugin smoke tests.
  • Adds tag-driven release automation with a plugin archive and SHA-256 asset.
  • Pins Rust 1.96.0 and removes local Cargo/Rustup paths from bundled release binaries.

Verified

  • 117 Rust tests passed.
  • Plugin and both Skill packages validated.
  • Bundled runtime version, checksum, ad-hoc signature, task workspace, and all 11 MCP tools verified.

Install

codex plugin marketplace add Leonezz/openbaud --ref v0.1.3
codex plugin add openbaud@openbaud-marketplace

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

OpenBaud Codex plugin v0.1.2

Choose a tag to compare

@Leonezz Leonezz released this 23 Aug 09:25

Fixed

  • Starts the bundled MCP runtime reliably from an installed Git marketplace plugin.
  • Preserves the Codex task workspace for devices, captures, reports, and .openbaud output.
  • Keeps the marketplace ID (openbaud-marketplace) distinct from the plugin ID (openbaud).

Verified

  • 116 Rust tests passed.
  • Plugin and Skill validators passed.
  • Bundled macOS Apple Silicon binary checksum and ad-hoc signature verified.
  • Fresh Codex session read the installed Skill and called list_ports exactly once successfully.

Install

codex plugin marketplace add Leonezz/openbaud --ref v0.1.2
codex plugin add openbaud@openbaud-marketplace

The bundled runtime currently supports macOS Apple Silicon. No Rust, Homebrew, npm, or install hook is required.

OpenBaud Codex Plugin v0.1.1

Choose a tag to compare

@Leonezz Leonezz released this 23 Aug 09:11

Superseded: v0.1.2 fixes installed MCP startup. Use v0.1.2 for new installs.

Fixes Codex skill-path ambiguity by giving the Marketplace and Plugin distinct identifiers.

Install:

codex plugin marketplace add Leonezz/openbaud --ref v0.1.1
codex plugin add openbaud@openbaud-marketplace

Changes:

  • Marketplace ID is now openbaud-marketplace; display name remains OpenBaud.
  • Plugin and bundled MCP runtime are both version 0.1.1.
  • Smoke tests enforce manifest/runtime version equality.
  • Upgrade instructions from v0.1.0 are included in the README.

The bundled runtime currently supports macOS Apple Silicon and remains ad-hoc signed, not Apple-notarized.

OpenBaud Codex Plugin v0.1.0

Choose a tag to compare

@Leonezz Leonezz released this 23 Aug 08:38

First Git Marketplace release of the OpenBaud Codex plugin.

Install:

codex plugin marketplace add Leonezz/openbaud --ref v0.1.0
codex plugin add openbaud@openbaud

Includes the OpenBaud MCP server, hardware exploration skill, audited serial tools, and a bundled macOS Apple Silicon runtime.

Current limitation: the bundled binary is ad-hoc signed and not Apple-notarized; macOS Intel, Linux, and Windows runtimes are not included yet.