What's New
History
pplx --history - View past queries
pplx --no-history - Skip saving sensitive queries
- Auto-rotates at 1000 entries
- Stored at
~/.pplx/history.jsonl
Session Continuation
pplx -c "follow up question" - Continue from last query
- Context from previous Q&A is included automatically
File Output
pplx -o research.md "topic" - Save to markdown
pplx -o notes.txt "topic" - Save to plain text
- Great for deep research mode
Other
- 22 tests (8 new for history)
- Updated README with new features
- Blueprints for history and streaming architecture
Installation
bun install -g pplx-zero@2.1.0
# or
npm install -g pplx-zero@2.1.0