Compare commits

..

22 Commits

Author SHA1 Message Date
simosmik
8b2ca7d868 fix: bump codex sdk to latest 2026-04-30 12:41:11 +00:00
Simos Mikelatos
f5387da9cd Update src/components/chat/view/subcomponents/ProviderSelectionEmptyState.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2026-04-30 14:48:29 +03:00
simosmik
f2fab5b99d fix: coderabbit comments 2026-04-30 11:43:33 +00:00
simosmik
38553de4f2 fix: coderabbit issues 2026-04-30 11:27:05 +00:00
simosmik
b81530ce69 fix: small labels 2026-04-30 10:34:03 +00:00
simosmik
401df62f41 feat: introduce pages and fix bug on branch switching 2026-04-30 10:18:04 +00:00
simosmik
50e02e7c3e refactor: inline useCommandKey as MOD_KEY constant in two call sites 2026-04-30 08:19:35 +00:00
simosmik
67ffaa7eff refactor(palette-ops): flatten Handle wrapper into ref-based registry 2026-04-30 08:17:48 +00:00
simosmik
99495ff9ce refactor(command-palette): return items array directly from source hooks 2026-04-30 08:16:42 +00:00
simosmik
3a264d5109 refactor(command-palette): inline groups and delete registry indirection 2026-04-30 08:15:30 +00:00
simosmik
5f76051f08 refactor: migrate openSettings and refreshProjects from window.* to PaletteOpsContext 2026-04-30 08:03:01 +00:00
simosmik
dc281774b5 refactor(command-palette): wire openFile through PaletteOpsContext 2026-04-30 07:59:00 +00:00
simosmik
9179ca2f00 refactor(command-palette): extract groups into declarative registry 2026-04-30 07:56:26 +00:00
simosmik
384cee2995 refactor(command-palette): extract useCommandKey and SETTINGS_MAIN_TABS metadata 2026-04-30 07:51:28 +00:00
simosmik
f1d7df2b1e refactor(command-palette): consolidate fetch source hooks behind useApiSource 2026-04-30 07:47:46 +00:00
simosmik
95ad7272e9 feat(command-palette): add git fetch/pull/push and branch switch actions 2026-04-30 07:22:39 +00:00
simosmik
66dd81976f feat(command-palette): add settings, navigation, message search, and ⌘K hints 2026-04-30 07:16:58 +00:00
simosmik
50b35ea9f5 Merge remote-tracking branch 'origin/main' into feat/command-palette 2026-04-30 07:02:52 +00:00
simosmik
1e4d3eabb5 refactor: add provider names to model constants 2026-04-30 06:55:29 +00:00
simosmik
4ce54946ce feat(command-palette): add session, file, and commit search sources 2026-04-30 06:48:46 +00:00
simosmik
2811c00eb8 feat(command-palette): add global Cmd+K palette with v1 actions 2026-04-30 06:36:50 +00:00
simosmik
33d3be6e73 refactor(ui): replace in-repo Command primitive with cmdk wrapper 2026-04-30 06:36:49 +00:00
3 changed files with 3 additions and 11 deletions

View File

@@ -3,14 +3,6 @@
All notable changes to CloudCLI UI will be documented in this file.
## [1.31.4](https://github.com/siteboon/claudecodeui/compare/v1.31.3...v1.31.4) (2026-04-30)
### Bug Fixes
* bump codex sdk to latest version ([658421c](https://github.com/siteboon/claudecodeui/commit/658421c1c44ec4eb58b69ec7b1844a9fba11a3f3))
## [1.31.3](https://github.com/siteboon/claudecodeui/compare/v1.31.2...v1.31.3) (2026-04-30)
## [1.31.2](https://github.com/siteboon/claudecodeui/compare/v1.31.0...v1.31.2) (2026-04-30)
### Bug Fixes

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@cloudcli-ai/cloudcli",
"version": "1.31.4",
"version": "1.31.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@cloudcli-ai/cloudcli",
"version": "1.31.4",
"version": "1.31.2",
"hasInstallScript": true,
"license": "AGPL-3.0-or-later",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@cloudcli-ai/cloudcli",
"version": "1.31.4",
"version": "1.31.2",
"description": "A web-based UI for Claude Code CLI",
"type": "module",
"main": "dist-server/server/index.js",