Skip to content

v0.2.0

Choose a tag to compare

@kuoyusheng kuoyusheng released this 17 Feb 01:53
· 15 commits to main since this release
2aa599e

What's New

This release replaces the old scaffold/boilerplate workflow with a GitHub-native agent deployment pipeline.

GitHub Integration

  • datagen github connect — Install the DataGen GitHub App and connect repos
  • datagen github repos / connected — List available and connected repos
  • datagen github connect-repo — Connect a specific repo by name
  • datagen github sync — Re-sync agent discovery

Agent Management

  • datagen agents list — List discovered agents (filter by --repo, --deployed)
  • datagen agents show — View agent details, webhook info, and recent executions
  • datagen agents deploy / undeploy — Deploy or remove a webhook endpoint
  • datagen agents run — Trigger execution with optional --payload
  • datagen agents logs — View execution history
  • datagen agents config — Configure prompts, secrets, PR mode, recipients, and notifications
  • datagen agents schedule — Create, pause, resume, and delete cron schedules

Secrets Management

  • datagen secrets list — List stored secrets (masked)
  • datagen secrets set — Create or update a secret

Removed

  • datagen start, datagen build, datagen add, datagen deploy railway — replaced by the GitHub + agents workflow above

Install

curl -fsSL https://cli.datagen.dev/install.sh | sh