feat: add git commit hash to version and improve documentation#128
Merged
yinwm merged 8 commits intosipeed:mainfrom Feb 13, 2026
Merged
feat: add git commit hash to version and improve documentation#128yinwm merged 8 commits intosipeed:mainfrom
yinwm merged 8 commits intosipeed:mainfrom
Conversation
Users can now see the exact git commit used to build the binary, which helps with debugging and deployment tracking.
Add comprehensive documentation about the security sandbox feature, including default configuration, protected tools, exec tool protection, error examples, and security boundary consistency. Also remove outdated config.openrouter.json sample file.
…ld info display Extract formatVersion() and formatBuildInfo() helper functions to reduce code duplication between printVersion() and statusCmd(). Update git commit default value to "dev" in Makefile for consistency with version handling. Update documentation for QQ and DingTalk chat integration in Japanese README.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
lets go |
|
will you be there |
emadomedher
pushed a commit
to emadomedher/picoclaw
that referenced
this pull request
Feb 17, 2026
feat: add git commit hash to version and improve documentation
StarWindv
referenced
this pull request
in StarWindv/PicoClaw-shou
Feb 19, 2026
feat: add git commit hash to version and improve documentation
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.
Summary
picoclaw versionandpicoclaw status)Changes
Makefilecmd/picoclaw/main.goformatVersion()andformatBuildInfo()helpers, remove duplicateskillsCmd()README.mdREADME.ja.mdconfig/config.openrouter.jsonTest plan
go build ./cmd/picoclawpassespicoclaw versionshows git commit hashpicoclaw statusshows version info correctlypicoclaw skillscommands work as expected🤖 Generated with Claude Code