// changelog

changelog

0.1.0

atlas is a macOS app for managing git worktree-based workspaces - with integrated terminals, coding agents, and project tooling built in. this is our first public release.

workspaces

  • clone repos and create workspaces from branches with a single click
  • each workspace gets its own git worktree, isolated from the rest
  • create, archive, and delete workspaces from the sidebar
  • custom display names and workflow statuses for organizing active work
  • searchable branch picker for workspace creation
  • collapsible archived section to keep things tidy

terminals

  • fully integrated terminal emulator in every workspace
  • tab system with pinned tabs and colored labels
  • terminal sessions persist across app restarts
  • smooth switching between workspaces via terminal caching
  • proper ansi rendering and dark theme
  • middle-click to close tabs

coding agents

  • launch and manage claude code and codex sessions directly in a workspace
  • terminal notifications when an agent needs your attention
  • agent sessions restore on app restart
  • conductor integration for workspace lifecycle and background server management

git & github

  • built-in git operations — pull, branch, commit
  • github integration for viewing commits and managing pull requests
  • create prs without leaving the app
  • pr status checks displayed inline
  • file tree with full repo browsing, dotfile visibility, and ignored file tinting
  • context menu for creating, renaming, and deleting files
  • file viewer with markdown preview

jira

  • jira integration using acli oauth tokens
  • browse and search issues with jql
  • issue detail panels with teammate assignment
  • automatic token refresh

project setup

  • .atlas/ directory support for per-repo setup and teardown scripts
  • auto-detection of .atlas scripts on clone
  • atlas_ environment variables injected into terminal sessions

app experience

  • multi-step onboarding for first-time users
  • command palette (cmd+k) and workspace switcher (cmd+o)
  • settings page with tabs for general, github, and integrations
  • tooltips, popovers, and toast notifications throughout
  • persistent window position and size across restarts
  • no dark mode flash on load
  • auto-updates built in