# Helix 0.112.0: Async function calls

> Call other Helix functions asynchronously from within a function, and trace the chain with `ctx.parentExecutionId`.

- Released: 4 Sept 2026 (2026-09-04)
- Packages: @trayai/helix-cli@0.112.0, @trayai/helix-sdk@0.112.0

## Headline changes

### Added: Async function calls

You can now invoke other functions in your project asynchronously, letting you split long-running work into smaller steps that execute independently. This is useful when one function needs to fan out to several others or when you want to offload a slow task without blocking the caller's response.

Docs: https://helix.tray.ai/documentation/guides/functions-and-routing/

## Other changes

### Added

- Scaffolded AI docs now cover async function calls
- `ctx.parentExecutionId`

---

Canonical: https://helix.tray.ai/documentation/releases/01120/
This file: https://helix.tray.ai/documentation/releases/01120.md
The full changelog: https://helix.tray.ai/documentation/releases.md
