docs: add update/uninstall guides, README transparency section#266
Open
Nathan Schram (nathanschram) wants to merge 4 commits intodevfrom
Open
docs: add update/uninstall guides, README transparency section#266Nathan Schram (nathanschram) wants to merge 4 commits intodevfrom
Nathan Schram (nathanschram) wants to merge 4 commits intodevfrom
Conversation
…264) - Add tree CPU tracking (pid + descendants) to proc_diag for accurate child process activity detection - Move diagnostic collection to every 60s cycle (ensures CPU baseline exists before first stall warning) - Add child-aware stall threshold (15 min) when child processes or elevated TCP detected - Suppress repeat stall warnings when tree CPU is active - Persist CPU baseline across stall recovery - Track total stall warnings across recovery (session.summary fix) - Improved notification messages for child process work - Add configurable subagent_timeout to WatchdogSettings Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
#234) Security: - Validate callback query sender against allowed_user_ids in group chats; reject unauthorised button presses with "Not authorised" toast (#192) - Escape release tag name in notify-website CI workflow using jq for proper JSON encoding instead of direct interpolation (#193) - Add sanitize_prompt() to base runner class; apply to Gemini and AMP runners to prevent flag injection from prompts starting with - (#194) Bug fix: - /ping uptime resets on service restart via reset_uptime() called from the Telegram loop startup (#234) Changelog prepared for v0.35.1 (unreleased). Closed #190 and #191 as already mitigated. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- New how-to guides: docs/how-to/update.md and docs/how-to/uninstall.md - README: "What Untether accesses" section with network, filesystem, process, and credential disclosures - README: update/uninstall one-liner in Quick Start section - README: update/uninstall links in How-To Guides section - install.md: cross-links to update and uninstall guides - zensical.toml: nav entries for new pages - how-to/index.md: entries in Getting Started section Addresses gap found during hesreallyhim/awesome-claude-code evaluation: the repo had zero uninstallation documentation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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
docs/how-to/update.mdanddocs/how-to/uninstall.mdContext
Found during hesreallyhim/awesome-claude-code self-evaluation — the repo had zero uninstallation documentation. Their submission form explicitly requires "clear installation AND uninstallation instructions."
Test plan
uv run python -m zensical buildsucceeds🤖 Generated with Claude Code