Shantur Rathore
4dee154490
docs: add star history chart
2026-02-17 18:43:02 +00:00
Shantur Rathore
8c24a7daf3
docs: reorganize server and dev release docs
2026-02-15 15:29:06 +00:00
Shantur Rathore
682937e945
docs(server): improve CLI flag/env var docs
...
Make server usage easier to discover from the root README, add local install/run instructions, and document additional CLI flags/env vars for UI and logging.
2026-02-15 15:21:09 +00:00
Shantur Rathore
ba418a8518
chore(release): publish dev builds as codenomad-dev
...
Switch dev workflow to publish the server under @neuralnomads/codenomad-dev with dist-tag latest, avoiding @dev dist-tags. Add workflow input to override package name at publish time.
2026-02-13 00:39:14 +00:00
Shantur Rathore
45fab91e7f
feat(release): add dev prereleases and update notices
...
Publish bleeding-edge builds from dev to GitHub prereleases and npm dist-tag 'dev'. Dev builds poll GitHub prereleases and surface update availability via /api/meta for UI notifications.
2026-02-12 23:53:16 +00:00
Shantur Rathore
3dfbe2a5b2
docs: add Linux NVIDIA Wayland workaround for Tauri AppImage
2026-01-08 20:43:11 +00:00
Shantur Rathore
0a530a257f
Add information about codenomad dev version
2025-12-07 18:03:07 +00:00
Shantur Rathore
52ee196103
Add macos workaround
2025-12-02 10:23:21 +00:00
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