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 desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "codbash-desktop",
"productName": "codbash",
"version": "7.14.6",
"version": "7.14.7",
"private": true,
"description": "Desktop shell (Electron) for codbash β€” wraps the codbash server in a native window.",
"main": "main.js",
Expand Down
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.14.6",
"version": "7.14.7",
"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
10 changes: 10 additions & 0 deletions src/changelog.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
'use strict';

const CHANGELOG = [
{
version: '7.14.7',
date: '2026-07-21',
title: 'GUI-launch agent detection, Kiro fixes, terminal fit',
changes: [
'Desktop app: Claude/Codex are now detected even when codbash is launched from the GUI (Finder/Dock) with a stripped PATH β€” the CLI repairs PATH from your login shell on startup (opt out with CODBASH_NO_PATH_REPAIR=1). Thanks @NovakPAai',
'Kiro: large conversations no longer come back as an empty session list / empty detail (raised the sqlite3 read buffer), and assistant tool-use turns are now shown. Thanks @Sean10',
'Workspace terminal: fixed full-screen TUIs (e.g. Claude Code) rendering at the wrong width on large / hi-DPI displays β€” the pane now fits only once it has a real size and re-syncs the pty size on connect',
],
},
{
version: '7.14.6',
date: '2026-07-21',
Expand Down
Loading