-
Notifications
You must be signed in to change notification settings - Fork 0
st bang
b2o2i edited this page Apr 3, 2026
·
4 revisions
Generates stories from all AI providers simultaneously, then merges them into one container. Much faster than running st-gen once per provider.
Run after: st-new · Run before: st-cross · st-merge
st-bang subject.prompt # run all providers in parallel
st-bang --ai all subject.prompt # explicit: all providers
st-bang --no-cache subject.prompt # bypass API cacheOptions: --ai --no-cache --merge -v -q
Related: st-gen · st-merge · st-cross
Launches one st-gen --bang N subprocess per AI. Each writes to tmp/<story>_N.json and creates a .block file. st-bang polls every second until all block files are removed, then merges the tmp files into the main container.