# Carry dependencies and metadata through to continued runs

> The /continue endpoint now forwards dependencies and metadata through get_request_kwargs, so a resumed run sees the same context as the original call.

- Published: 2026-05-14
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/carry-dependencies-and-metadata-through-to-continued-runs
- Markdown: https://agno-com-nine.vercel.app/articles/carry-dependencies-and-metadata-through-to-continued-runs.md

The `/continue` endpoint now forwards `dependencies` and `metadata` through `get_request_kwargs`, so a resumed run sees the same context as the original call. Continued runs behave like the runs they pick up from instead of dropping configuration partway through.
