Skip to content

Releases: april-jk/AgentLine

AgentLine v1.0.6

26 May 14:20

Choose a tag to compare

AgentLine v1.0.6

  • Version: 1.0.6
  • Tag: v1.0.6
  • Commit: 78a80a5e0c8a1fe86b5faf9f3da341ae658575a7

App Bundles

  • Desktop app: Electron
  • Mobile app: React Native
  • Desktop (Tauri): deprecated and not published in this unified release

Unified Release Components

  • Desktop app (Electron): 1.0.6
  • Mobile app (React Native): 1.0.6
  • Devices runtime: 1.0.6

Fixed

  • Restore React Native mobile relay sessions after backgrounding by refreshing expired client-connect grants instead of surfacing stale authentication errors.
  • Keep the mobile reconnect recovery screen escapable so users can return to the native connection flow while stale WebView recovery is in progress.

AgentLine v1.0.5

25 May 15:30

Choose a tag to compare

AgentLine v1.0.5

  • Version: 1.0.5
  • Tag: v1.0.5
  • Commit: 23b31681b3808374092b376b944c000bc3296865

App Bundles

  • Desktop app: Electron
  • Mobile app: React Native
  • Desktop (Tauri): deprecated and not published in this unified release

Unified Release Components

  • Desktop app (Electron): 1.0.5
  • Mobile app (React Native): 1.0.5
  • Devices runtime: 1.0.5

Fixed

  • Fix Windows desktop packaged backend startup by normalizing bundled ESM import paths to forward-slash separators.
  • Keep the bundled Windows Node runtime smoke test in the Electron release workflow so packaged backend startup regressions block publishing.

AgentLine v1.0.4

25 May 15:09

Choose a tag to compare

AgentLine v1.0.4

  • Version: 1.0.4
  • Tag: v1.0.4
  • Commit: ad72a691a397c7196b744c3fa4426b31f5c2cdc9
  • npm publish: not published

Unified Release Components

  • Desktop app (Electron): 1.0.4
  • Mobile app (React Native): 1.0.4
  • Devices runtime: 1.0.4
  • Desktop (Tauri): deprecated and excluded from the main release bundle

npm publish did not complete during this run.
Reason: npm notice name: agentline npm notice version: 1.0.4 npm notice filename: agentline-1.0.4.tgz npm notice package size: 2.6 MB npm notice unpacked size: 8.6 MB npm notice shasum: 487445997b84865aa06908de13ac176338bb9e69 npm notice integrity: sha512-msigPxhg6nKX1[...]b8Ki1yi/lkkgQ== npm notice total files: 1374 npm notice npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access npm notice publish Signed provenance statement with source and build information from GitHub Actions npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=1630095415 npm error code E404 npm error 404 Not Found - PUT https://registry.npmjs.org/agentline - Not found npm error 404 npm error 404 The requested resource 'agentline@1.0.4' could not be found or you do not have permission to access it. npm error 404 npm error 404 Note that you can also install from a npm error 404 tarball, folder, http url, or git url. npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-05-25T15_08_59_935Z-debug-0.log

Fixed

  • Fix Windows portable desktop startup by launching the embedded backend with a bundled Node runtime instead of reusing the portable Electron executable as Node.
  • Improve desktop startup diagnostics so backend failures include recent server output.

Added

  • Add a Windows packaged-backend smoke test to the Electron release workflow.

AgentLine v1.0.3

25 May 10:54

Choose a tag to compare

AgentLine v1.0.3

  • Version: 1.0.3
  • Tag: v1.0.3
  • Commit: a4cf3b06008a028c26ba1b60c357a632e6a8ff38

App Bundles

  • Desktop app: Electron
  • Mobile app: React Native
  • Desktop (Tauri): deprecated and not published in this unified release

Unified Release Components

  • Desktop app (Electron): 1.0.3
  • Mobile app (React Native): 1.0.3
  • Devices runtime: 1.0.3

Added

  • Add a shared Updates settings page for web, desktop, and mobile shell sessions with manual update checks from the settings sidebar.
  • Add native shell version detection so desktop Electron and React Native mobile update checks compare against the installed app version instead of the web bundle version.

Fixed

  • Suppress the web/server update modal inside native shells to avoid reporting web release versions as installed desktop or mobile versions.
  • Keep desktop and mobile startup checks using shell-specific update requests while preserving user-dismissed update prompts.

AgentLine v1.0.2

24 May 03:14

Choose a tag to compare

AgentLine v1.0.2

  • Version: 1.0.2
  • Tag: v1.0.2
  • Commit: 577e1b2fb68da417fbffa140ebe28cde186d5ce5

App Bundles

  • Desktop app: Electron
  • Mobile app: React Native
  • Desktop (Tauri): deprecated and not published in this unified release

Unified Release Components

  • Desktop app (Electron): 1.0.2
  • Mobile app (React Native): 1.0.2
  • Devices runtime: 1.0.2

Added

  • Add a relay-backed update manifest so downloaded clients can detect, prompt for, and open the latest official release assets from relay.oneceo.ai.

Fixed

  • Keep client update checks on the approved relay.oneceo.ai domain instead of introducing a separate update host.

AgentLine v1.0.1

21 May 12:58

Choose a tag to compare

AgentLine v1.0.1

  • Version: 1.0.1
  • Tag: v1.0.1
  • Commit: 71edbfab3835f647479b781d9999b8dd5a7d3447

App Bundles

  • Desktop app: Electron
  • Mobile app: React Native
  • Desktop (Tauri): deprecated and not published in this unified release

Unified Release Components

  • Desktop app (Electron): 1.0.1
  • Mobile app (React Native): 1.0.1
  • Devices runtime: 1.0.1

Changed

  • Reset public release versioning to a unified 1.0.1 baseline across desktop, mobile, server, relay, and device runtimes
  • Make the root workspace version the single release source of truth for shipped binaries and release metadata

AgentLine v0.4.28

21 May 08:16

Choose a tag to compare

AgentLine v0.4.28

  • Version: 0.4.28
  • Tag: v0.4.28
  • Commit: 1035e1e91df3881f2cc3444f0ef1b51f5e772289

App Bundles

  • Desktop app: Electron
  • Mobile app: React Native
  • Desktop (Tauri): deprecated and not published in this unified release

Unified Release Components

  • Desktop app (Electron): 0.4.28
  • Mobile app (React Native): 0.4.28
  • Devices runtime: 0.4.28

Changed

  • Upgrade claude-agent-sdk to 0.2.111 (adds Opus 4.7 support)