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.