Telegram: add reply-to context + native reply send#42
Merged
steipete merged 3 commits intoopenclaw:mainfrom Dec 23, 2025
Merged
Telegram: add reply-to context + native reply send#42steipete merged 3 commits intoopenclaw:mainfrom
steipete merged 3 commits intoopenclaw:mainfrom
Conversation
52e07d8 to
0286af2
Compare
joshp123
commented
Dec 21, 2025
| if (replyTarget && isVerbose()) { | ||
| const preview = replyTarget.body.replace(/\s+/g, " ").slice(0, 120); | ||
| logVerbose( | ||
| `telegram reply-context: replyToId=${replyTarget.id} replyToSender=${replyTarget.sender} replyToBody="${preview}"`, |
Contributor
Author
There was a problem hiding this comment.
this might be slightly overkill. but it is hidden behind the verbose logging mode.
Contributor
|
Oh love this, thank you! |
# Conflicts: # src/telegram/bot.ts
0286af2 to
f6e8a76
Compare
Contributor
Author
|
Awesome, thanks for the merge! 🙏 |
nongyehong
added a commit
to nongyehong/openclaw
that referenced
this pull request
Jan 31, 2026
…y support - Change channel key from `proluofireIm` to `proluofire-im` for consistency - Add `wsUrl` configuration field for WebSocket connections - Update documentation to reflect text-only support (media and threads not yet implemented) - Simplify target format to room IDs (`42` or `openclaw#42`) instead of `@username`/`#groupname` - Update CLI examples to use `--channel`, `--target`, and `--message` flags - Add webhook handler registration
Pastorsimon1798
pushed a commit
to Pastorsimon1798/openclaw
that referenced
this pull request
Feb 1, 2026
Implements bidirectional Cursor-Liam communication and increases monitoring frequencies during the first 2 weeks of development. Evolution Queue Automation: - Add CURSOR-RESOLUTIONS.md for Cursor to log resolutions - Create queue-cleanup.sh for automated detection of resolved/stale items - Archive 18 resolved + 3 cancelled items to EVOLUTION-QUEUE-ARCHIVE.md - Enhance self-audit.sh with queue integrity checks Debug Mode (until 2026-02-10): - Add Evening-Self-Audit cron (6 PM daily) - Change self-evaluation to Wed+Sun (was Sun only) - Change Queue-Cleanup to Wed+Sun (was Sun only) - Add Model-Health-Check cron (10 AM daily) - Create model-health.sh to test all model endpoints - Update HEARTBEAT.md with debug mode schedule - Add Evolution Queue openclaw#42 for reversion reminder Model Configuration Updates: - Enable reasoning for glm-4.7-flash, qwen3-vl:4b - Increase context windows to spec (glm: 198K, qwen: 256K, lfm: 128K)
songliu0403-rgb
pushed a commit
to songliu0403-rgb/openclaw
that referenced
this pull request
Feb 26, 2026
Piboonsak
added a commit
to Piboonsak/openclaw_github
that referenced
this pull request
Mar 3, 2026
Config changes (openclaw#33): - Switch primary model to anthropic/claude-sonnet-4-5 (Claude Sonnet 4.6) - Add model to deploy.sh post-deploy config, update fallback chain Nginx changes (openclaw#32, openclaw#21): - Increase /line/ proxy_read_timeout from 120s to 300s for complex agent responses Docker build (openclaw#39): - Enable OPENCLAW_INSTALL_BROWSER=1 build-arg to include Chromium in image Deploy pipeline fix: - deploy-vps.yml now actually applies nginx config (was only staging to .new) - Added backup + rollback safety for nginx config changes - Removed broken nginx path from deploy.sh (was referencing wrong VPS path) Issues addressed: #9, openclaw#20, openclaw#21, openclaw#22, openclaw#23, openclaw#32, openclaw#33, openclaw#37, openclaw#39, openclaw#42, openclaw#45, openclaw#46
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.
Human written summary:
wecodex fixed it!Here it is in action:

Codex written summary:
Details:
Testing:
Anonymized log excerpt (from local gateway log, names/IDs redacted; message text preserved):
Latest redacted reply-context logs (successful multi-part send)