Skip to content

Releases: Fujo930/next-agent

NextAgent 0.2.3

16 Jun 17:28

Choose a tag to compare

NextAgent 0.2.3

This release packages the current desktop GUI and DeepSeek agent core into a Windows installer.

What's New

  • Added the polished NextAgent desktop experience with first-launch DeepSeek API setup.
  • Added persistent Dswork and Code sessions, recents, pinned items, and local memory.
  • Improved Code mode with token/cache overview, model usage, workspace controls, permission mode menu, effort slider, and stop/queue controls.
  • Added Chinese and English UI support with saved language preference.
  • Added settings, customize, projects, scheduled tasks, live artifacts, and connector/plugin placeholder flows.
  • Added README screenshots and GitHub community templates.

Downloads

  • NextAgent-Setup.exe: recommended Windows installer.
  • NextAgent.exe: portable single-file desktop app.

Notes

Your DeepSeek API key is stored locally on your Windows account. Resetting NextAgent clears local GUI state and returns to the first-launch API setup screen.

NextAgent v0.2.0

15 Jun 23:00

Choose a tag to compare

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