Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | export const template_name = 'Default Follow-up Context'; export const template_content = `<% if (it.user_prev_action) { %> ### Previous Actions Summary <%~ it.user_prev_action %> <% } %> <%~ it.context_snippets_content %> <%~ it.adhoc_files_content %> <%~ it.adhoc_folders_content %> <%~ it.adhoc_command_outputs_content %> User Request: <%~ it.user_input %> <% if (it.VAR.PLAN_MODE) { %> note: we're in plan mode, do not code until i say via \`ask_user\` say shall i code?) <% } %> `; |