Releases: clawnify/ateam
Releases · clawnify/ateam
v0.1.12
What's new
- Drop images into the terminal — drag a file onto an agent terminal and its (quoted) path is typed for you, iTerm-style, so you can hand screenshots straight to an agent
- Paste images with ⌘V — when the clipboard holds an image, ⌘V now forwards it so agents pick up the image instead of pasting nothing
- Per-project view memory — each project remembers its last view (selected task, side/full layout, Board vs Mission Control) when you switch back and forth
- Focus follows you — expanding or collapsing a task panel moves focus to the terminal, so you can press Enter immediately
Fixes
- Terminal no longer goes blank during layout changes: resizes are coalesced, zero-size fits are skipped, and the agent is only redrawn when the grid actually changes
Ateam 0.1.11
Highlights
- Prompt-first task creation — New task now opens a composer: tell the agent what to do, pick the agent (and YOLO if you dare), and go. The task name is optional — it's derived from your prompt, with a live branch-name preview. The agent launches with your prompt as its first instruction.
- Collapsible sidebar — collapse it to a slim rail of project initials and task icons (agent logo + status dot), with pulsing alerts for projects that need you. The toggle sits next to the traffic lights, and sidebar content now starts higher.
- Needs You is reliable now — Ateam registers Claude Code's dedicated PermissionRequest hook (the dialog registers instantly even when the terminal is focused), and background subagent activity can no longer bounce a task out of Needs You; only your reply, the turn ending, or a new session moves it.
Updates install themselves — choose Restart Now when prompted, or just quit whenever.
Ateam 0.1.10
Highlights
- Codex joins the board — Codex sessions now report lifecycle events (same hook schema as Claude Code), so Codex tasks move across the kanban and a turn-complete fallback works even before the repo's
.codexlayer is trusted. - Cross-project attention — projects in the sidebar pulse their dot (amber = Needs You, green = Review) when a non-selected project needs eyes.
- Done detection hardened — a stale merged PR from an old branch with the same name can no longer flip a fresh task to Done (GitHub's recorded head must match the branch tip).
- Plain folders welcome — adding a non-git folder offers to initialize a repository (init + .gitignore + first commit).
- Clean Up always proposes Done tasks; split diffs pair replaced blocks side-by-side; Mission Control tiles use status dots instead of a colored border.
Ateam 0.1.9
Highlights
- You're in control of updates — when a new version is available, Ateam now asks first with the release notes: Install Update, Remind Me Later, or Skip This Version. Once downloaded, choose Restart Now or let it install when you quit. Agent terminals survive the restart.
- Fixed: copying from the terminal mangled special characters —
→ — €no longer paste as,Üí ,Äî ,Ǩ. (GUI-launched apps have no locale, sopbcopyfell back to Mac OS Roman; terminals now inherit your login shell's UTF-8 locale.) Applies to agents/shells launched after updating.
Ateam 0.1.8
Highlights
- Fixed: tasks no longer jump to Done prematurely. Done detection now requires positive evidence — a PR in
MERGEDstate, or the branch tip recorded in a merge commit on main — and only applies once the agent has finished its turn with a plain reply (nothing pending, not mid-conversation, not waiting on you). - Plain folders welcome — adding a folder that isn't a git repository now offers to initialize one (git init, starter .gitignore, initial commit), GitHub-Desktop-style.
Updates from v0.1.5+ install automatically on quit.
Ateam 0.1.7
Highlights
- Cleaner changes UI — the file list no longer takes up a permanent sidebar. The task toolbar now shows the aggregate
+adds −delson the right; click it to open the changes view: files on the left, the selected file's diff (GitHub-Desktop split view) on the right. Click again to return to the terminal.
Updates from v0.1.5+ install automatically.
Ateam 0.1.6
Highlights
- Order your tasks — sort the Tasks list by status (Review → Needs You → In Progress → Backlog), by last updated, or drag tasks into a fully custom order. Reordering animates smoothly instead of snapping; board cards glide between columns too.
- Done is detected automatically — when a PR is merged outside Ateam (the agent ran
gh pr merge, or you merged on GitHub), the task moves to Done on the next status refresh. Squash and rebase merges are detected via the PR state. - New diff experience — changed files now live in a column on the right of the task panel; click a file to view a GitHub-Desktop-style split diff (unified when the panel is narrow).
Updating from v0.1.5 happens automatically in the background.
Ateam 0.1.5
Highlights
- In-app auto-update — Ateam now checks GitHub releases at launch and every 4 hours, downloads updates in the background, and installs on quit. This is the last release you need to download by hand.
- Fix: tasks now move back to In Progress after you answer a Needs You permission prompt or reply to the agent.
- Fix: the task panel collapses back from full width correctly (the terminal was clamping the panel's minimum width).
- Tasks have a description field (groundwork for transcript → tasks, now on the roadmap).
Ateam 0.1.4
Signed & notarized.
- Agents now detected & launchable in the packaged app — Ateam adopts your login-shell PATH at startup, so
claude/opencode/codexinstalled in ~/.local/bin or Homebrew are found. - App icon sized to Apple's icon grid (built-in margin + shadow) so it matches other apps.
- Friendly Files & Folders permission descriptions.
Download: Ateam-macos.dmg (macOS, Apple Silicon).
Ateam 0.1.3
Signed & notarized — opens with a normal double-click.
- Stable download asset: every release now ships
Ateam-macos.dmg, so the README's Download for macOS button always grabs the latest version. - Internal package scope renamed to
@ateam/*; docs and install instructions refreshed.
Includes everything from 0.1.2: terminals/agents that survive app restarts (PTY daemon), resume-conversation launches, interactive worktree cleanup, agent icons, and the safe worktree git engine.
Download: Ateam-macos.dmg (macOS, Apple Silicon).