Skip to content

AgenTerm v0.1.10

Choose a tag to compare

@github-actions github-actions released this 30 Jul 17:51

macOS unsigned preview — not the stable macOS channel

Assets whose names end in -macos-*-unsigned-preview.zip are not
signed with an Apple Developer ID and are not notarized by Apple
.
They are intended for developers and voluntary preview testers.

Before opening one, download its adjacent .sha256 and
.provenance.json files and verify:

shasum -a 256 -c agenterm-*-macos-*-unsigned-preview.zip.sha256

The Release also includes a versioned SPDX dependency inventory.
After one blocked launch attempt, a user who has verified the source
and accepts the risk can use System Settings → Privacy & Security →
Open Anyway
. Read the downloadable
MACOS_UNSIGNED_PREVIEW_README.md first.
A Traditional Chinese copy is available as
MACOS_UNSIGNED_PREVIEW_README.zh-Hant.md.

Do not disable Gatekeeper globally, do not run
spctl --master-disable, and do not recursively remove quarantine
attributes. Signed/notarized macOS stable releases remain disabled
until the Apple distribution credentials are available.

What's Changed

  • Add inspiration backlog PRD with product mind tree by @mgttt in #7
  • Fix Linux GUI rendering and bundle user-space display libs by @mgttt in #8
  • Unix GUI parity: composer, settings, status bar, wide cells by @mgttt in #9
  • refactor(gui): share clipboard, geometry, and tree visibility helpers by @mgttt in #10
  • feat(unix-gui): Win parity work map and shared sidebar tree geometry by @mgttt in #11
  • feat(unix-gui): align ui-snapshot schema with Win client shape by @mgttt in #12
  • feat(unix-gui): align sidebar scroll with Win client by @mgttt in #13
  • feat(unix-gui): inline sidebar tab editor without Composer hijack by @mgttt in #14
  • feat(unix-gui): Win parity gap tree (parallel integration) by @mgttt in #15
  • feat(scripts): harden cursor_agent_chat wait/retry path by @mgttt in #16

Full Changelog: v0.1.9...v0.1.10