From 8ec4f7dee3235edae944d9fd677ed80e1f959a3f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 3 Jul 2024 14:45:24 +0000 Subject: [PATCH] chore(release): 1.28.2 ## [1.28.2](https://github.com/rpidanny/darwin/compare/v1.28.1...v1.28.2) (2024-07-03) --- CHANGELOG.md | 2 + README.md | 4 +- docs/chat.md | 25 +++++-------- docs/config.md | 9 ++--- docs/download.md | 15 ++++---- docs/search.md | 95 ++++++++++++++++++++++------------------------- package-lock.json | 4 +- package.json | 2 +- 8 files changed, 72 insertions(+), 84 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f08bcb9..ff6a506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.28.2](https://github.com/rpidanny/darwin/compare/v1.28.1...v1.28.2) (2024-07-03) + ## [1.28.1](https://github.com/rpidanny/darwin/compare/v1.28.0...v1.28.1) (2024-07-03) ## [1.28.0](https://github.com/rpidanny/darwin/compare/v1.27.0...v1.28.0) (2024-07-03) diff --git a/README.md b/README.md index 4f6502b..9987061 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ $ npm install -g @rpidanny/darwin $ darwin COMMAND running command... $ darwin (--version) -@rpidanny/darwin/1.28.1 linux-x64 node-v20.15.0 +@rpidanny/darwin/1.28.2 linux-x64 node-v20.15.0 $ darwin --help [COMMAND] USAGE $ darwin COMMAND @@ -44,7 +44,7 @@ USAGE # Command Topics -* [`darwin chat`](docs/chat.md) - Chat with Darwin. Can be used to instruct Darwin to do things in natural language. +* [`darwin chat`](docs/chat.md) - Chat with Darwin using natural language. * [`darwin config`](docs/config.md) - Manage application configurations. * [`darwin download`](docs/download.md) - Download papers, datasets, or other content. * [`darwin search`](docs/search.md) - Search for papers, accession numbers, or other content. diff --git a/docs/chat.md b/docs/chat.md index 23fdccc..234dcf7 100644 --- a/docs/chat.md +++ b/docs/chat.md @@ -1,35 +1,30 @@ `darwin chat` ============= -Chat with Darwin. Can be used to instruct Darwin to do things in natural language. +Chat with Darwin using natural language. * [`darwin chat`](#darwin-chat) ## `darwin chat` -Chat with Darwin. Can be used to instruct Darwin to do things in natural language. +Chat with Darwin using natural language. ``` USAGE - $ darwin chat [--log-level TRACE|DEBUG|INFO|WARN|ERROR|FATAL] [-p ] [-l] [-s] - [--legacy-processing] [--llm-provider openai|ollama] + $ darwin chat [-l TRACE|DEBUG|INFO|WARN|ERROR|FATAL] [-p NUMBER] [-s] [--legacy] [--llm openai|ollama] FLAGS - -l, --logs Include application logs along with the chat conversations. - -p, --concurrency= [default: 10] The number papers to process in parallel. - -s, --skip-captcha Skip captcha on paper URLs. Note: Google Scholar captcha still needs to be solved. - --legacy-processing Enable legacy processing of papers that only extracts text from the main URL. The new - method attempts to extract text from the source URLs (pdf or html) and falls back to the - main URL. - --llm-provider=