Shantur Rathore
|
92420d9e02
|
Move screenshots to correct folder
|
2025-11-21 21:59:58 +00:00 |
|
Shantur Rathore
|
166dd3f719
|
Update README for Tauri
|
2025-11-21 16:13:00 +00:00 |
|
Shantur Rathore
|
2486af2808
|
More screenshots
|
2025-11-21 13:30:59 +00:00 |
|
Shantur Rathore
|
b6d48bfb69
|
Update Readmes
|
2025-11-21 12:37:24 +00:00 |
|
Shantur Rathore
|
70e6052dc8
|
Rename electron app package to @neuralnomads/codenomad-electron-app
|
2025-11-21 00:10:31 +00:00 |
|
Shantur Rathore
|
d6fdef68d9
|
Rename CLI package to @neuralnomads/codenomad and bin codenomad
|
2025-11-20 23:51:44 +00:00 |
|
Shantur Rathore
|
146eae5220
|
Add CLI instance proxy and route UI traffic through it
|
2025-11-19 02:03:15 +00:00 |
|
Shantur Rathore
|
a43a004e23
|
add unrestricted filesystem browsing mode
|
2025-11-17 23:40:02 +00:00 |
|
Shantur Rathore
|
89bd32814f
|
Split workspace into electron and ui packages
|
2025-11-17 12:06:58 +00:00 |
|
Alexis Purslane
|
df625e0fe7
|
remove some duplication in README
Refined descriptions for clarity and conciseness in the README.
|
2025-11-15 04:05:12 -05:00 |
|
Shantur Rathore
|
6e7003c57c
|
Puff-up README
|
2025-11-14 23:26:13 +00:00 |
|
Shantur Rathore
|
9f2edbb9db
|
Advanced Settings
|
2025-11-14 14:18:30 +00:00 |
|
Shantur Rathore
|
eced9b8124
|
Build not installers
|
2025-11-14 14:17:23 +00:00 |
|
Shantur Rathore
|
68b6793bf3
|
Add minimal README
|
2025-11-14 14:12:32 +00:00 |
|
Shantur Rathore
|
a71c8ab34f
|
chore: rebrand client and add icon tooling
|
2025-11-13 22:58:57 +00:00 |
|
Shantur Rathore
|
618729e1e3
|
Use Cmd/Ctrl+Enter to send prompts and update docs
|
2025-11-03 10:59:32 +00:00 |
|
Shantur Rathore
|
bb35946b28
|
Add binary build system for cross-platform distribution
- Add scripts/build.ts: Bun-based build script for generating binaries
- Support macOS (x64, ARM64, Universal), Windows (x64, ARM64), Linux (x64, ARM64)
- Add build:* npm scripts for each platform (build:mac, build:win, build:linux, etc)
- Configure electron-builder with platform-specific settings:
* macOS: DMG + ZIP, Universal binaries, proper icon paths
* Windows: NSIS installer + ZIP, configurable install directory
* Linux: AppImage + DEB + tar.gz packages
- Add BUILD.md: Comprehensive build documentation with examples
- Update README.md: Add build instructions and reference BUILD.md
- Artifacts named: OpenCode Client-{version}-{os}-{arch}.{ext}
- Output directory: release/
Usage:
bun run build:mac # macOS Universal (Intel + Apple Silicon)
bun run build:win # Windows x64
bun run build:linux # Linux x64
bun run build:all # All platforms
|
2025-10-24 16:46:34 +01:00 |
|
Shantur Rathore
|
fa77b4e82e
|
Working messages display
|
2025-10-22 22:10:51 +01:00 |
|