Skip to content

Releases: Mr-Don-Leo/Linux-AgentMux

AgentMux v0.3.5

Choose a tag to compare

@github-actions github-actions released this 24 Aug 18:53

AgentMux v0.3.5

  • Chat transcripts now survive app restarts. Previously, restoring sessions after closing the app resumed the agent's conversation memory but showed an empty chat. Transcripts are now snapshotted to disk at every turn and reloaded on restore with a '· Restored from previous run ·' divider — the full visual history comes back even after a crash or force-kill.
  • Deliberately closed sessions clean up their snapshots; orphaned snapshots are removed at startup.
  • Internal: session teardown moved to the app exit event, which actually fires (the window Destroyed event never did).

AgentMux v0.3.4

Choose a tag to compare

@github-actions github-actions released this 24 Aug 18:39

AgentMux v0.3.4

  • Auto-approve — a dropdown in the session toolbar (next to Memory) sets the approval policy per Claude chat session:
    • Ask to approve (default) — every permission request shows Allow/Deny buttons
    • Auto-approve edits — file edits (Write/Edit/MultiEdit/NotebookEdit) run without asking; commands still ask
    • Auto-approve all — everything runs without asking
  • Auto-approved requests still appear in the transcript as Allowed cards, so you keep a full audit trail. Switching to an auto mode also clears any approvals already waiting. The policy is per session and resets to Ask for new sessions.

AgentMux v0.3.3

Choose a tag to compare

@github-actions github-actions released this 24 Aug 18:26

AgentMux v0.3.3

Fixes

  • Chat sessions no longer get stuck mid-turn. When the agent asked for permission during a multi-step turn (several commands + explanations), the Allow/Deny card could disappear while the agent waited forever for an answer. Approval cards now stay actionable until they're answered or the turn ends. Sessions stuck this way recover on reopening — the pending approval reappears.
  • You can message the agent while it's working. Messages typed mid-turn are delivered to Claude as steering input (it acknowledges and incorporates them) instead of being silently dropped. The composer shows Send whenever you have text, Stop otherwise.
  • Denied permission requests are now labeled Denied instead of Allowed.

Features

  • Edit projects — hover a project tile and click the pencil to change its name, agent, repo, domain, port, provider, model, or instructions. The folder on disk and the agent memory file are never touched.

AgentMux v0.3.2

Choose a tag to compare

@github-actions github-actions released this 24 Aug 18:15

AgentMux v0.3.2

  • Chat state fully persists while the app is open — anything you've typed in a session's composer is kept when you navigate to Projects, Themes, Usage, or other sessions, and restored when you come back. Each session keeps its own draft independently.
  • Smarter session management — opening a project from the home screen now takes you to its already-running session instead of creating a duplicate. New sessions are created explicitly from the workspace sidebar.
  • Redesigned new-session controls — the sidebar footer now shows compact, icon-labeled Chat / Terminal buttons.

AgentMux v0.3.1

Choose a tag to compare

@github-actions github-actions released this 24 Aug 17:50

Fixes the AI provider and Model dropdowns in the New Project dialog: they previously rendered as native OS controls (white text on a light control in dark themes). They are now custom dropdowns styled to match the active theme in all three skins.

AgentMux v0.3.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 17:30

AgentMux v0.3.0

Chat everywhere

  • Codex chat mode — Codex sessions now open as native chats too, powered by codex exec --json with thread-id continuity across turns. Shell commands, file edits, web searches, and MCP calls appear as expandable tool cards; each turn shows token usage.
  • Streaming responses — Claude replies render word by word as they're generated, with a blinking cursor.
  • Rich markdown — headings, lists, tables, blockquotes, code blocks with language labels, and clickable links (opened in your browser) in every bubble. Rendered as React elements, never raw HTML.

Multiplexing

  • Drag to rearrange — drag pane headers to swap split positions, or drag a session from the sidebar onto a pane to swap it in.

Fixes

  • CLI startup noise no longer appears as errors in chat.

Install: .deb (Debian/Ubuntu), .rpm (Fedora/RHEL), or .AppImage (any distro) below. You'll need the claude and/or codex CLI installed.

AgentMux v0.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 17:02

See the assets below to download and install this version.