Skip to content

Releases: skydiver/GhostCode

GhostCode v0.13.0

Choose a tag to compare

@github-actions github-actions released this 27 Apr 20:28
951ff46

What's New

  • Add pulsing dot on the project sidebar when an AI tab rings the bell, drawing attention to projects you're not currently viewing
  • Add pulsing dot on the AI tab in the tab bar to highlight which tab needs attention
  • Clear pulses automatically: sidebar dot stops on project activation, tab dot stops on AI tab focus
  • Respect the Reduce Motion accessibility setting with a static ring in place of the pulse
  • Add filter button to the project sidebar toolbar to toggle between All and Active projects
  • Show "Active" suffix in the sidebar header when filtered, with an empty-state placeholder when no projects match
  • Reset the sidebar filter to All automatically after adding a new project
  • Add optional arguments field with {{path}} placeholder to command palette executable items, enabling flag-style invocations like --working-directory={{path}}

GhostCode v0.12.0

Choose a tag to compare

@github-actions github-actions released this 26 Apr 02:23
34b9a57

What's New

  • Add inline project rename in the sidebar
  • Add tiles layout to the command palette for app launchers
  • Add optional icons (SF Symbol or base64 SVG) to command palette items
  • Add iconPosition to control icon placement per item

GhostCode v0.11.0

Choose a tag to compare

@github-actions github-actions released this 08 Apr 05:29
c22e8b4

What's New

  • Add project sidebar edit mode with drag-to-reorder and delete
  • Fix git status tracking for dotted branch names and stale status indicators
  • Restore terminal focus when window becomes key or project is switched

GhostCode v0.10.0

Choose a tag to compare

@github-actions github-actions released this 07 Apr 22:21
c1f808b

What's New

  • Add multi-tab support per project (AI and shell tabs)
  • Add keyboard shortcuts for tab switching
  • Add drag-to-reorder tabs
  • Add new AI tab button to tab bar
  • Show live terminal title in shell tabs, static app name in AI tabs
  • Redirect Cmd+Enter to fullscreen the GhostCode window
  • Disable Ghostty split and window shortcuts not applicable to GhostCode
  • Fix terminal focus reliability when creating tabs rapidly

GhostCode v0.9.0

Choose a tag to compare

@github-actions github-actions released this 05 Apr 15:30
fb6e629

What's New

  • Add autoSend property to command items for automatic submission
  • Add per-app input strategy for sidebar command submission
  • Add "Open on GitHub" option to project context menu
  • Add app availability checks to project "Open in" context menu

GhostCode v0.8.1

Choose a tag to compare

@github-actions github-actions released this 05 Apr 06:28
5faf1c9

What's New

  • Replace upstream Ghostty identifiers with GhostCode namespace (com.flydev.ghostcode)
  • Remove Sparkle signing key from upstream Ghostty
  • Update About screen and Help menu to point to GhostCode repo
  • Add install section to README with release download link
  • Quote workflow inputs for shell safety

GhostCode v0.8.0

Choose a tag to compare

@github-actions github-actions released this 05 Apr 05:20
3768721

What's New

  • Add GitHub Actions release pipeline with Apple notarization
  • Add tooltip support to command palette buttons
  • Fix "Edit Commands" failing to open .jsonc files
  • Replace deprecated SwiftUI APIs and harden ForEach identity
  • Disable surface grab handle in terminals
  • Remove icon cycling feature from About screen

GhostCode v0.7.0

Choose a tag to compare

@skydiver skydiver released this 05 Apr 03:34
cbc147f

What's New

  • Add JSONC support to projects and commands config files
  • Add configurable section layout to command palette
  • Add section header to project sidebar
  • Open GhostCode config from Settings menu
  • Update quit confirmation dialogs to match app context

GhostCode v0.6.0

Choose a tag to compare

@skydiver skydiver released this 05 Apr 03:34
9af7bbd

What's New

  • Add binary picker to project landing page (Claude Code, Codex, OpenCode)
  • Add binary preference to projects with legacy migration
  • Add file watcher to auto-reload commands on save
  • Add SupportedBinary enum and AppConfig
  • Update about text to reflect multi-binary support
  • Reset session info when switching to non-session binary
  • Polish binary picker layout and prevent UI shifts

GhostCode v0.5.0

Choose a tag to compare

@skydiver skydiver released this 05 Apr 03:34
c1c57c6

What's New

  • Rename app from ClaudeTTY to GhostCode
  • Add randomized ASCII logo to startup screen
  • Improve terminal exit behavior