APIBypass v0.6.1
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_thinkingby 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.