Local Coding Agent v4.4.1 Prodev — Anti-Lag Customer Setup
Local Coding Agent v4.4.1 Prodev
Customer-ready Prodev release focused on reducing ChatGPT Web lag and making customer setup/support easier.
Highlights
- Reduced default tool payloads so long ChatGPT Web threads stay responsive:
read_filedefault: 12k charsrun_commanddefault: 8k charsread_manybatch cap: 120k chars
- Added customer AI prompt generator:
node scripts/local-coding-agent.mjs prompt setupnode scripts/local-coding-agent.mjs prompt updatenode scripts/local-coding-agent.mjs prompt diagnose
- Added one-command setup wizard report:
node scripts/local-coding-agent.mjs setup-wizard --workspace "C:\path\repo"
- Added skills doctor:
node scripts/local-coding-agent.mjs skills doctor
- Added dashboard copy buttons for setup/update/diagnose prompts.
- Added redacted support report helper for customer diagnostics.
- Updated README with AI Agent Quick Setup at the top in English and Vietnamese.
- Updated Windows tray app to
4.4.1-prodev.
Public release cleanup
- Removed the unpublished experimental v5 standalone folder from this release branch/tag.
- Release notes and public docs only describe stable Prodev features.
Fixes
- Fixed Windows CLI
npmspawning by routing npm commands throughcmd.exe /c. - Lower default payload sizes reduce chat-frame lag caused by giant logs, diffs, base64, and repeated single-file reads.
Verification
node --check server/server.mjsnode --check scripts/local-coding-agent.mjsnode --check scripts/support-report.mjsnode scripts/validate-skills.mjsnpm --prefix server run test:agentnpm --prefix server run test:pronpm --prefix server run test:securitynpm --prefix server run test:hardeningdotnet build tray-app/LocalCodingAgentTray.csproj -c Release --no-restoredotnet publish tray-app/LocalCodingAgentTray.csproj -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true