Skip to content

Hermex Android 1.1.3

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Aug 10:57
984fdbd

Hermex Android 1.1.3 improves tool call parsing and decoding for server responses using standard tool call schemas.

Fixed

  • Nested tool function name and argument decoding. Assistant tool calls sent in OpenAI/standard function-calling format (function.name, function.arguments) now decode reliably across chat transcripts, tool cards, turn file change summaries, and offline persistence.
  • Robust tool call fallback hierarchy. Tool headers resolve display names cleanly across nested function.name, top-level name, multi-line preview snippets, or unique identifiers, falling back safely if individual fields are missing.
  • Tolerant argument parsing. Stringified and structured function arguments decode safely while handling malformed payloads without crashing. Fixes #7.

Downloads

  • app-release.apk — install directly on an Android device.
  • app-release.aab — signed Android App Bundle for store distribution.

Version: 1.1.3 (versionCode 33)

Upgrade and signing

The APK and AAB are signed with the permanent Hermex release key. Version 1.1.3 installs directly over production-signed 1.0.x and 1.1.x builds.

GitHub APKs from 0.2.7 and earlier used a debug signature and may require uninstalling the old app once before installing this release.

Validation

This release passed:

  • iOS/Android endpoint parity checks (122 paths)
  • Android localization catalog parity checks (1,288 keys across 18 locales)
  • 541 Android JVM unit tests
  • Android API 35 managed-device tests in GitHub Actions
  • Android release lint
  • Production-signed APK and AAB builds