-
Notifications
You must be signed in to change notification settings - Fork 3.8k
feat: add message chunking in Telegram Send method #935
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 27 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
ee5b618
fix: migration ModelName, reasoning_content, shell regex, loop boundary
putueddy ec54031
feat: add Kimi/Moonshot and Opencode provider support
putueddy a6f4274
feat: add message chunking in Telegram Send method
putueddy 81aeaf1
fix: address Copilot review feedback on PR #932
putueddy 9c91d66
Address Copilot review feedback for Kimi/Opencode providers
putueddy 2dccee5
Address Copilot review feedback for Telegram message chunking
putueddy 3501962
test: add unit tests for Telegram Send() method
putueddy 4a067cd
Merge branch 'main' into feat/kimi-opencode-providers
putueddy d9b4af7
feat: add .env file loading and provider env overrides
putueddy 4b7e8d9
feat: add Exa AI search provider
putueddy 33109a1
Address Copilot review: handle HTML expansion exceeding Telegram limit
putueddy 8219b5a
Address Copilot review feedback for Exa search provider
putueddy 84ded81
Address Copilot review feedback for .env loading
putueddy df53f44
fix: format long lines in telegram_test.go to satisfy golines linter
putueddy 2fc8798
fix: add kimi-code migration alias and User-Agent test
putueddy 0e810a2
fix: tighten HTML-expansion test to stay under chunk size
putueddy e54b1d3
refactor: parse Kimi API hostname once in constructor instead of per-…
putueddy 5dcd42e
Merge upstream/main into fix/bugfixes
putueddy 56ad77b
Merge upstream/main into feat/dotenv-loading
putueddy 5b608ae
test: use guardCommand directly and improve assertions in DiskWiping …
putueddy e503c87
fix: add LiteLLM to env overrides and fix malformed .env test
putueddy d257f1a
merge: resolve conflict with upstream/main in provider_test.go
putueddy c5d2298
Merge remote-tracking branch 'origin/feat/kimi-opencode-providers' in…
putueddy 8ed351c
Merge remote-tracking branch 'origin/feat/telegram-chunking' into dep…
putueddy b7aaa5b
Merge remote-tracking branch 'origin/feat/dotenv-loading' into deploy…
putueddy fe97387
Merge remote-tracking branch 'origin/feat/exa-search' into deploy/pi-…
putueddy 8bd1935
telegram: lower MaxMessageLength to 4000 for HTML expansion margin
putueddy 3de4cb8
fix: pass original markdown to sendHTMLChunk for plain-text fallback
putueddy bd0018a
fix: use queue-based re-splitting for HTML expansion validation
putueddy 11017ac
merge: resolve conflicts with upstream/main
putueddy f07dbd1
fix: remove redundant SplitMessage in Send() per review feedback
putueddy 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.