chat-agent-toolkit 1.2.50 → 1.2.52

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 CHANGED
@@ -1,5 +1,9 @@
1
1
  ![logo](https://i.imgur.com/YQgNTdv.png)
2
2
 
3
+
4
+ <a href="https://www.npmjs.com/package/chat-agent-toolkit"><img src="https://img.shields.io/npm/dm/chat-agent-toolkit.svg" alt="NPM Monthly Downloads"></a>
5
+ <a href="https://www.npmjs.com/package/chat-agent-toolkit"><img src="https://img.shields.io/npm/v/chat-agent-toolkit.svg" alt="npm version"></a>
6
+
3
7
  Multi-provider AI agent toolkit for generating language responses, searching the web, extracting page content, and managing long-term memory across 10+ LLM providers.
4
8
 
5
9
  Built on top of the [Vercel AI SDK](https://sdk.vercel.ai), with a small registry of pre-tuned agent prompts (research, summarization, citation answering, query resolution, knowledge-graph extraction, etc.) and tool wrappers around the [QwkSearch](https://qwksearch.com) API.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chat-agent-toolkit",
3
- "version": "1.2.50",
3
+ "version": "1.2.52",
4
4
  "description": "Multi-provider AI agent toolkit: generate language responses, search the web, extract content, and manage memory across 10+ LLM providers.",
5
5
  "author": "vtempest <grokthiscontact@gmail.com>",
6
6
  "license": "AGPL-3.0",
@@ -9,7 +9,7 @@ import { encode, decode } from "html-entities";
9
9
 
10
10
  loadLanguages();
11
11
 
12
- // Inline onclick: self-contained per button, works in dangerouslySetInnerHTML contexts
12
+ // Inline onclihttps://claude.com/cai/oauth/authorize?code=true&client_id=9d1c250a-e61b-44d9-88ed-5944d1962f5e&response_type=code&redirect_uri=https%3A%2F%2Fplatform.claude.com%2Foauth%2Fcode%2Fcallback&scope=org%3Acreate_api_key+user%3Aprofile+user%3Ainference+user%3Asessions%3Aclaude_code+user%3Amcp_servers+user%3Afile_upload&code_challenge=JsLfmO6Cp0S_Fj1HNLczEOzmJxqfR-u3FIM0FPBnIiI&code_challenge_method=S256&state=CGnY-CI-nZZ9HncJj4QLdYXu_LC_bnxUHhIDTD7QL6Yck: self-contained per button, works in dangerouslySetInnerHTML contexts
13
13
  const COPY_ONCLICK = [
14
14
  "(function(b){",
15
15
  "var c=b.closest('figure.code-block')?.querySelector('pre code');",