Skip to content

AgenticX v0.3.11

Choose a tag to compare

@DemonDamon DemonDamon released this 25 May 09:13
· 290 commits to main since this release

AgenticX v0.3.11

Published Python package: agenticx==0.3.11

Installation

pip install -U agenticx==0.3.11

PyPI

Highlights

New capabilities for remote Near Desktop deployments.

  • Studio / Server
    • Add authenticated /api/config/providers API (GET list, PUT upsert, DELETE by name) so a remote Desktop client can read and write the server's ~/.agenticx/config.yaml provider map instead of editing a local file the remote runtime never loads.
    • Add PUT /api/config/default-provider and PUT /api/config/active-model so default provider and active model selection stay in sync with the remote backend.
    • All endpoints require the existing x-agx-desktop-token header, matching other Desktop-only admin routes.

Fixes & Improvements

No standalone bug-fix commits in this track for v0.3.11.

Stats

  • Commits: 8 commits over 1 day (2026-05-25 → 2026-05-25)
  • Note: Most commits in this interval are Desktop-only; the user-facing Python change is the Studio config API above. Upgrade the remote agx serve host to 0.3.11 before using Near Desktop 0.2.2 remote Provider sync.

Full Changelog


NEAR Desktop v0.2.2

Desktop app release paired with agenticx 0.3.11 for remote-server workflows.

Installation

Download the latest Near Desktop installer from GitHub Releases:

  • macOS: .dmg
  • Windows: NSIS installer (when available from CI)
  • Linux: AppImage (when available from CI)

After installing, if you use remote mode, point Near to your remote agx serve URL and ensure the server runs agenticx ≥ 0.3.11.

Highlights

  • Desktop / Remote backend

    • Backend-scoped local storage: workspace panes, avatar last-session, token cache, session-unattended flags, and MCP marketplace ID maps are namespaced per backend (local vs host:port), so switching local ↔ remote no longer reuses stale session IDs (fixes /api/subagents/status 404 noise and ghost panes).
    • Connection-mode restart: saving a server URL or toggling local/remote mode prompts an in-app relaunch so the new backend scope loads cleanly.
    • Topbar backend chip: always-visible indicator for 本地 vs remote host:port (with tooltip).
    • Remote Provider sync: in remote mode, Provider settings (API keys, base URLs, models, default/active model) read and write the remote config via Studio /api/config/* instead of the Mac-local ~/.agenticx/config.yaml — resolves Unsupported provider: custom_openai_* when the remote config was empty.
  • Desktop / Settings UX

    • Provider tab shows a synced remote hint when connected to a remote backend; Skills/MCP tabs still clarify that their toggles are local-only until a follow-up release.

Fixes & Improvements

  • Desktop
    • Restore missing useAppStore import in the voice settings panel (prevents a settings crash).
    • Move the backend scope chip to the topbar left (next to the sidebar toggle) for quicker environment context without crowding action buttons.

Stats

  • Commits: 7 commits over 1 day (2026-05-25 → 2026-05-25)

Full Changelog