-
Notifications
You must be signed in to change notification settings - Fork 0
Claude/plan v3 deployment vp mpw #137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
c3ce323
feat(v3.0): full production upgrade — menu lifecycle, pagination, sec…
claude 1c1d19c
Merge remote-tracking branch 'origin/main' into claude/plan-v3-deploy…
claude 92e93e6
fix(codex-recovery): restore missing codex branch changes overwritten…
claude 3d4befe
fix(pr110): address all reviewer comments from PR #110
claude 41c2083
feat(vnext): Helpful Tooltips overhaul, giveaway v3.0+ upgrades
claude c279f5f
feat(v3.1): group command guard, onboarding progress bar, admin group…
claude 81ff2af
fix(pr112+audit): address all 6 PR review comments and 4 audit duplic…
claude 86a6e1d
merge: sync with origin/main; keep PR #112 fixes over regressed versions
claude b6e211c
feat(scripts): auto git-pull + tooltip-refresh + port-free before eve…
claude 5c27692
fix(pr113): resolve all PR #113 review comments
claude efe20d6
docs: add per-feature documentation system and central index
claude 6ab6734
merge: sync with origin/main (PRs #112-114); keep SIGTERM→SIGKILL and…
claude 49efa74
fix(pr115): resolve 3 review comments + implement T-01/T-02/T-03/T-15
claude ee1184c
fix(pr115): tooltip skip guard, shared port helper, gated auto-update
claude ad306be
fix(pr115): address 4 reviewer hardening findings
claude c865189
fix(pr115): 3 nitpick hardening fixes
claude f0f53aa
fix(pr115): temp-file trap + non-destructive git update path
claude 9108134
Merge remote-tracking branch 'origin/main' into claude/plan-v3-deploy…
claude 8307907
fix(audit): remove dead adminKeyboard() + merge main + docs sync
claude f0bcd13
fix(prod-run): fallback on systemctl failure, fix disown, drop parse_…
claude 3f9ae8f
fix(group-guard): ignore commands not owned by this bot in groups
claude b516247
docs(contract): mandate BOT_KNOWN_COMMANDS sync on every command add/…
claude File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: The deploy notification now reads only
TELEGRAM_BOT_TOKENfrom.env, but the project treatsBOT_TOKENas the canonical name andTELEGRAM_BOT_TOKENas a legacy alias, so in environments where onlyBOT_TOKENis set (the default), Telegram deploy notifications will silently never send. [logic error]Severity Level: Major⚠️
Steps of Reproduction ✅
Prompt for AI Agent 🤖