1093 Commits

Author SHA1 Message Date
Peter Dave Hello 6d089c2ab7 Bump npm dependencies via npm audit fix
Deploy to Github Pages / build-and-deploy (push) Has been cancelled
Previous npm audit reported 48 security advisories: 6 low, 23 moderate,
15 high, and 4 critical. After running npm audit fix the count drops to
39 advisories, including 4 low, 21 moderate, and 14 high, clearing every
critical issue.
2025-09-26 03:19:42 +08:00
dependabot[bot] 10517ca994 chore(deps): bump mermaid from 10.9.3 to 10.9.4
Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 10.9.3 to 10.9.4.
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/v10.9.3...v10.9.4)

---
updated-dependencies:
- dependency-name: mermaid
  dependency-version: 10.9.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-26 02:16:45 +08:00
dependabot[bot] f210ddd78d chore(deps-dev): bump brace-expansion from 1.1.11 to 1.1.12
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/1.1.11...v1.1.12)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-26 02:15:27 +08:00
Peter Dave Hello 053b782f3a Fix lint-staged pattern for JSX and TSX
Ensure lint-staged matches both .jsx and .tsx files during linting. The previous brace block used an invalid jsx.tsx extension glob.
2025-09-26 02:12:50 +08:00
Peter Dave Hello 803b78b6d1 Add AGENTS.md (comprehensive agent guide)
Mainly generated by codex-cli v0.39.0 with GPT-5(high) and this prompt:
- https://gist.github.com/PeterDaveHello/f30c38a156982a35683edfd5ece2d474

Reference:
- https://agents.md/
2025-09-25 23:36:14 +08:00
Peter Dave Hello 8706068c12 Update dependencies 2025-06-09 09:10:31 -07:00
Peter Dave Hello a2d9b858ce Remove deprecated Mixtral8x7b APIBot via Groq (#1032)
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2025-06-09 02:35:48 +08:00
google-labs-jules[bot] a56cf1da28 fix: Update @langchain/groq and adapt to API changes
Updated @langchain/groq from ^0.1.3 to ^0.2.2.
This change also involved ensuring the underlying groq-sdk (a dependency
of @langchain/groq) is at a compatible version (expected ^0.19.0).

Modified src/bots/groq/GroqAPIBot.js to align with API changes in ChatGroq:
- Renamed the `modelName` parameter to `model` in the ChatGroq constructor.

This resolves an issue where updating the dependency would cause runtime errors despite a successful build, due to the parameter name change.
2025-06-08 11:09:01 -07:00
VenusGirl❤ 53006dae28 Update README_KO-KR.md (#1026) 2025-06-07 20:50:04 +08:00
Peter Dave Hello 6456ef0646 Bump version to v1.85.110
Build and Release / build-and-release-macos (push) Has been cancelled
Build and Release / build-and-release-ubuntu (push) Has been cancelled
Build and Release / build-and-release-windows (push) Has been cancelled
v1.85.110
2025-05-22 09:14:16 -07:00
Peter Dave Hello 966fc80ad1 Specify node.js version in .nvmrc and package.json 2025-05-21 09:35:40 -07:00
Peter Dave Hello faf5075342 Update default bots 2025-05-21 09:10:23 -07:00
Peter Dave Hello fda46931f3 Move to Node.js v20 LTS 2025-05-21 09:09:48 -07:00
Peter Dave Hello e88eb3489f Update dependencies 2025-05-20 21:45:46 -07:00
Peter Dave Hello b5e43b2967 Update Grok 3 series model, remove -beta suffix (#1016) 2025-05-21 12:35:26 +08:00
Peter Dave Hello 42113749db Upgrade prettier to v3.5.3 (#1011) 2025-05-21 00:33:32 +08:00
Peter Dave Hello c5691e2d14 Remove deprecated grok-beta model (#1014) 2025-05-20 23:14:05 +08:00
Peter Dave Hello e23d51a9a7 Add OpenAI o3 & o4-mini reasoning model via official API, close #1004 (#1012) 2025-04-21 02:07:44 +08:00
dependabot[bot] 2478f596b8 chore(deps-dev): bump http-proxy-middleware from 2.0.7 to 2.0.9 (#1010)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-21 02:03:31 +08:00
Peter Dave Hello 808787997a Update dependencies in a range that will not break the app (#1009) 2025-04-20 18:33:09 +08:00
Peter Dave Hello 88f03c9ea5 Add OpenAI GPT-4.1 Family via official API, close #1001 (#1005) 2025-04-19 05:29:37 +08:00
Peter Dave Hello e14434553b Avoid sending temperature for OpenAI reasoning models (#1006) 2025-04-19 05:21:27 +08:00
Peter Dave Hello aa054b27d4 Add Meta's Llama-4 via Groq cloud API, close #996 (#1000) 2025-04-14 02:37:20 +08:00
Peter Dave Hello 0976dafc49 Add xAI Grok 3 mini via official API, cc #977 (#999) 2025-04-13 00:40:51 +08:00
Peter Dave Hello 473c16a676 Update dependencies (#997) 2025-04-13 00:35:27 +08:00
AdySnowflake 46a2bda669 Change the default Windows build version from ia32 to x64 (#987) 2025-04-12 03:06:49 +08:00
Peter Dave Hello 12da3c06f5 Add xAI Grok 3 support via official API, cc #977 (#998) 2025-04-12 00:26:30 +08:00
Peter Dave Hello da8de933e7 chore: bump to v1.84.109
Build and Release / build-and-release-macos (push) Has been cancelled
Build and Release / build-and-release-ubuntu (push) Has been cancelled
Build and Release / build-and-release-windows (push) Has been cancelled
v1.84.109
2025-03-15 00:08:17 +08:00
Peter Dave Hello 9d6ac87acd Update dependencies (#991) 2025-03-13 00:41:37 +08:00
dependabot[bot] 18df56133d chore(deps): bump vue-i18n from 11.1.1 to 11.1.2 (#990)
Bumps [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) from 11.1.1 to 11.1.2.
- [Release notes](https://github.com/intlify/vue-i18n/releases)
- [Changelog](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/intlify/vue-i18n/commits/v11.1.2/packages/vue-i18n)

---
updated-dependencies:
- dependency-name: vue-i18n
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-13 00:16:17 +08:00
dependabot[bot] 7b821f531c chore(deps): bump prismjs from 1.29.0 to 1.30.0 (#989)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.29.0...v1.30.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-13 00:15:31 +08:00
Peter Dave Hello a176f33b85 Remove deprecated and not working ChatGPT 3.5 & 4 mobile bot (#988) 2025-03-08 20:10:01 +08:00
Peter Dave Hello 71712a01a9 Add GPT-4.5 Preview via OpenAI API, close #981 (#985) 2025-03-06 00:01:25 +08:00
Peter Dave Hello 7255f66243 Add Gemini 2.0 Flash-Lite via Google AI API, close #980 (#983) 2025-03-05 23:17:41 +08:00
Peter Dave Hello 138fedc549 Add Claude 3.7 Sonnet via Anthropic API, close #979 (#982) 2025-03-05 23:03:15 +08:00
Peter Dave Hello 2ac53fd14d Update dependencies (#984) 2025-03-05 23:02:52 +08:00
Peter Dave Hello e94b604f08 Allow blank GitHub issues, cc #458 (#978)
It's inconvenient for professionals or power users, including me, as a
volunteer maintainer. We don't have many issues to limit at the moment,
so it's fine to allow blank issues. People can still choose the correct
template, but we will have more flexibility here.
2025-02-25 23:26:17 +08:00
Peter Dave Hello 383575cd0d Add OpenAI o1 reasoning model via OpenAI API, cc #958 #959 (#975)
Close #950
2025-02-16 00:12:48 +08:00
Peter Dave Hello ec49a0c2a6 Add Google Gemini Flash 2.0 via API (#974) 2025-02-14 01:15:32 +08:00
Peter Dave Hello 85641c23ca Remove some deprecated and currently not working "Hgging Face" bots (#973) 2025-02-14 01:14:17 +08:00
Peter Dave Hello 8151906954 Change the default bots to those bots using API, cc #953 (#972) 2025-02-05 00:46:17 +08:00
Peter Dave Hello 4484c9c6cc Remove some deprecated bots on currently not working LMSYS (#971) 2025-02-05 00:10:45 +08:00
Peter Dave Hello f13fb73d3e Add OpenAI o1-mini and o3-mini reasoning model via OpenAI API (#958) 2025-02-04 00:10:29 +08:00
Peter Dave Hello feebfafd67 Remove some deprecated on bots on currently not working Poe platform (#970) 2025-02-03 23:31:53 +08:00
Peter Dave Hello c8eb01443d Update dependencies (#969) 2025-01-31 01:58:17 +08:00
Peter Dave Hello e5ba3f9a3d Update translated README versions with AI's help (#963) 2025-01-08 23:42:13 +08:00
Peter Dave Hello 55bb36ca25 Update GitHub namespace from sunner to ai-shifu (#962) 2025-01-05 00:20:46 +08:00
Peter Dave Hello 3d5e3950c6 Add CONTRIBUTION.md (#961) 2025-01-04 19:44:07 +08:00
Peter Dave Hello 3fe4abe26f Remove duplicated content in README_IT-IT.md, fix #954, fix #451 (#956) 2025-01-02 21:39:38 +08:00
Peter Dave Hello f241e7ff97 Fix prompts-zh.json format (#957) 2025-01-02 21:38:38 +08:00