Skip to content

Newmark Agent dev-0.3.5

Pre-release
Pre-release

Choose a tag to compare

@positer positer released this 06 Aug 01:15
· 18 commits to master since this release

Newmark Agent dev-0.3.5 — prerelease with async archive loading, cross-platform (macOS/HarmonyOS) build environment, and performance optimizations.

Highlights

  • Archive load no longer blocks the window. \�gent:listArchives/
    eadArchive\ now use async IPC with first-line-only scans and event-loop yields, so a large archive directory never makes the main process unresponsive.
  • Cross-platform build environment. \check-cross-platform-env.cjs\ validates platform independence and the build matrix. macOS dmg is built on a macOS host (
    pm run dist:mac); HarmonyOS integration uses the headless core (\dist/server.js, \dist/launcher.js) consumed by ArkWeb/ArkTS over HTTP — \dist:harmonyos\ packs it with pure-JS deps and HTTP-smokes it. Docs: \HARMONYOS_INTEGRATION.md, \docs/macos-build.md.
  • Performance. Work-run duration updates coalesce to one animation frame and skip identical text writes; computer-use performance verify gracefully skips sampling when native screenshot capture is unavailable while keeping transport/cleanup checks.

Artifacts (unsigned prerelease)

File SHA-256
\Newmark-Agent-0.3.5-x64.msi\ \EE9E523930AFEDAE4147423BCFB9CE286B519FDE15C9C42F68550F9ABA474708\
\Newmark-Agent-0.3.5-win-unpacked-x64.zip\ \2EB0CD180B7E41927AC177B35D2FF3EFB2C9347F812CD80D12381CDFF28F9F75\
\Newmark-Agent-0.3.5-x86_64.AppImage\ \9096D5DBD5B80988937DBDFE3283D6C7664D93C4AE2088DCB2199194A90440C3\
\Newmark-Agent-0.3.5-amd64.deb\ \D4B08EDD8F368825966E80EC9658463DA6A5832BFC13D3292F77A47D86811B6A\
\Newmark-Agent-0.3.5-linux-unpacked-x64.zip\ \6665E6673AE96D5EB65C2CE0690C5808B181112FAF40A54F18E05507DA63A16D\

HarmonyOS headless bundle is produced by
pm run dist:harmonyos\ (dist-harmonyos/).