Releases: CyniaAI/BukkitGPT-v3
Releases · CyniaAI/BukkitGPT-v3
1.0.0
What's Changed
- BREAKING: Now you can edit exist plugins by importing JAR file
- Added support for DeepSeek R1 models by detecting reasoning tokens
- Updated console.py by @KennySB-dev in #10
- Added support for OpenRouter referencer;
- Fixed historically incorrect terminology in README and code documentation, replacing "ChatGPT"/"GPT" with "LLM" to generalize model references;
- Changed the default model provider in
config.yaml
to OpenRouter.ai, with the default model updated todeepseek/deepseek-r1:free
; - Removed recommended tips and forced fallbacks for deprecated models (e.g.,
gpt-4-turbo
). We recommend using DeepSeek R1, OpenAI o1/o3-mini, or Gemini 2.0 Flash Thinking Exp 0121 instead; - Improved error handling for
APIConnectionError
,AuthenticationError
, and OpenRouter's Rate Limited, with clearer guidance prompts; - Added special handling for
o1-preview
(system prompts are unsupported in preview versions; strongly recommend usingo1
instead ofo1-preview
); - Deprecated the
disable_json_mode
parameter incore.askgpt
; - Logger now outputs to both log files and the console.
New Contributors
- @KennySB-dev made their first contribution in #10
Full Changelog: Beta-1.3...1.0.0
Beta 1.3: Prompt Improvements
Full Changelog: Beta-1.2...Beta-1.3
Beta 1.2
What's Changed
- fix: Lib missing by @Zhou-Shilin in #6
- Beta 1.2 dev by @Zhou-Shilin in #8
Full Changelog: Beta-1.1...Beta-1.2
Beta 1.1
What's Changed
- Add GUI support by @Zhou-Shilin in #3
- feat: Auto-fixing bugs by @Zhou-Shilin in #2
- Fix dependency missing problem by @Zhou-Shilin in #4
- Fix invalid version during exe building by @Zhou-Shilin in #5
Full Changelog: Beta-1.0...Beta-1.1
Beta 1.0
What's Changed
- feat: Basic features by @Zhou-Shilin in #1
New Contributors
- @Zhou-Shilin made their first contribution in #1
Full Changelog: https://github.com/CubeGPT/BukkitGPT-v3/commits/Beta-1.0