megabuff 0.16.0 → 0.16.2

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.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,6 +21,10 @@
21
21
 
22
22
  <img width="690" src="media/github-media-banner.png" alt="MegaBuff Banner" width="100%">
23
23
 
24
+ [![Watch the demo](https://img.youtube.com/vi/JZ4on86IpgU/maxresdefault.jpg)](https://youtu.be/JZ4on86IpgU)
25
+
26
+ *Click the image above to watch the demo on YouTube*
27
+
24
28
  </div>
25
29
 
26
30
  ---
@@ -32,6 +36,12 @@ Get started in seconds:
32
36
  ```bash
33
37
  npm install -g megabuff
34
38
  megabuff optimize "Rewrite this prompt to be clearer"
39
+
40
+ # Use interactive mode for multiple commands!
41
+ megabuff shell
42
+
43
+ # Set up your API key (choose your favorite provider)
44
+ megabuff config token YOUR_API_KEY --provider openai
35
45
  ```
36
46
 
37
47
  **That's it!** 🎉 You're ready to supercharge your prompts.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "megabuff",
3
- "version": "0.16.0",
3
+ "version": "0.16.2",
4
4
  "description": "AI-powered prompt optimizer CLI with BYOK (Bring Your Own Key) support for OpenAI, Anthropic, Google Gemini, xAI, and DeepSeek",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",