@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 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 chooses this face, and it only happens if you ask. Use the request_avatar_casting TOOL now \u2014 invoke it the way you invoke Read or Bash, with avatarHandle set to "${created.handle}". It is NOT a shell command: typing it into Bash runs nothing, fails quietly, and leaves the user waiting for a picker that never opens. It shows them real portraits and blocks until they pick, so never stand in a question of your own, which can only offer them words. The sheet building right now is fused from a face nobody has chosen.`
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,