github jazzyalex/agent-sessions v5.0.1
Agent Sessions 5.0.1

3 hours ago

What's New in 5.0.1

Bug Fixes:

  • Resume works when you launch the app from Finder. Pi, Kimi Code and Qwen Code ship as #!/usr/bin/env node scripts, and Finder hands the app a PATH with no Homebrew in it, so the probe died before the CLI ever ran and the app decided the CLI had no resume flags. Grok CLI is native and never hit that, but cached the same dead verdict. All four now probe with your login shell's PATH, and a probe that could not run is no longer mistaken for a CLI without features. (#58)
  • Node version managers no longer hide your CLI. Probes read nvm's and fnm's default alias straight from disk, so an rc file that only loads them in a real terminal is no longer a dead end.
  • Qwen takes a second look at a custom binary. A failed probe could record "supports nothing" against a path you picked yourself, and nothing ever retried it. That verdict is dropped and re-probed at launch.
  • Codex sessions keep their origin. Search indexing overwrote it on every pass, so Desktop sessions wore a cli pill and could change label as they finished loading. Existing libraries repair themselves once on upgrade.
  • Codex CLI and codex exec sessions stop claiming to be Desktop. Recent Codex builds stamp every session "Codex Desktop", so the surface now comes from the session's own source instead.
  • Side chats say "side" and inherit their parent's origin. They claimed Desktop before, whatever they actually branched from.

Reminder: What You Got in 5.0:

  • Agents are plug-in adapters now. Each agent used to be hand-wired into every surface — list, search, pills, Analytics, Settings — so it could show up in one and be missing from another. Now an agent is described once and every surface reads that description. Adding one dropped from 26 shared-file edits to 12, each listed in the guide with a test that fails if you miss it. Bring the agent you use.
  • Qwen Code is the thirteenth agent. Local Qwen chats land in browsing, search, Analytics and the transcript view — reasoning, tool calls, and rewound branches reconstructed along the active parent chain. Active chats resume in the CLI; archived ones stay browse-only. Format verified against real 0.14.3 transcripts (newer builds wait on a Qwen account — the free tier is gone).
  • The app asks for help adding your agent — once. A dismissible card points long-time users at the proposal form and contributing guide. It shows up late, takes no for an answer, and reads and sends nothing.
  • Disabled agents no longer sneak into filter-view search results. The search allow-list was hand-written and stopped short of several agents; it now derives from the same enablement everything else reads.

Full release notes: https://github.com/jazzyalex/agent-sessions/releases/tag/v5.0.1

Don't miss a new agent-sessions release

NewReleases is sending notifications on new releases.