Enhance OpenClaw CLI diagnostics and upload validation#254
Open
McoreD wants to merge 212 commits into
Open
Conversation
Co-authored-by: Michael D <McoreD@users.noreply.github.com> Co-authored-by: vladislava-kova-kf <vladislava-kova-kf@users.noreply.github.com>
Co-authored-by: Michael D <McoreD@users.noreply.github.com> Co-authored-by: vladislava-kova-kf <vladislava-kova-kf@users.noreply.github.com>
Co-authored-by: Michael D <McoreD@users.noreply.github.com> Co-authored-by: vladislava-kova-kf <vladislava-kova-kf@users.noreply.github.com>
Co-authored-by: Michael D <McoreD@users.noreply.github.com> Co-authored-by: vladislava-kova-kf <vladislava-kova-kf@users.noreply.github.com>
# Conflicts: # Directory.Build.props
Co-authored-by: Michael D <McoreD@users.noreply.github.com> Co-authored-by: vladislava-kova-kf <vladislava-kova-kf@users.noreply.github.com>
Co-authored-by: Michael D <McoreD@users.noreply.github.com> Co-authored-by: vladislava-kova-kf <vladislava-kova-kf@users.noreply.github.com>
Co-authored-by: Michael D <McoreD@users.noreply.github.com> Co-authored-by: vladislava-kova-kf <vladislava-kova-kf@users.noreply.github.com>
Co-authored-by: Michael D <McoreD@users.noreply.github.com> Co-authored-by: vladislava-kova-kf <vladislava-kova-kf@users.noreply.github.com>
Co-authored-by: Michael D <McoreD@users.noreply.github.com> Co-authored-by: vladislava-kova-kf <vladislava-kova-kf@users.noreply.github.com>
Co-authored-by: Michael D <McoreD@users.noreply.github.com> Co-authored-by: vladislava-kova-kf <vladislava-kova-kf@users.noreply.github.com>
Co-authored-by: Michael D <McoreD@users.noreply.github.com> Co-authored-by: vladislava-kova-kf <vladislava-kova-kf@users.noreply.github.com>
Co-authored-by: Michael D <McoreD@users.noreply.github.com> Co-authored-by: vladislava-kova-kf <vladislava-kova-kf@users.noreply.github.com>
Co-authored-by: Michael D <McoreD@users.noreply.github.com> Co-authored-by: vladislava-kova-kf <vladislava-kova-kf@users.noreply.github.com>
Co-authored-by: Michael D <McoreD@users.noreply.github.com> Co-authored-by: vladislava-kova-kf <vladislava-kova-kf@users.noreply.github.com>
Co-authored-by: Michael D <McoreD@users.noreply.github.com> Co-authored-by: vladislava-kova-kf <vladislava-kova-kf@users.noreply.github.com>
Co-authored-by: Michael D <McoreD@users.noreply.github.com> Co-authored-by: vladislava-kova-kf <vladislava-kova-kf@users.noreply.github.com>
Co-authored-by: Michael D <McoreD@users.noreply.github.com> Co-authored-by: vladislava-kova-kf <vladislava-kova-kf@users.noreply.github.com>
Co-Authored-By: Milena <milena-kf@users.noreply.github.com> Co-Authored-By: Nadia <nadia-kf@users.noreply.github.com>
Co-authored-by: Michael D <McoreD@users.noreply.github.com> Co-authored-by: vladislava-kova-kf <vladislava-kova-kf@users.noreply.github.com>
Co-authored-by: Michael D <McoreD@users.noreply.github.com> Co-authored-by: vladislava-kova-kf <vladislava-kova-kf@users.noreply.github.com>
…land portal and X11 fallback
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several documentation, configuration, and versioning updates across the project. The most significant changes include the addition of detailed contributor guidelines, a new release changelog, updated version numbers for the build system and packaging, and improvements to development blog drafts for May 10 and May 11. These updates improve contributor experience, ensure accurate release documentation, and keep project metadata consistent.
Documentation and Contributor Guidelines:
Added a comprehensive
CONTRIBUTING.mdfile detailing required git identity wrappers, commit format, build/test requirements, and co-author conventions for contributors.Added a new changelog entry in
docs/CHANGELOG.mdfor versionv0.23.27, documenting recent features, fixes, documentation updates, and changes.Build and Packaging Updates:
Directory.Build.props(to0.23.72) andbuild/windows/chocolatey/xerahs.nuspec(to0.23.28), ensuring consistency across build and packaging systems. [1] [2]ShareX.ImageEditorsubmodule to the latest commit, pulling in upstream improvements.Development Blog and Changelog Improvements:
docs/blog/2026/2026-05/blog-20260510.mdanddocs/blog/2026/2026-05/blog-20260511.md) to provide more accurate summaries of features, fixes, and reviewed commits, and clarified submodule activity notes. [1] [2] [3] [4] [5]These changes collectively improve project transparency, contributor onboarding, and release traceability.