Skip to content

Local Coding Agent v4.3.0-pro — faster tool batches and safer approvals

Choose a tag to compare

@LongNgn204 LongNgn204 released this 01 Jul 09:53

What's new in v4.3.0-pro

This release focuses on faster local-agent workflows, safer approvals, and more reliable launch behavior.

Added

  • run_commands: run up to 12 bounded commands in one MCP round-trip, sequentially or with limited parallelism.
  • Enhanced read_many: supports structured per-file ranges, bounded concurrency, and a combined response cap.
  • request_approval_batch: approve 2-20 exact actions at once without wildcard permissions.
  • Approval TTL configuration via AGENT_APPROVAL_TTL_MINUTES.
  • Batch read response cap via AGENT_MAX_BATCH_READ_CHARS.
  • Health metadata for launcher/dashboard checks: pid, policy, allow_dangerous, config_id, and dashboard_port.
  • CI syntax checks for PowerShell and Bash launchers.

Fixed and hardened

  • Approval records are now one-time, exact-action grants with replay protection.
  • Concurrent calls can no longer reuse the same one-time approval.
  • Audit redaction now covers approval_token, mcp_auth_token, and control_plane_api_key.
  • Path resolution now canonicalizes paths before root validation, improving symlink/junction escape protection.
  • Launchers restart the managed server when effective config changes, and stop only the intended server process.

Verified

  • test:agent: 25/25
  • test:pro: 24/24
  • test:security: 7/7
  • test:hardening: 26/26
  • Eval suite: 20/20
  • Windows tray build: 0 warnings, 0 errors