feat: integrate Claude binary and improve build workflow

- Add predev script to build executables before starting dev server
- Configure Tauri to include claude-code as external binary
- Reorganize Tauri command handlers with clear section comments for better maintainability
- Add bun build temporary files to .gitignore

These changes enable proper Claude binary integration and ensure executables are built before development.

Fixes #136
This commit is contained in:
Vivek R
2025-07-05 16:46:20 +05:30
parent 19be82047b
commit 8899defb97
4 changed files with 17 additions and 1 deletions

View File

@@ -57,6 +57,9 @@
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.png"
],
"externalBin": [
"binaries/claude-code"
]
}
}