Releases: Dayclone/remote-opencode
Releases · Dayclone/remote-opencode
Release v1.2.1
Full Changelog: https://github.com/Dayclone/remote-opencode/commits/latest
[1.2.0] - 2026-02-05
Added
- Standalone Executable: Added support for building a single, standalone
.exe(for Windows) or binary (for Linux/macOS) using Node.js SEA (Single Executable Applications). Users can now run the bot without having Node.js installed. - New
/diffCommand: Added a slash command to view current git changes in the project or active worktree directly from Discord. Supports optional--stagedflag. - Build System: Added
scripts/build-sea.jsto automate the process of bundling, SEA blob generation, and binary injection. - Node 24 Support: Verified compatibility and optimized the codebase for Node.js 24.
Changed
- Modernized Dependencies: Upgraded
discord.jstov14.25.1,commandertov14.0.3, andopentov11.0.0. - Improved SEA Compatibility: Added runtime shims for
import.meta.urlandrequireto support modern ESM packages in a bundled environment. - Noise Reduction: Implemented custom warning suppression to silence Node.js SEA-specific native warnings on startup.
Fixed
- Security Hardening: Fixed a moderate security vulnerability in
undici(resource exhaustion) by forcing version^6.23.0via dependency overrides. - Cleaned Dependencies: Removed unused
node-ptydependency to simplify the build process and reduce binary size.
Full Changelog: https://github.com/Dayclone/remote-opencode/commits/latest
[1.2.0] - 2026-02-05
Added
- Standalone Executable: Added support for building a single, standalone
.exe(for Windows) or binary (for Linux/macOS) using Node.js SEA (Single Executable Applications). Users can now run the bot without having Node.js installed. - New
/diffCommand: Added a slash command to view current git changes in the project or active worktree directly from Discord. Supports optional--stagedflag. - Build System: Added
scripts/build-sea.jsto automate the process of bundling, SEA blob generation, and binary injection. - Node 24 Support: Verified compatibility and optimized the codebase for Node.js 24.
Changed
- Modernized Dependencies: Upgraded
discord.jstov14.25.1,commandertov14.0.3, andopentov11.0.0. - Improved SEA Compatibility: Added runtime shims for
import.meta.urlandrequireto support modern ESM packages in a bundled environment. - Noise Reduction: Implemented custom warning suppression to silence Node.js SEA-specific native warnings on startup.
Fixed
- Security Hardening: Fixed a moderate security vulnerability in
undici(resource exhaustion) by forcing version^6.23.0via dependency overrides. - Cleaned Dependencies: Removed unused
node-ptydependency to simplify the build process and reduce binary size.
Full Changelog: https://github.com/Dayclone/remote-opencode/commits/latest
[1.2.1] - 2026-02-05
Added
- Guided Onboarding: Added an interactive prompt that automatically offers to run the setup wizard if the bot is launched without any configuration.
- Improved Windows Experience: Enhanced the standalone EXE behavior to prevent the terminal window from closing immediately after showing help text.
Changed
- CLI Robustness: Consolidated default actions in the CLI to improve first-time user experience.
Full Changelog: https://github.com/Dayclone/remote-opencode/commits/latest