Skip to content

Creer v0.4 — cancel, selectable bake-ins, quality gates - #6

Draft
seven0070 wants to merge 4 commits into
mainfrom
cursor/creer-v0.4-cancel-bakeins-gates-4a94
Draft

Creer v0.4 — cancel, selectable bake-ins, quality gates#6
seven0070 wants to merge 4 commits into
mainfrom
cursor/creer-v0.4-cancel-bakeins-gates-4a94

Conversation

@seven0070

Copy link
Copy Markdown
Owner

Summary

Implements Creer v0.4 (stacks v0.1–v0.3): cancellable streaming, selectable license/CI bake-ins, and light quality gates.

Backend

  • job_id on /generate/stream + POST /generate/cancel
  • GET /bakeins + generate bakeins options (mit / apache-2.0 / none, CI presets)
  • quality on generate/done + POST /quality
  • Version 0.4.0

Extension

  • Cancellable streaming progress (AbortSignal → backend cancel)
  • License/CI QuickPicks (creer.promptBakeins) or settings defaults
  • Quality issue summaries after scaffold

Test plan

  • CREER_OFFLINE=1/health shows 0.4.0
  • GET /bakeins lists licenses + CI
  • Generate with license: none, ci: none omits LICENSE and CI workflow
  • Stream start includes job_id; cancel via /generate/cancel yields cancelled
  • Extension F5: cancel mid-stream stops generation
  • Quality warnings surface after successful scaffold
Open in Web Open in Cursor 

cursoragent and others added 4 commits August 8, 2026 08:14
Scaffold AI repo generation end-to-end: planner/generator API with
path validation, TypeScript extension command to write files into the
workspace with optional git init, and a PLAN.md for v0.2 priorities.

Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.com>
Backend: curated templates, /plan + /templates, stronger validation,
optional GitHub repo create API. Extension: plan preview before write,
per-file overwrite protection, GitHub push flow, /creer chat entry and
@creer participant, with path-safe writes and shell-safe git exec.

Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.com>
…rdening

Add SSE /generate/stream with per-file progress, OpenAI-compatible base URL
and CREER_OFFLINE stubs, LICENSE/CI bake-ins, SecretStorage for GitHub tokens,
and GIT_ASKPASS push so tokens never appear on argv or remote URLs.

Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.com>
Add stream job_id cancellation, license/CI bake-in options with GET
/bakeins, telemetry-free quality gates, and extension AbortSignal
progress cancel plus bake-in QuickPicks.

Co-authored-by: Sanath S Patil <sanathpatil8861@gmail.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