chat-agent-toolkit 1.2.50 → 1.2.51

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chat-agent-toolkit",
3
- "version": "1.2.50",
3
+ "version": "1.2.51",
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');",