Skip to content

v0.5.1 — Cleaner prompt building

Choose a tag to compare

@jai-shopdevx jai-shopdevx released this 30 Jul 13:43

🧹 Readability fix

Refactored the chat prompt builders from ~30 sequential lines.push() calls into single template literals. Same output, far more readable. No behavior change.

Thanks to the r/ClaudeAI commenter who flagged it.