Skip to content

create-think@0.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 11:55
8019e61

Minor Changes

  • #1770 718634f Thanks @threepointone! - Add webhook-agent and business-workflow starter templates.

    webhook-agent scaffolds an agent fed by inbound webhooks through durable,
    idempotent submissions (a custom src/server.ts entry + submitMessages).
    business-workflow scaffolds a back-office operations agent with
    human-in-the-loop approval gates (needsApproval + an approval UI) and a
    scheduled digest. Every starter now also ships a start.md you can paste into an
    AI coding agent for guided setup.