Download Latest Version ProxyPal_aarch64.app.tar.gz (23.7 MB)
Email in envelope

Get an email when there's a new version of ProxyPal

Home / v0.4.24
Name Modified Size InfoDownloads / Week
Parent folder
latest.json 2026-04-10 6.3 kB
ProxyPal_0.4.24_amd64.AppImage.sig 2026-04-10 420 Bytes
ProxyPal-0.4.24-1.x86_64.rpm.sig 2026-04-10 420 Bytes
ProxyPal_0.4.24_amd64.AppImage 2026-04-10 105.5 MB
ProxyPal-0.4.24-1.x86_64.rpm 2026-04-10 28.6 MB
ProxyPal_0.4.24_amd64.deb.sig 2026-04-10 416 Bytes
ProxyPal_0.4.24_amd64.deb 2026-04-10 28.6 MB
ProxyPal_x64.app.tar.gz.sig 2026-04-10 408 Bytes
ProxyPal_x64.app.tar.gz 2026-04-10 28.3 MB
ProxyPal_0.4.24_x64.dmg 2026-04-10 28.4 MB
ProxyPal_v0.4.24_x64_portable.zip 2026-04-10 9.6 MB
ProxyPal_0.4.24_x64-setup.exe.sig 2026-04-10 420 Bytes
ProxyPal_0.4.24_x64-setup.exe 2026-04-10 18.9 MB
ProxyPal_aarch64.app.tar.gz.sig 2026-04-10 408 Bytes
ProxyPal_aarch64.app.tar.gz 2026-04-10 27.1 MB
ProxyPal_0.4.24_aarch64.dmg 2026-04-10 27.1 MB
README.md 2026-04-10 1.8 kB
v0.4.24 -- Qwen OpenCode config + CLIProxyAPIPlus v6.9.22-0 source code.tar.gz 2026-04-10 4.3 MB
v0.4.24 -- Qwen OpenCode config + CLIProxyAPIPlus v6.9.22-0 source code.zip 2026-04-10 4.4 MB
Totals: 19 Items   310.9 MB 0

What's New in v0.4.24

🔧 Sidecar Upgrade: CLIProxyAPIPlus v6.9.22-0

Upgraded sidecar from v6.9.19-0 → v6.9.22-0.

Key sidecar changes:

  • fix(executor): Immediate retry with token refresh on 429 for Qwen
  • fix(executor): OAuth tool name remapping with rename detection
  • fix(claude): Remap OAuth tool names to Claude Code style (avoids third-party fingerprint detection)
  • fix(claude): Preserve OAuth tool renames when filtering tools
  • feat(antigravity): Configurable signature cache with bypass-mode validation
  • feat(antigravity): Prefer prod URL as first priority
  • fix(handlers): Bind listener on all interfaces instead of localhost only

✨ Qwen Full Model Config for OpenCode

When configuring OpenCode via the Configure button, Qwen models now get a complete model spec:

:::json
{
  "attachment": true,
  "reasoning": true,
  "temperature": true,
  "tool_call": true,
  "modalities": {
    "input": ["text", "image"],
    "output": ["text"]
  },
  "options": {
    "reasoningEffort": "<user-configured>",
    "reasoningSummary": "auto",
    "textVerbosity": "medium"
  },
  "variants": {
    "xhigh": { "include": ["reasoning.encrypted_content"], "reasoningEffort": "xhigh", "reasoningSummary": "auto" },
    "high":  { "include": ["reasoning.encrypted_content"], "reasoningEffort": "high",  "reasoningSummary": "auto" },
    "medium": { "reasoningEffort": "medium", "reasoningSummary": "auto" },
    "low":    { "reasoningEffort": "low",    "reasoningSummary": "auto" }
  }
}

This enables image attachments, reasoning variants (xhigh/high/medium/low), and proper tool call support for all Qwen models in OpenCode.

Source: README.md, updated 2026-04-10