Skip to content

NextAgent v0.2.0

Choose a tag to compare

@Fujo930 Fujo930 released this 15 Jun 23:00
· 13 commits to master since this release

NextAgent v0.2.0

DeepSeek-powered desktop coding agent with Claude Code-level capabilities.

Features

  • Dual Mode: Dswork (chat/agent) + Code (coding workspace)
  • 13 Tools: file read/write, shell commands, web search, git, dir listing, glob, grep, and more
  • 9 Innovations: frozen prefix caching (96% hit rate), adaptive compression, structured reasoning, verified execution, multi-layer defense
  • GUI: React 19 + Vite + Phosphor icons, cream warm theme
  • i18n: Full English + 简体中文 (222 keys), single-click language switch
  • Auto-scroll: useLayoutEffect + turn-count dependency for reliable chat scrolling

Builds

  • NextAgent.exe (24 MB) - standalone portable
  • NextAgent-Setup.exe (24 MB) - NSIS installer (Start Menu, Desktop, Uninstall)

Tech Stack

  • Core: Python (DeepSeek API, pywebview)
  • GUI: React 19 + Vite 6
  • Build: PyInstaller + NSIS 3.12