mirror of
https://github.com/ErlichLiu/DeepClaude.git
synced 2026-04-25 05:05:57 +03:00
[PR #37] [MERGED] Add safety check for message list #105
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DeepClaude#105
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ErlichLiu/DeepClaude/pull/37
Author: @GowayLee
Created: 2/18/2025
Status: ✅ Merged
Merged: 2/20/2025
Merged by: @ErlichLiu
Base:
main← Head:fix-message-range📝 Commits (1)
2b80ba0fix: add more check for message list in deepclaude.py, avoid list index errors📊 Changes
1 file changed (+16 additions, -7 deletions)
View changed files
📝
app/deepclaude/deepclaude.py(+16 -7)📄 Description
Main Changes
Add safety check for message list in
deepclaude.pyavoid exceptions likelist index out of rangementioned in #39.Change Description
1.
deepclaude.pyAdd checks for message list and related exception raising logic before combining the last message.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.