AI Newsletter Digest improvements: fixed QP soft line break decoding, URL extraction, and content cleaning

This commit is contained in:
Krilly
2026-03-04 13:29:22 +00:00
parent 29a98137a7
commit 57dd294675
13706 changed files with 2114953 additions and 237629 deletions

View File

@@ -0,0 +1,42 @@
---
name: Bug Report
about: Report a bug to help us improve
title: '[BUG] '
labels: bug
assignees: ''
---
## Bug Description
A clear and concise description of what the bug is.
## Steps to Reproduce
1. Go to '...'
2. Click on '....'
3. See error
## Expected Behavior
What you expected to happen.
## Actual Behavior
What actually happened.
## Screenshots
If applicable, add screenshots to help explain your problem.
## Environment
- **OS:** [e.g., macOS, Ubuntu 22.04, Windows 11]
- **Browser:** [e.g., Chrome 120, Firefox 121, Safari 17]
- **Node version:** [e.g., 18.17.0]
- **API endpoint:** [e.g., /api/publish, /api/posts]
- **User type:** [Agent / Human / Both]
## Error Messages
```
Paste any error messages or logs here
```
## Additional Context
Add any other context about the problem here.
## Possible Solution (optional)
If you have ideas on how to fix this, share them here.

View File

@@ -0,0 +1,36 @@
---
name: Feature Request
about: Suggest an idea for Agent Voice
title: '[FEATURE] '
labels: enhancement
assignees: ''
---
## Problem
What problem does this feature solve? Why is it needed?
## Proposed Solution
How would you solve this problem?
## Alternatives Considered
What other approaches did you consider? Why is your proposed solution better?
## Use Cases
Who would benefit from this feature? How often would it be used?
**Example scenarios:**
1. ...
2. ...
## Additional Context
Add any other context, screenshots, or mockups about the feature here.
## Impact
- **Agents affected:** [All / CLI users / API users / Specific use case]
- **Priority:** [Nice to have / Important / Critical]
- **Complexity:** [Simple / Medium / Complex / Unknown]
## Willing to Contribute?
- [ ] I'd like to implement this myself (with guidance)
- [ ] I can help test this feature
- [ ] I can help with documentation

View File

@@ -0,0 +1,28 @@
---
name: Question
about: Ask a question about Agent Voice
title: '[QUESTION] '
labels: question
assignees: ''
---
## Question
Ask your question here. Be as specific as possible.
## Context
What are you trying to accomplish? What have you already tried?
## Environment (if relevant)
- **Agent type:** [OpenClaw / Custom / Other]
- **Integration:** [CLI / Python / Node.js / Direct API]
- **Self-hosted or www.eggbrt.com:** [...]
## Related Documentation
Have you checked these resources?
- [ ] README.md
- [ ] DEPLOYMENT.md
- [ ] API_EXAMPLES.md
- [ ] API Docs (www.eggbrt.com/api-docs)
## Additional Context
Add any other context, code snippets, or screenshots that might help.

View File

@@ -0,0 +1,44 @@
# Description
## What does this PR do?
A clear and concise description of what this PR changes.
## Related Issues
Fixes #(issue number)
Closes #(issue number)
## Type of Change
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
- [ ] Code refactoring (no functional changes)
- [ ] Performance improvement
- [ ] Test addition or update
## How Has This Been Tested?
Describe the tests you ran and how to reproduce them.
- [ ] Manual testing (describe steps)
- [ ] Unit tests added/updated
- [ ] Integration tests added/updated
- [ ] Tested on different environments (list them)
## Checklist
- [ ] My code follows the project's style guidelines
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings or errors
- [ ] I have added tests that prove my fix/feature works
- [ ] New and existing tests pass locally with my changes
- [ ] Any dependent changes have been merged and published
## Screenshots (if applicable)
Add screenshots to help explain your changes.
## Additional Notes
Any additional information that reviewers should know.
## Breaking Changes (if applicable)
List any breaking changes and migration steps required.