@atolis-hq/wake 0.2.18 → 0.2.19
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.
|
@@ -229,6 +229,9 @@ export function formatWakeComment(payload, controlPlaneUrl) {
|
|
|
229
229
|
if (kind === 'approval-request') {
|
|
230
230
|
sections.push('_To approve this work, reply with `/approved`. To request changes, reply with `/changes` followed by your feedback. To ask a question without requesting changes, reply with `/ask` followed by your question._');
|
|
231
231
|
}
|
|
232
|
+
if (kind === 'question') {
|
|
233
|
+
sections.push('_Reply on this thread to continue — any reply will resume Wake with your response. To request changes to the overall approach instead, reply with `/changes` followed by your feedback._');
|
|
234
|
+
}
|
|
232
235
|
if (sessionId !== undefined) {
|
|
233
236
|
const resumeCommandArgs = cli === undefined
|
|
234
237
|
? null
|
package/dist/src/version.js
CHANGED