Skip to content

feat: allow GUI task creation params#219

Draft
michael-chou359 wants to merge 4 commits intomainfrom
cursor/task-creation-params-9a29
Draft

feat: allow GUI task creation params#219
michael-chou359 wants to merge 4 commits intomainfrom
cursor/task-creation-params-9a29

Conversation

@michael-chou359
Copy link
Copy Markdown

@michael-chou359 michael-chou359 commented May 4, 2026

Summary

  • Add an optional + Add task creation params control to the OOB chat prompt that is only shown before a task exists.
  • Reveal a JSON editor for task creation params when users opt in, with a remove action that clears stale params.
  • Use the provided JSON object as task/create.params when present, while preserving the existing prompt-derived params fallback when empty or not enabled.
  • Reset task params UI state after successful task creation, independent of whether the first prompt is text or JSON.
  • Add JSON object parsing helpers and unit coverage for empty, invalid, and non-object inputs.

Validation

  • npm run lint
  • npm test -- --run lib/json-utils.test.ts
  • npm run typecheck
Open in Web Open in Cursor 

Co-authored-by: Michael Chou <michael-chou359@users.noreply.github.com>
@cursor cursor Bot changed the title Allow GUI task creation params feat: allow GUI task creation params May 4, 2026
cursoragent and others added 3 commits May 5, 2026 17:51
Co-authored-by: Michael Chou <michael-chou359@users.noreply.github.com>
Co-authored-by: Michael Chou <michael-chou359@users.noreply.github.com>
Co-authored-by: Michael Chou <michael-chou359@users.noreply.github.com>
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