INSIGHT AI

Source-linked text edition ·

Qwen nightly adds active-time and turn limits to Goals

The written, source-linked counterpart to this video.

Published edition

8 source-linked editorial stories.

Updates

1. Qwen nightly adds active-time and turn limits to Goals

The September twelfth Qwen Code nightly adds turn and active-time limits for Goals. The linked implementation describes settings named model dot goal Max Turns and model dot goal Max Active Minutes.

Proof: feat(goal): stop a Goal at a turn or an active-time budget by @qqqys in #11457.

Impact: Both limits are off by default. When a configured ceiling is reached, the Goal gets a wind-down turn and waits. Resuming authorizes another window for the limit that ran out. This is a prerelease. Ceilings are checked between turns, so a running turn can finish past the threshold. Active time excludes time the process was down; it is not a strict wall-clock deadline.

Watch next: Before trying the nightly, review the release settings and the separate command-hook timeout change. That change reads values below one thousand as seconds, preserves larger millisecond values for compatibility, and keeps the sixty-second default.

Canonical host: github.com

Watch from this story

Read full story

Video edition · Markdown edition

Source ledger