Skip to content

Commit fbfc46f

Browse files
committed
Bump package version & news
1 parent 1f8c8b1 commit fbfc46f

File tree

2 files changed

+23
-16
lines changed

2 files changed

+23
-16
lines changed

DESCRIPTION

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: searcher
2-
Title: Query Search Interfaces
3-
Version: 0.0.7.2
2+
Title: Query Search Interfaces and AI Assistants
3+
Version: 0.1.0
44
Authors@R: c(
55
person("James", "Balamuta",
66
email = "[email protected]",
@@ -13,11 +13,17 @@ Authors@R: c(
1313
comment = c(ORCID = "0000-0001-9412-0457")
1414
)
1515
)
16-
Description: Provides a search interface to look up terms
17-
on 'Google', 'Bing', 'DuckDuckGo', 'Startpage', 'Ecosia', 'rseek',
18-
'Twitter', 'StackOverflow', 'RStudio Community', 'GitHub', and 'BitBucket'.
19-
Upon searching, a browser window will open with the aforementioned search
20-
results.
16+
Description: Provides search interfaces to look up terms on major search engines
17+
including 'Google', 'Bing', 'DuckDuckGo', 'Startpage', 'Ecosia', 'Brave',
18+
'Kagi', 'rseek', social platforms like 'X' (formerly Twitter), 'BlueSky',
19+
'Mastodon', programming communities such as 'StackOverflow', 'Posit Community',
20+
and code repositories including 'GitHub', 'grep.app', and 'BitBucket'.
21+
Additionally, provides direct integration with AI assistants through
22+
specialized query functions for 'ChatGPT', 'Claude AI', 'Perplexity AI',
23+
'Mistral AI', 'Microsoft Copilot', and 'Meta AI', complete with an AI prompt
24+
management system for R-optimized interactions. Upon searching or querying,
25+
a browser window will open with the search results or AI interface pre-populated
26+
with the specified query.
2127
URL: https://github.com/coatless-rpkg/searcher, https://r-pkg.thecoatlessprofessor.com/searcher/
2228
BugReports: https://github.com/coatless-rpkg/searcher/issues
2329
Depends: R (>= 3.3.0)

NEWS.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
# searcher 0.0.8
1+
# searcher 0.1.0
22

33
## Features
44

55
- Added GenAI Search Portals:
6-
- `ask_chatgpt()`: Searches with ChatGPT
7-
- `ask_claude()`: Searches with Claude AI
8-
- `ask_perplexity()`: Searches with Perplexity AI
9-
- `ask_mistral()`: Searches with Mistral AI
10-
- `ask_copilot()`: Searches with Microsoft Bing's Copilot
11-
- `ask_meta_ai()`: Searches with Meta AI
6+
- `ask_chatgpt()`: Discuss with OpenAI's ChatGPT
7+
- `ask_claude()`: Discuss with Anthropic's Claude AI
8+
- `ask_perplexity()`: Discuss with Perplexity AI
9+
- `ask_mistral()`/`ask_le_chat()`: Discuss with Mistral AI's Le Chat
10+
- `ask_copilot()`: Discuss with Microsoft Bing's Copilot
11+
- `ask_xai()`/`ask_grok()`: Discuss with xAI's Grok
12+
- `ask_meta_ai()`: Discuss with Meta AI
1213
- Added an AI Prompt Management System with Persona Prompts:
1314
- `ai_prompt()`: Set a prompt for the AI
1415
- `ai_prompt_active()`: View the active prompt
@@ -17,7 +18,7 @@
1718
- `ai_prompt_register()`: Add a custom prompt
1819
- `ai_prompt_remove()`: Remove a prompt
1920
- Added new vignettes:
20-
- `search-with-ai-assistants.Rmd`: Overview of the AI Searching Techniques
21+
- `using-ai-assistants-with-searcher.Rmd`: Overview of the AI Searching Techniques
2122
- `managing-ai-prompts.Rmd`: Overview of `searcher`'s AI Prompt Management System
2223
- Added search portals:
2324
- `search_brave()`: Searches on Brave.
@@ -42,9 +43,9 @@
4243

4344
- Reorganized search functions into separate help pages by category:
4445
- Search engines (Google, Bing, etc.)
46+
- AI assistants (ChatGPT, Claude, etc.)
4547
- Community sites (StackOverflow, Twitter, etc.)
4648
- Code repositories (GitHub, BitBucket, etc.)
47-
- AI assistants (ChatGPT, Claude, etc.)
4849
- Implemented `@family` tags to group related functions in the "See also" section
4950
- Added more specific, relevant examples for each function
5051
- Added brief descriptions of each AI service's strengths and characteristics

0 commit comments

Comments
 (0)