AgenticX v0.3.11
AgenticX v0.3.11
Published Python package: agenticx==0.3.11
Installation
pip install -U agenticx==0.3.11PyPI
Highlights
New capabilities for remote Near Desktop deployments.
- Studio / Server
- Add authenticated
/api/config/providersAPI (GET list, PUT upsert, DELETE by name) so a remote Desktop client can read and write the server's~/.agenticx/config.yamlprovider map instead of editing a local file the remote runtime never loads. - Add
PUT /api/config/default-providerandPUT /api/config/active-modelso default provider and active model selection stay in sync with the remote backend. - All endpoints require the existing
x-agx-desktop-tokenheader, matching other Desktop-only admin routes.
- Add authenticated
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 servehost 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 (
localvshost:port), so switching local ↔ remote no longer reuses stale session IDs (fixes/api/subagents/status404 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— resolvesUnsupported provider: custom_openai_*when the remote config was empty.
- Backend-scoped local storage: workspace panes, avatar last-session, token cache, session-unattended flags, and MCP marketplace ID maps are namespaced per backend (
-
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
useAppStoreimport 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.
- Restore missing
Stats
- Commits: 7 commits over 1 day (2026-05-25 → 2026-05-25)