Skip to content

v0.0.484

Choose a tag to compare

@github-actions github-actions released this 24 Jul 18:34
· 1448 commits to main since this release
999c0d4

Version 0.0.484 (July 24, 2026)

  • Agent step and code-retry limits are now org settings — the agent's planner loop cap was hardcoded at 100 steps, and the "Limit code retries" setting shown in AI Settings was a read-only label the real agent path ignored (the v2 create_data/inspect_data tools pinned 2 codegen attempts in code). Both are now genuinely configurable on the AI Settings page: Max agent steps (default 100, clamped 1–500) bounds how many planner decisions/tool calls one request may take in both regular and training mode, and Limit code retries (default 2, clamped 1–10) is editable and actually drives every codegen path — the streaming executor resolves it whenever a request doesn't pin an explicit attempt count, with deliberate pins (like write_csv's single attempt) still winning. Alongside this, settings sync got an overdue fix: each org snapshots the full settings catalog at creation, and only brand-new keys were ever synced afterward, so renames, description fixes, and editable/lab flips in code never reached existing orgs, and deleted settings kept rendering forever. The sync now refreshes code-owned metadata on existing entries (org-chosen values and states stay untouched) and prunes settings whose backing field was removed — retiring the dead "Limit analysis steps" leftover from agent v1 everywhere.