autoblogger 0.1.14 → 0.1.15
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/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +9 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -1
- package/dist/index.mjs.map +1 -1
- package/dist/ui.js +33 -23
- package/dist/ui.js.map +1 -1
- package/dist/ui.mjs +33 -23
- package/dist/ui.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -17,7 +17,13 @@ var init_prompts = __esm({
|
|
|
17
17
|
|
|
18
18
|
{{RULES}}
|
|
19
19
|
|
|
20
|
-
Write approximately {{WORD_COUNT}} words
|
|
20
|
+
Write approximately {{WORD_COUNT}} words.
|
|
21
|
+
|
|
22
|
+
IMPORTANT: Start your response with exactly this format:
|
|
23
|
+
# Title Here
|
|
24
|
+
*Subtitle here*
|
|
25
|
+
|
|
26
|
+
Then write the essay body. The title must be on line 1 with a # prefix. The subtitle must be on line 2 wrapped in asterisks (*like this*).`;
|
|
21
27
|
DEFAULT_CHAT_TEMPLATE = `You are a helpful writing assistant.
|
|
22
28
|
|
|
23
29
|
{{CHAT_RULES}}
|
|
@@ -83,6 +89,8 @@ Write an essay following this exact structure:
|
|
|
83
89
|
{{PLAN}}
|
|
84
90
|
|
|
85
91
|
Rules:
|
|
92
|
+
- Start with the title on line 1 as: # Title Here
|
|
93
|
+
- Follow with the subtitle on line 2 as: *Subtitle here*
|
|
86
94
|
- Use the section headers as H2 headings
|
|
87
95
|
- Expand each section's bullet points into full paragraphs
|
|
88
96
|
- Match the author's voice and style from the examples
|