summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
30 hoursfeat: Update installation step with direct download linkHEADv1.0.6maintranch
Provide a direct download link for `decky_installer.desktop` to simplify installation. Co-authored-by: llm-git <llm-git@ttll.de>
30 hoursfix: Improve Decky Loader installation verificationtranch
The official installer may exit non-zero on success. Verify installation by checking if `plugin_loader.service` is active. Co-authored-by: llm-git <llm-git@ttll.de>
33 hoursfeat: Rework README for AeroCore Accelerator installertranch
Update the README to reflect the shift from a generic Decky Installer mirror to the AeroCore Accelerator installer. Simplify instructions and clarify the purpose. Co-authored-by: llm-git <llm-git@ttll.de>
47 hoursfix: Only log meaningful server repliesv1.0.5Tranch
Filter server REPLY messages if they lack a 'result' payload. This avoids logging empty responses that provide no useful information. Update success logging message when the connection drops after install confirmation for clarity.
2 daysfix: treat disconnect after confirm as successTranch
2 daysfix: handle WS close opcode in Decky installer clientv1.0.4Tranch
Implement logic to process control frames (Close, Ping, Pong) during reception. Respond to Ping frames with a Pong frame. Co-authored-by: llm-git <llm-git@ttll.de>
3 daysMerge pull request #2 from AeroCore-IO/copilot/add-custom-store-address-handlingTranch
Simplify checksum verification to use sha256sum directly
3 daysSimplify checksum verification to use sha256sum directlycopilot-swe-agent[bot]
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
3 daysAdd SHA256 checksum verification for decky_client.py downloadscopilot-swe-agent[bot]
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
3 daysUpdate README.mdTranch
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
3 daysAdd store configuration after plugin installation in user_install_script.shcopilot-swe-agent[bot]
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
3 daysOptimize variable name in user_install_script.sh from plugin_installer to ↵copilot-swe-agent[bot]
decky_client Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
3 daysRefactor CLI to use subcommands for better semanticscopilot-swe-agent[bot]
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
3 daysRename decky_plugin_installer.py to decky_client.pycopilot-swe-agent[bot]
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
3 daysAddress code review feedback: extract constants and fix parameter passingcopilot-swe-agent[bot]
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
3 daysUpdate README with custom store configuration documentationcopilot-swe-agent[bot]
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
3 daysAdd custom store configuration support to mock server and installercopilot-swe-agent[bot]
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
3 daysInitial plancopilot-swe-agent[bot]
3 daysMerge pull request #1 from AeroCore-IO/copilot/add-installation-script-flowv1.0.3Tranch
Add pre-installation check for Decky Loader on SteamOS
3 daysRefine boolean comparison for better idiomatic bashcopilot-swe-agent[bot]
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
3 daysAdd Decky Loader installation check for SteamOScopilot-swe-agent[bot]
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
3 daysInitial plancopilot-swe-agent[bot]
4 dayschore: include plugin installer in releasev1.0.2tranch
Add decky_plugin_installer.py to the release asset list.
4 dayschore: expand placeholder replacementv1.0.1tranch
Also replace __DECKY_MIRROR_HOST__ in decky_installer.desktop during release packaging.
4 daysfeat: add plugin installer and mock servertranch
Add decky_plugin_installer.py and a Decky mock server for validation, plus related workflow/test updates.
4 daysfeat: introduce Decky Installer mirror filestranch
Add initial setup for the mirrored Decky Installer. Includes the install script, desktop file, and GitHub release workflow. The script modifies the official installer to use a custom mirror host.