Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codbash-app",
"version": "7.4.0",
"version": "7.5.0",
"description": "Dashboard + CLI for AI coding agents — Claude Code, Codex, Cursor, OpenCode, Kiro. View, search, resume, convert, sync sessions.",
"bin": {
"codbash": "./bin/cli.js",
Expand Down
20 changes: 20 additions & 0 deletions src/changelog.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
'use strict';

const CHANGELOG = [
{
version: '7.5.0',
date: '2026-05-25',
title: 'Five new agents, project launcher, subscriptions',
changes: [
'New agents: Qwen Code, GitHub Copilot Chat (VS Code), GitHub Copilot CLI, Pi, Oh My Pi',
'Project launcher: ▶ New / ⟳ Last buttons, GitHub repo onboarding (clone & add)',
'Projects view split into Projects (launcher) + History subtabs with per-launch agent picker',
'Subscriptions management in Analytics → History: track paid plans + API deposits for all agents',
'Background git fetch worker — auto-refresh connected repos on new chat, manual button, or startup',
'Sidebar reorganised into collapsible Workspace / Agents / Tools groups + Settings → Sidebar tab',
'Codex Desktop import dedup: imported Claude sessions no longer appear twice in the dashboard',
'Codex cache invalidation now watches ~/.codex/sessions for new files (no more restart needed)',
'Active-session mapping no longer misattributes processes to the wrong session via fallback-latest',
'Worktrees collapse to main repo; $HOME-as-git-root no longer leaks dotfiles remote onto sessions',
'Windows: Resume preserves backslash paths via Start-Process -WorkingDirectory; PowerShell launcher hardened',
'Structured message rendering for Codex and Claude Code session details',
'Cloud Sync: project paths now remap across machines via git remote',
],
},
{
version: '7.2.0',
date: '2026-04-17',
Expand Down
Loading