Skip to content

Releases: dungnt1312/dntspace-releases

DntSpace v0.2.6

Choose a tag to compare

@dungnt1312 dungnt1312 released this 17 Jul 09:43

Fixes

  • Launch update toast layout: clear spacing, plain-text notes (no raw markdown), readable version line

DntSpace v0.2.5

Choose a tag to compare

@dungnt1312 dungnt1312 released this 17 Jul 09:37

Features

  • Product branding shows DntSpace (window title, installer name, UI labels, default prompts)
  • Launch update toast checks on every app start (no 24h skip) so new versions are harder to miss

Notes

  • App id stays com.dntchat.app so existing installs, data, and update identity keep working
  • Workspace skill folder remains .dntchat

DntSpace v0.2.4

Choose a tag to compare

@dungnt1312 dungnt1312 released this 17 Jul 09:22

Fixes

  • Subagents panel is attached to the assistant turn (not fixed above the composer); remove Close action (interrupt remains for running agents)

DntSpace v0.2.3

Choose a tag to compare

@dungnt1312 dungnt1312 released this 17 Jul 09:05

Features

  • Launch update notice is a small bottom-left toast (non-blocking) instead of a modal; Diagnostics still uses the full update dialog

DntSpace v0.2.2

Choose a tag to compare

@dungnt1312 dungnt1312 released this 17 Jul 08:57

Fixes

  • Provider and chat model lists exclude image/video models (by catalog kind or name tokens); media models stay under Image/Video settings only

DntSpace v0.2.1

Choose a tag to compare

@dungnt1312 dungnt1312 released this 17 Jul 08:43

Fixes

  • Image/video Settings pickers detect models by name (image / video in id or display name) and only list matching models, independent of chat enable/disable

DntSpace v0.2.0

Choose a tag to compare

@dungnt1312 dungnt1312 released this 17 Jul 08:33

Features

  • DNT Hosted image & video — Settings media tools can use hosted aliases; plan quota meters image/video requests; video download via signed short-lived URLs
  • BYOK policy on media — plans with BYOK off require DNT Hosted for image/video as well as chat
  • Model aliases — hosted catalog prefers public alias codes with ordered failover
  • Windows sandbox levels — Off / Workspace / Strict, network approval gate, Job Object runner for child processes
  • Profile isolation — packs, skills, MCP, layout/notifications scoped per profile; wipe pack config on profile delete
  • Workbench — open PDF/DOCX/binary previews, tab context menu, explorer single-click preview tabs
  • In-app updates — signed Windows updates (launch check + Diagnostics); public channel remains dntspace-releases
  • Branding — DntSpace icon/lockup assets in app and admin UI

Performance

  • Faster chat streaming: virtualized turns, stream drafts without rewriting message lists, coalesced chunks
  • Shorter SQLite lock scopes; license session cache on proxy hot path; progressive SSE metering

Fixes

  • Stream cancel finalizes draft like done/error
  • Soft-limit UI event listener restored
  • Per-user NSIS only (no admin install path)

Distribution

DntSpace v0.1.0 — local MVP

Choose a tag to compare

@dungnt1312 dungnt1312 released this 16 Jul 11:09

DntSpace v0.1.0 — local MVP

First public binary-only drop. Source remains private.

Install (Windows x64)

  1. Download NSIS *_x64-setup.exe (recommended) or MSI.
  2. Optional: verify SHA-256 using SHA256SUMS.txt.
  3. Run installer → start DntSpace.

Note: This build’s installer filenames may still use the pre-rebrand dntchat_0.1.0_* basename. The product is DntSpace. Future builds use DntSpace_* names.

Highlights

  • Local desktop agent workspace (profiles, modes, tools, approvals)
  • OpenAI-compatible providers; keys in OS keychain when available
  • Skills, MCP (stdio), packs & workflows (early)
  • Path sandbox for file tools; heuristic shell policy (not an OS sandbox)

Docs

Known limitations

  • No in-app auto-update — install newer builds manually
  • Unsigned installer may trigger SmartScreen
  • Shell/MCP residual risk — use Ask before edit on untrusted folders
  • Pre-release data paths may not migrate from older internal builds

Requirements

Windows 10/11 x64 + WebView2.