Skip to content

🚀 CodeBuddy Code v2.118.1 Release

📦 Version Information

ComponentVersion
CodeBuddy Code CLIv2.118.1
Agent SDK JSv0.3.205
Agent SDK Pythonv0.3.204

🔧 Improvements

  • Dependency Upgrade: Upgraded the Galileo Node SDK to 0.3.17-beta.1, removing patch files for older versions that are no longer needed

🐛 Bug Fixes

  • Local ACP Authentication: Fixed an issue where local loopback connections on some platforms (Windows x64) had the ACP initialize handshake misjudged as non-local, returning 401 Authentication required and preventing session establishment, blocking all tasks. All equivalent loopback address forms are now correctly recognized (127.0.0.0/8, ::1 and its expansions / IPv4-mapped / forms with brackets or zone IDs)
  • /effort and /config Consistency (Issue #58743): Fixed an inconsistency between /config get reasoningEffort and the /effort panel display after starting with cbc --effort <level>. /config now shows the merged effective settings (CLI has the highest priority); the /effort panel initial highlight = session override → CLI/global reasoningEfforthigh fallback; /effort <level> (non-ultracode) now synchronously writes the session-level model effort override (via setOverrideThinking, the same channel as ACP thought_level), and invalid levels are directly rejected