Skip to content

AgenticX v0.6.0 + Near Desktop v0.5.0

Latest

Choose a tag to compare

@DemonDamon DemonDamon released this 31 Aug 06:34
· 46 commits to main since this release

AgenticX Joint Release — 2026-08-31

This release ships three tracks together:

  • AgenticX (Python core) v0.5.0v0.6.0
  • Near Desktop v0.2.5v0.5.0
  • AgenticX Enterprise v0.2.2v0.3.0

Downloads

Installers are the Assets at the bottom of this GitHub Release page (public, no login). Do not use Actions artifact names such as near-arm64 — those links expire and require a GitHub login.

  • Near-0.5.0-arm64.dmg — macOS Apple Silicon
  • Near-0.5.0-win-x64.exe — Windows x64
  • macOS Intel (x64) DMG is not in this release: the bundled backend failed to resolve tree-sitter-language-pack wheels on macos-15-intel.

Installation / Upgrade

# Python core
pip install -U agenticx==0.6.0
  • Near Desktop: use the Assets on this page (Near-0.5.0-arm64.dmg or Near-0.5.0-win-x64.exe).
  • AgenticX Enterprise: follow enterprise/README.md (bootstrap.sh then start-dev.sh; use --db=mysql when upgrading a MySQL stack).

AgenticX v0.6.0 (Python core)

Published Python package: agenticx==0.6.0

pip install -U agenticx==0.6.0

Highlights

  • Core / Runtime

    • Group turns can now run as a WorkGraph DAG with a live God-View projection (H2A/A2A edges, intervention API, and session-bound graph runs).
    • Long LLM stalls wait and auto-resume instead of dying mid-turn; overflow retries and fail-closed persist keep long jobs from vanishing.
    • Shell and file tools go through one policy chokepoint: OS-level sandbox, segment-by-segment risk, workspace-scoped reads, and path_rules deny on both read and write. Low-risk auto mode still intercepts protected actions.
    • Text-only chats can still handle images: vision fallback, pre-describe new pictures, and route document turns onto a private vision model.
    • Prefix-cache hits are recorded locally; volatile state moves to the prompt tail so the system prefix stays stable. Cancelled reply prefixes stay in model-visible history; conversational avatar rename/role persist.
  • Skills / Learning

    • Session evidence + loop-review scoring, tighter gates, and optional auto-generation so skill self-evolution only promotes reviews that have real tool observations.
    • New agx harness review CLI for the same loop-review pass outside Desktop.
  • LLMs

    • Native DeepSeek vendor path (no longer a generic OpenAI-compatible alias only).
  • Studio / Server

    • Chat-side group creation (list_avatars / create_group_chat), open-floor routing, all-member speak, short default replies, and streaming expert text.
    • Group sessions live-reattach through the event hub so a reconnect does not drop an in-flight team run.

Fixes & Improvements

  • Core / Runtime

    • Deferred tool calls self-heal; GPT-5 temperature crashes and opaque resume errors are classified; empty sessions recover with a default-model fallback; wrap-up chain-of-thought is no longer promoted as the final reply.
    • Group progress reports stay grounded in execution facts; truncated completions no longer count as progress; images and @file references reach member turns; unmentioned Near replies run through AgentRuntime; experts can no longer fake a web search.
    • ~/.agenticx paths resolve at call time (not import time); async bridges, tool-result handling, and memory/SSE/hook leak guards are tightened.
  • Studio / Server

    • Failed turns are kept; YAML is cached; projected tools carry price hints; the context-usage chip tracks model-facing history.
  • Skills

    • Eval-set false blocks are dropped, and approve failures return a readable reason.
  • LLMs

    • GLM-5.3 Flash is treated as vision-capable.

Stats

  • Commits: 260 over 32 days (2026-07-30 → 2026-08-31)
  • Full Changelog: v0.5.0...v0.6.0

Near Desktop v0.5.0

Download the DMG / NSIS / AppImage from GitHub Releases for this tag.

Highlights

  • Desktop

    • Sidebar is now button navigation with landing views, searchable session history, in-session find, and a composer usage popup (including prompt-cache hit rate).
    • Workbench preview covers markdown, Office, HTML, and binaries; empty-state folder pick mounts a workspace the tools can see; @file chips jump to line ranges; quote selection into the current or a new pane.
    • Chat can render tool/search images, zoomable widgets (SVG / HTML / stock charts), clarification and action-confirmation cards, and a sub-agent swarm cluster with artifact drawers.
    • Model picker is rebuilt around the current channel, with reasoning-effort controls for Kimi K3 and DeepSeek V4. Security settings sit in one center; run mode is a persistent composer control that applies immediately.
    • Memory panel edits MEMORY.md / IDENTITY.md / SOUL.md with history and rollback. Skills marketplace is a collapsible panel with official recommended cards and one-click install.
  • IM Gateway

    • Native connectors for GitHub, Feishu, WeCom, Agent Mail, Tencent Meeting, and TAPD, with inline auth and action confirmation.
    • WeChat (iLink) recovers stale bindings instead of getting stuck in a dead session.
  • Packaging / CI

    • macOS DMG can be signed and notarized in GitHub Actions, with a branded installer background.

Fixes & Improvements

  • Desktop

    • Reopening a sidebar session restores renderable history; WorkPanel todos, sub-agents, and artifacts survive restart; LiteLLM no longer does an import-time network fetch that stalled agx serve.
    • Tool-group running status stays next to the title; bash-produced images show up in chat and artifacts; compact attachment chips sit outside the user bubble; context occupancy follows the pane model and ignores image-payload inflation.
    • Light/dark contrast, settings typography, off-state switches, and Mermaid/tool-done icons are readable on every theme.
    • Group chats open without waiting on the Studio list, skip empty-session full reloads, keep auto titles aligned with members, and stop the open flicker.
  • Packaging / CI

    • Optional graph stack stays off cold start so Desktop launch does not pay for unused graph runtime.

Stats


AgenticX Enterprise v0.3.0

Upgrade from enterprise/README.md:

cd enterprise
git pull
bash scripts/bootstrap.sh    # first run, secret rotation, or dialect change
bash scripts/start-dev.sh    # or start-dev-with-infra.sh when Postgres/Redis must come up first

MySQL stacks: bash scripts/bootstrap.sh --db=mysql. After upgrade, restart admin-console and web-portal so the sidebar version string reads v0.3.0.

Highlights

  • Enterprise Portal

    • Web search is a real tenant-controlled tool loop: settings switch, multi-source providers, citation capsules, and a structured source sidebar.
    • Deep Research is a workbench, not a single bubble: plan-chat gate, event timeline, HTML/Word deliverables, file browser, ZIP download, and rehydrate after refresh.
    • Composer shows attachment upload progress; original PDF/image previews zoom and download. Shared collab rooms land on the portal, with PAT-authenticated Desktop room APIs.
  • Enterprise Admin

    • Metering can set daily and weekly token windows (not only monthly display).
    • Capability packs assign platform features and skills to users or groups; Desktop bootstraps the assigned set and users can turn items off locally. First login can require a password change.
    • Policy rules gain a quick disable control; disabled rules stay visible instead of disappearing.
  • Enterprise Gateway

    • Enforces daily/weekly token windows and MCP entitlement. Upstream MCP credentials are encrypted at rest.
    • MCP reverse-proxy pages show the full Gateway URL plus client snippets; PATs sit in a local vault for copy/reference.
    • Every portal turn carries a trace_id; admin can look up request/session IDs and walk a three-pane trace (conversation I/O, model steps, Gantt).
  • Packaging / CI

    • PostgreSQL and MySQL are dual-dialect; production compose overrides cover Aliyun ACR and eCloud private registry.

Fixes & Improvements

  • Enterprise Portal

    • User/assistant history order is restored; empty assistant placeholders are dropped before upstream chat; SSE readers release on every exit so the history-error banner does not stick.
    • Favicon storms no longer starve chat APIs; web-search follow-ups stay referential; citation chips no longer jitter while typing.
    • Deep Research survives SSE drops, keeps the workbench after refresh, previews HTML inside the pane, and maps file-panel auth errors to readable copy.
  • Enterprise Gateway

    • Local gateway process start and stream latency are fixed; interrupted streams settle usage without a prior rollback.
  • Enterprise Admin

    • Policy snapshots stay in sync with published rules; visible-model checks apply on chat completions; the portal model menu scrolls.
  • Packaging / CI

    • MySQL migrations run for policy snapshots, visible models, and wide chat/artifact columns (mediumtext). AUTH_COOKIE_SECURE is configurable; secrets load from *_FILE.

Stats


Combined Stats

  • Total unique commits: 965
  • Time span: 2026-06-06 → 2026-08-31
  • Tracks released: agenticx, desktop, enterprise