v0.4.94
CCProxy Agent v0.4.94
Hotfix release: the v0.4.93 portable package could not start because the Electron entry file was missing from the asar archive. v0.4.94 fixes the build so CI once again produces a runnable Windows portable EXE.
Build fix
build:guinow bundleselectron-main.tstodist/electron-main.js(the entry referenced bypackage.json"main"), in addition togui-preload.ts.build:guicleansdistfirst to prevent stale or missing entry files from drifting into the packaged archive.- Without this,
electron-builderpacked an asar whose entry file was absent and the EXE failed at launch withApplication entry file ... was not found in this archive.
What this release contains
- Security-hardened open-source packaging (unchanged from v0.4.93):
- Private
config.jsonis not copied beside the EXE or included inapp.asar. - First startup creates a secret-free
config.jsonbeside the portable executable. - Packaging scans the full release directory for private config files and configured secret bytes.
- Every release includes
SHA256SUMS.txtandconfig.example.json.
- Private
- Context recovery (unchanged from v0.4.93):
- Agent rescue clears old tool results first.
- The newest oversized tool result preserves bounded head and tail evidence instead of being erased.
- JSON replay removes stale entity headers.
- Anthropic and OpenAI SSE compact reminders are supported.
- Chunk synthesis failures enter a one-shot context retry path.
Install
- Download
CCProxy-Agent-v0.4.94.exe. - Verify it with
SHA256SUMS.txt. - Run the EXE; a clean
config.jsonis generated automatically. - Configure CC Switch and optional Vision access in the desktop UI.
Windows may display a SmartScreen warning because the community build is not currently distributed with a commercial Authenticode certificate.