Releases: ZhengyiLuo/AgentsDock
Release list
AgentsDock 1.0.4-beta.12
AgentsDock 1.0.4-beta.12 bundles the app and its matching server update into one update action. Existing managed servers migrate through the signed legacy updater; new installations can use @agentsdock/server from npm.
- Preserve running agents, tools, subagents and approvals when the public gateway restarts.
- Prepare updates while agents work, then replace the execution runtime when current work is idle.
- Recover interrupted upgrades automatically and keep server identity, credentials and saved chats.
- Verify both server components before showing the update as complete.
Execution-runtime replacement still waits for idle. Older macOS installations with custom directories need a one-time migration using their original directory settings.
The Windows installer is unsigned. macOS packages are signed and notarized.
Update track: beta
Windows signing: unsigned
Source repository: ZhengyiLuo/AgentsDock
Source ref: release/1.0.4-beta.12
Source commit: 2741c05
Coordinated updates: npm-v1
AgentsDock 1.0.4-beta.8
AgentsDock 1.0.4-beta.8
- Show live thinking summaries directly among tool activity, with full text
visible without nested disclosure controls. - Keep the activity being read open when a turn completes or stops.
- Retain an interrupted thinking summary and label it as partial.
- Load available historical activity when its trace is opened, with more
pages available for long conversations. - Report custom-model thinking summary support separately from basic tool
compatibility.
Requires AgentsServer 1.0.4-beta.8 for streaming summaries and the additional
custom-model check. Provider support determines which summaries are available.
Update track: beta
Windows signing: unsigned
Source repository: ZhengyiLuo/AgentsDock
Source ref: release/1.0
Source commit: 3bb296e
AgentsDock 1.0.4-beta.7
AgentsDock 1.0.4-beta.7
- Show model compatibility clearly for custom Codex endpoints, with an optional
basic check using the saved endpoint credentials. - Keep unfamiliar model IDs available and offer only explicitly supported
reasoning effort settings for each model. - Keep model checks separate from saving endpoint settings and preserve each
existing chat's endpoint selection.
Requires AgentsServer 1.0.4-beta.7 for the model compatibility and reasoning
capability contract. A successful basic check covers isolated native tool calls
and a follow-up; it does not certify every tool or integration.
Update track: beta
Windows signing: unsigned
Source repository: ZhengyiLuo/AgentsDock
Source ref: release/1.0
Source commit: 26d6e45
AgentsDock 1.0.4-beta.6
AgentsDock 1.0.4-beta.6
- Center Team Network mail threads in a wider reading column.
- Align incoming and sent messages consistently, with more room for long
messages, code blocks and attachments. - Improve message spacing and soften the sent-message background.
No server update is required for this layout correction.
Update track: beta
Windows signing: unsigned
Source repository: ZhengyiLuo/AgentsDock
Source ref: release/1.0
Source commit: 7e9ec89
AgentsDock 1.0.4-beta.5
AgentsDock 1.0.4-beta.5
- Keep each server's side-chat conversation and draft when switching servers.
An answer already in progress continues on its original server and is
available when you return. Follow-ups retain their side-chat context. - Keep side chats separate across servers, including chats with matching IDs.
Explicit cancellation and clearing still apply to the original side chat. - Show the useful fork failure message without Electron's internal IPC prefix.
- Pair with AgentsServer 1.0.4-beta.5 to fix valid native Codex forks being
rejected when a workspace path contains a symlink, and to show clearer fork
failure reasons.
Update track: beta
Windows signing: unsigned
Source repository: ZhengyiLuo/AgentsDock
Source ref: release/1.0
Source commit: 56f2682
AgentsDock 1.0.4-beta.4
AgentsDock 1.0.4-beta.4
- Fix inter-chat messages appearing below a later final answer when the turn
includes files or media. Messages now stay interleaved with the surrounding
work at their original position in the conversation. - Preserve that order during live updates, after reopening a chat, and when
read receipts arrive. Messages actually sent after the final answer still
appear afterward. - Keep attachment metadata and message timestamps unchanged. This is a
desktop display correction; no server upgrade or conversation migration is
required.
Verified with the production timeline in native offscreen Electron using a
reproduction history, including card expansion and light/dark presentation.
Focused chronology regressions, type checking and production compilation pass.
Update track: beta
Windows signing: unsigned
Source repository: ZhengyiLuo/AgentsDock
Source ref: release/1.0
Source commit: d2b40e5
AgentsDock 1.0.4-beta.3
Custom Codex endpoints now use normal per-chat model and effort controls with model discovery. Save the endpoint and separate key without a required test or model ID; pending tests do not block Save. Existing chats retain their endpoint across changes. Pair with AgentsServer 1.0.4-beta.4, which isolates native provider generations and enforces messaging access in the harness.
Update track: beta
Windows signing: unsigned
Source repository: ZhengyiLuo/AgentsDock
Source ref: release/1.0
Source commit: c1dc59c
AgentsDock 1.0.4-beta.2
Fix Codex credential isolation: remove shared API-key login, keep endpoint keys separate, and clarify custom endpoint setup and selection. Requires AgentsServer 1.0.4-beta.2 to block legacy login requests from older clients.
Update track: beta
Windows signing: unsigned
Source repository: ZhengyiLuo/AgentsDock
Source ref: release/1.0
Source commit: f87790c
AgentsDock 1.0.3
AgentsDock 1.0.3
Stable desktop update from 1.0.2. Team Network remains a beta feature.
Workspace Changes
- Open Changes beside Chat to review the current repository's staged,
unstaged, untracked and conflicted files, including changes made outside the
current agent turn. - Inspect file diffs on demand, stage or unstage whole files, then review and
commit the staged set with a commit message. - Resolve text conflicts in one place with base, current and incoming versions
alongside an editable result. Save the resolution before continuing an
existing merge, rebase, cherry-pick or revert. Aborting requires confirmation. - Reject changes made against a stale repository snapshot and preserve an
unsaved conflict result for review. Git reads are on demand, with no idle
polling or requests while typing.
Workspace Changes requires AgentsServer 1.0.3 and a native operator
connection. Git controls are not available to shared-chat web guests.
This first cut stages whole files, not individual hunks. It does not create
branches or merges, push commits, or manage pull/merge requests. Binary and
symbolic-link conflicts, oversized files, and operations requiring executable
Git hooks or custom filters may need the terminal.
Side chat authorization
- Fix Side chat incorrectly reporting that an authenticated connection is not
authorized to ask questions. Side-question requests and cancellation now use
the native desktop transport expected by AgentsServer, without browser-style
headers that caused the server to reject them. - Preserve separate side-chat context, follow-up history, cancellation and
request ownership. Do not retry questions automatically or send them as main
chat turns. The server's authentication checks remain unchanged.
The Side chat authorization correction is app-only: no server update is
required if your server already supports Side chat. This does not add Side chat
support to older servers or change provider availability.
Visible versions
- Show the app version beside AgentsDock in the sidebar.
- Show the selected server's version beside its address, using existing version
metadata. Do not introduce background update checks or polling.
Downloads and updates
- macOS downloads are published only after Developer ID signing, notarization
and release verification. - Windows installers remain unsigned and may show the usual publisher warning.
- Linux x64/arm64 packages and Stable auto-update metadata accompany the
verified desktop release on the public and legacy desktop update feeds. - The matching standalone AgentsServer 1.0.3 supplies Workspace Changes.
Publishing either release does not force a running server to restart.
Update track: stable
Windows signing: unsigned
Source repository: ZhengyiLuo/AgentsDock
Source ref: release/1.0
Source commit: fa5d815
AgentsDock 1.0.2
AgentsDock 1.0.2
Stable desktop update from 1.0.1. Team Network remains a beta feature.
Change a saved Team Network host address
- Use Change host address in Team Network or a saved approved connection,
including when the host is offline. Enter the host's new IP and port in one
small dialog; no new invitation or approval is needed. - Verify the new endpoint against the connection's existing trusted host and
team before saving. Preserve membership, credentials and chat routes.
An incorrect address or a different host cannot silently replace that trust. - Keep inactive saved connections inactive. Recheck the current connection
after a successful change, with no new background polling or automatic
address discovery.
This action requires AgentsServer 1.0.2 on the member's own server. Updating
only the team host does not change members' saved addresses. Older servers show
an update explanation instead of attempting an unsafe rejoin.
Independent Side chat
- Ask a side question from the chat header and continue it in the inspector's
Side chat tab. The Details tab remains alongside it. - Use recent visible conversation context with Codex or Claude, independently
of the main agent. Sending or cancelling a side question does not steer,
interrupt, queue a main turn, pause its goal or enter its history. - Keep the side conversation and draft while switching tabs or chats. Side
history is temporary; attachments, hidden reasoning and tool results are not
included. Requires a supporting server and provider.
Search and clarity
- Keep immediate clicks from being discarded during an identity reset, both
when opening the host-address editor and loading a Mail/Bulletin attachment
preview. - Search Mail and Bulletin with explicit, indexed server queries and paged
results. Typing does not trigger repeated network searches. - Keep changed-file summaries visible outside collapsed progress.
- Show a quiet Syncing… status when an active chat is reconnecting instead
of a misleading warning about an active turn.
Downloads and updates
- Stable-channel automatic updates are published to the public AgentsDock
repository and the legacy desktop update feed. - macOS builds are signed and notarized. Windows installers remain unsigned;
Windows may display its usual publisher warning. Linux packages are included. - The matching standalone AgentsServer 1.0.2 release contains the new
endpoint recovery control and the preceding beta collaboration improvements.
Publishing either release does not force a running server to restart.
Update track: stable
Windows signing: unsigned
Source repository: ZhengyiLuo/AgentsDock
Source ref: release/1.0
Source commit: 94659a2