Enhance project directory handling by integrating extractProjectDirectory and clearProjectDirectoryCache functions. Adjust git route handlers to utilize the new directory extraction logic for improved project path resolution.

This commit is contained in:
simos
2025-07-08 15:10:44 +00:00
parent c5e3bd0633
commit 1bdc75e37b
5 changed files with 182 additions and 131 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "claude-code-ui",
"version": "1.1.1",
"version": "1.1.3",
"description": "A web-based UI for Claude Code CLI",
"main": "server/index.js",
"scripts": {