Skip to content

Local Coding Agent v4.4.1 Prodev — Anti-Lag Customer Setup

Choose a tag to compare

@LongNgn204 LongNgn204 released this 08 Jul 03:32

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_file default: 12k chars
    • run_command default: 8k chars
    • read_many batch cap: 120k chars
  • Added customer AI prompt generator:
    • node scripts/local-coding-agent.mjs prompt setup
    • node scripts/local-coding-agent.mjs prompt update
    • node 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 npm spawning by routing npm commands through cmd.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.mjs
  • node --check scripts/local-coding-agent.mjs
  • node --check scripts/support-report.mjs
  • node scripts/validate-skills.mjs
  • npm --prefix server run test:agent
  • npm --prefix server run test:pro
  • npm --prefix server run test:security
  • npm --prefix server run test:hardening
  • dotnet build tray-app/LocalCodingAgentTray.csproj -c Release --no-restore
  • dotnet publish tray-app/LocalCodingAgentTray.csproj -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true