# Changelog of AI Code Runner Sandbox (`automation-lab/ai-code-runner-sandbox`) Actor

- **URL**: https://apify.com/automation-lab/ai-code-runner-sandbox/changelog.md
- **Full Actor documentation**: https://apify.com/automation-lab/ai-code-runner-sandbox.md

## Changelog

### 2026-09-14

*Features*

- Run up to 20 independent JavaScript or Python snippets sequentially in one Actor call, with ordered per-execution records, optional caller-defined IDs, and a bounded 40-second aggregate timeout.
- Keep the existing single-snippet input and output unchanged while applying the same sandbox limits to every batch item.

### 2026-07-24

*Features*

- Run a JavaScript or Python snippet with JSON standard input and receive one structured terminal execution record.
- Capture exit status, stdout, stderr, duration, timeout state, optional parsed JSON, and generated-file references.

*Safety*

- Execute snippets under a dedicated unprivileged user with a scrubbed environment, bounded runtime, output caps, file caps, process limits, and full process-group termination.
