askpplx 1.0.0 → 1.2.1
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/README.md +2 -2
- package/dist/config.js +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@ askpplx "What are breaking changes in React 19 that affect this code? $(cat src/
|
|
|
35
35
|
|
|
36
36
|
Add this rule to your `CLAUDE.md` or `AGENTS.md` to enable automatic Perplexity lookups, no need to configure MCPs:
|
|
37
37
|
|
|
38
|
-
|
|
38
|
+
```markdown
|
|
39
39
|
# Rule: askpplx CLI Usage
|
|
40
40
|
|
|
41
41
|
Use `askpplx` to query Perplexity, an AI search engine combining real-time web search with advanced language models. Run it via `npx -y askpplx`.
|
|
@@ -43,4 +43,4 @@ Use `askpplx` to query Perplexity, an AI search engine combining real-time web s
|
|
|
43
43
|
Use concise prompts for quick facts and focused questions for deeper topics. If results are unexpected, refine your query and ask again.
|
|
44
44
|
|
|
45
45
|
Verification is fast and cheap, so prefer looking up information over making assumptions. Before first use, run `npx -y askpplx --help`.
|
|
46
|
-
|
|
46
|
+
```
|
package/dist/config.js
CHANGED