@koda-sl/baker-cli 0.283.0-dev.cba48e792 → 0.284.0-dev.c513a9a6c
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -29855,7 +29855,7 @@ function creationHints(created, profile) {
|
|
|
29855
29855
|
const casting = created.likeness === "synthetic" && created.faceChoice === "auto" ? [
|
|
29856
29856
|
`No one was asked about this face \u2014 \`--face auto\` cast it and it is kept. Do not tell the user they chose it, and do not offer them a pick you are not going to run. If this should have been theirs, say so and create it again with \`--face ask\`.`
|
|
29857
29857
|
] : created.likeness === "synthetic" ? [
|
|
29858
|
-
`The user
|
|
29858
|
+
`The user is being shown real portraits of @${created.handle} right now, and the turn waits for them to pick \u2014 this happens on its own, triggered by the command you just ran. Do NOT call request_avatar_casting, do not ask about the face in a question of your own, and do not wait or poll: whatever you do next simply runs after they have chosen. Say what you created and get on with the work.`
|
|
29859
29859
|
] : [];
|
|
29860
29860
|
const hints2 = [
|
|
29861
29861
|
...casting,
|