Skip to content

Releases: bitsky-tech/bridgic-agent

0.1.2

Choose a tag to compare

@github-actions github-actions released this 17 Aug 04:21
043d987
0.1.2

0.1.1

Choose a tag to compare

@github-actions github-actions released this 15 Aug 12:00
0.1.1 — auto-update verification build

No functional changes from 0.1.0. The application code is byte-identical;
only the version string differs, in the four files that carry it.

This release exists to exercise the update path end to end on a public
repository: an installed 0.1.0 client resolving /releases/latest, fetching
latest-mac.yml / latest.yml, downloading the artifact, checking it against the
manifest sha512, and applying it.

Holding the code constant is the point — it makes the version the only
variable, so any failure is attributable to the update mechanism rather than
to a change in the app.

0.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 11:23
0.1.0 — first public release

Bridgic Agent is a general-purpose agent built on the Bridgic Amphibious
framework: an Electron desktop client driving a Python daemon that runs
agent sessions, workflows, and skills locally.

Ships in this release:

Platforms
- macOS arm64 and x64 — signed with a Developer ID certificate and notarized
- Windows x64 — NSIS installer, unsigned (SmartScreen prompts on first run)

Runtime
- The daemon ships as a PyInstaller onedir build; the Python runtime, uv, and
  Node are bundled, so no interpreter or package manager is required on the
  host.

Desktop
- Sessions, workflows, workflow runs, skills, and scheduling
- Tool permission model with per-tool approval
- Auto-update via GitHub Releases
- English and Simplified Chinese

Licensed AGPL-3.0-only. First release from this repository; earlier builds
were produced in a private predecessor repository and are not continuous with
this version line.