Skip to content

Conversation

@lorenss-m
Copy link
Contributor

@lorenss-m lorenss-m commented Jan 16, 2026

Note

Introduces agent/task support to include setup tool output in the initial prompt and improves evaluation plumbing.

  • Agents now optionally append ctx.setup_output to the initial prompt via agent.config.append_setup_output or task.agent_config (with append_setup_tool alias)
  • Environment collects setup results, aborts on setup tool errors with cleanup, and records 0.0 reward for failed evaluate tools; reward in traces prefers ctx.reward
  • TaskAgentConfig adds append_setup_output/append_setup_tool; v4 conversion passes these through; integration test tools map to validation and _integration_test_calls
  • datasets/runner propagates system_prompt from task context to agent params
  • Docs: shift from hud push to GitHub-based deploy, rename "Push via CLI (Advanced)", add Deploy links, and remove push from CLI tables
  • Version bump to 0.5.12 with tests and docs updated accordingly

Written by Cursor Bugbot for commit 585647f. This will update automatically on new commits. Configure here.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

@lorenss-m lorenss-m merged commit fd462d7 into main Jan 16, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants