Haileyesus Dessie
64ebbaf387
feat: setup canUseTool for claude messages
2026-01-10 14:35:51 +03:00
Haileyesus Dessie
cdaff9d146
Merge branch 'feat/show-grant-permission-button-in-chat-for-claude' of https://github.com/siteboon/claudecodeui into feat/show-grant-permission-button-in-chat-for-claude
2026-01-08 12:21:34 +03:00
Haileyesus Dessie
3f66179e72
fix: remove regex for tool permission extraction
2026-01-08 12:21:28 +03:00
viper151
c654f489af
Merge branch 'main' into feat/show-grant-permission-button-in-chat-for-claude
2026-01-07 22:13:48 +01:00
viper151
97ebef016a
Merge pull request #288 from siteboon/fix/move-to-correct-scroll-position-in-long-messages-chat
...
fix: normalize file path handling and improve scroll position restoration
2026-01-07 22:11:55 +01:00
Haileyesus Dessie
ef44942767
feat: add Bash command approval handling in Claude tool permissions
2026-01-07 22:31:17 +03:00
Haileyesus Dessie
7b63a68e7e
feat: add grant permission for Claude tools in ChatInterface
2026-01-07 21:49:05 +03:00
Haileyesus Dessie
005033136b
fix: normalize file path handling and improve scroll position restoration in ChatInterface
2026-01-07 20:59:41 +03:00
viper151
8fb43d358c
Merge pull request #283 from siteboon/fix/server-crash-when-opening-settings
2026-01-05 18:59:05 +01:00
Haileyesus Dessie
4c40a33255
fix: improve error handling and response structure in MCP CLI routes for codex
2026-01-05 20:54:26 +03:00
viper151
4086fdaa4e
Merge pull request #275 from siteboon/fix/navigate-to-correct-session-id-using-codex
...
fix: navigate to the correct session ID when updating session state
2026-01-05 17:00:23 +01:00
viper151
124c1ac600
Merge branch 'main' into fix/navigate-to-correct-session-id-using-codex
2026-01-05 16:59:24 +01:00
Haileyesus Dessie
9efe433d99
fix: get codex sessions in windows; improve message counting logic; fix session navigation in ChatInterface
2026-01-05 16:35:20 +03:00
Haileyesus Dessie
189a1b174c
Merge pull request #244 from ybalbert001/main
...
[FixBug] The Desktop version's "New Project" button is always hidden
2026-01-01 14:53:28 +03:00
Haileyesus Dessie
04a0ff311e
Merge branch 'main' into main
2026-01-01 14:49:30 +03:00
Haileyesus Dessie
efae890e34
Update button title for creating new project
2026-01-01 14:46:09 +03:00
Haileyesus Dessie
ba70ad8e81
fix: navigate to the correct session ID when updating session state
2025-12-31 19:10:33 +03:00
simosmik
b066ec4c01
fix: change codex login for platform mode
2025-12-31 10:47:55 +00:00
simosmik
104e4260a7
Release 1.13.6
v1.13.6
2025-12-31 08:00:36 +00:00
simosmik
8af982e706
feat: add update command to CLI for checking and installing the latest version
2025-12-31 07:59:13 +00:00
viper151
29783f609f
Merge branch 'main' into main
2025-12-31 08:53:45 +01:00
simosmik
ea19bd9a00
Release 1.13.5
v1.13.5
2025-12-31 07:52:43 +00:00
viper151
6d4e5017d0
Merge pull request #257 from panta82/main
...
Fix issue: Broken pasted image upload
2025-12-31 08:49:03 +01:00
viper151
9b217ada0d
Merge branch 'main' into main
2025-12-31 08:48:30 +01:00
simosmik
04efaa41f6
feat: add custom port and database path options to CLI commands
2025-12-31 07:42:01 +00:00
simosmik
5aef9c683a
Release 1.13.3
v1.13.3
2025-12-31 07:20:41 +00:00
simosmik
724cb5bb5c
fix: adding shared folder to npm build
2025-12-31 07:17:39 +00:00
simosmik
4e163c8c10
Release 1.13.2
v1.13.2
2025-12-30 18:10:21 +00:00
simosmik
b315360f8a
fix: replace HOME env variable with os.homedir() to support windows
2025-12-30 18:07:04 +00:00
viper151
04821b8ad5
Merge pull request #273 from siteboon/fix/npmignore
...
Fix/npmignore
2025-12-30 18:53:22 +01:00
simosmik
00278a13d8
Release 1.13.1
v1.13.1
2025-12-30 17:51:32 +00:00
simosmik
676d2415a0
adding npmignore
2025-12-30 17:49:30 +00:00
simosmik
babe96eedd
fix: API would be stringified twice. That is now fixed.
2025-12-29 23:18:38 +00:00
simosmik
60c8bda755
fix: pass model parameter to Claude and Codex SDKs
...
Previously, the model parameter was accepted by the /api/agent endpoint
and extracted from requests, but was never passed through to the Claude
SDK or Codex SDK, causing all requests to use default models regardless
of user selection.
Changes:
- Add model parameter to queryClaudeSDK() options in routes/agent.js
- Add model to threadOptions in openai-codex.js
- Remove unused /cost slash command and PRICING constants
- Centralize all model definitions in shared/modelConstants.js
- Update API documentation to dynamically load models from constants
2025-12-29 16:19:09 +00:00
simosmik
d98b112302
Release 1.13.0
v1.13.0
2025-12-29 12:12:20 +00:00
simosmik
8186c4039f
fix: path improvement of projects added via config.
2025-12-29 11:32:41 +00:00
simosmik
02c13b0794
fix: fixing the default port for shell on vite config
2025-12-27 22:48:46 +00:00
simosmik
a8c141cb8e
fix: fixing deprecated apple-mobile-web-app-capable
2025-12-27 22:35:30 +00:00
simosmik
fbbf7465fb
feat: Introducing Codex to the Claude code UI project. Improve the Settings and Onboarding UX to accomodate more agents.
2025-12-27 22:30:32 +00:00
simosmik
7a173071f1
fix: added webfetch and websearch to plan mode tools
2025-12-17 12:25:47 +00:00
simosmik
6bf3696991
fix: fixing claude and cursor login defaulting to the previously opened shell
2025-12-17 12:18:40 +00:00
simosmik
d822a96818
feat(chat): add model selection for Claude and update to latest versinos of claude agent sdk and cursor cli
2025-12-16 17:22:33 +00:00
Ivan Pantic
19bb741af0
Fix issue: Broken pasted image upload
2025-12-12 00:27:09 +01:00
simos
1f4cd16b89
fix: change agent mode for platform
2025-12-10 00:29:53 +01:00
viper151
09688a09ca
Merge pull request #253 from siteboon/viper151-patch-1
...
Update App.jsx
2025-12-07 07:49:36 +01:00
viper151
1cc3f61b81
Update App.jsx
2025-12-07 07:49:08 +01:00
Yuanbo Li
73a0b5bebd
[FixBug] The Desktop version's "New Project" button is wrapped by the conditional logic projects.length > 0, causing it to not display when there are no projects, preventing users from creating new projects.
2025-11-26 11:45:01 +08:00
simos
3a72a262a9
logo color change
2025-11-19 09:10:41 +01:00
simosmik
e952cf0a42
feat(terminal): add clickable web links support
...
Replace ClipboardAddon with WebLinksAddon to enable automatic
detection and clickable handling of URLs in terminal output.
This improves user experience by allowing direct interaction with
links displayed in the terminal.
2025-11-18 20:29:30 +00:00
simos
18d0874142
feat: auto-populate git config from system
2025-11-17 18:05:49 +01:00