Skip to content

APIBypass v0.6.1

Choose a tag to compare

@panando panando released this 04 Jun 07:23
· 19 commits to main since this release

New Feature

  • Built-in Help Window: Added a "Help" option in the menu bar that opens a comprehensive help window with sidebar navigation. The help window covers:

    • Quick Start guide
    • Menu bar options explained
    • Model Mapping concepts and configuration
    • Parameter Injection and Custom Parameters
    • Claude Code Launcher usage
    • Bypass Mode details and when to use it
    • Settings overview
    • Frequently Asked Questions (FAQ)
  • Bilingual Help: Help content automatically follows the app's current language setting (Chinese / English).

UI Improvements

  • Moved "Launch Claude Code" into the same menu group as "Bypass Mode" for better logical grouping.

Fixes

  • Clarified help documentation: reasoning mode is controlled via enable_thinking by default; providers using different fields should use Custom Parameters.
  • Fixed terminology: "API Token" → "API Key" in the Claude Code Launcher help section.

Notes

  • Help window is a native SwiftUI NavigationSplitView — no WebView or external dependencies.
  • The window supports re-opening after closing, and chapter navigation via sidebar.