Releases: Leonezz/openbaud
Release list
OpenBaud v0.2.1
Full Changelog: v0.2.0...v0.2.1
OpenBaud v0.2.0
Full Changelog: v0.1.5...v0.2.0
OpenBaud v0.1.5
Full Changelog: v0.1.4...v0.1.5
OpenBaud v0.1.4
Full Changelog: v0.1.3...v0.1.4
OpenBaud v0.1.3
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
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
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
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.