Skip to content

Releases: PaperDebugger/paperdebugger

v2.12.28 Release Notes

12 Jan 02:02
512264f

Choose a tag to compare

✨ Release Highlights

  • 🚀 XtraMCP Integration (v2-ready)
    Tool calls, ToolResult support, and context injection for controlled, extensible tool execution
    (by @4ndrelim, @Junyi-99)

  • 🔐 Security & Context Injection
    Security context filtering and injection to safeguard tool execution and multi-tool workflows
    (by @4ndrelim)

  • 🔄 API v2 Progress & Stability Improvements
    RefreshToken endpoint, improved error messages, protobuf compatibility fixes, and ongoing API migration
    (by @Junyi-99)

  • ⚙️ Deployment & Engineering Enhancements
    Helm charts for v2 backend, custom backend support, CI improvements, and build stability fixes
    (by @imwithye, @Junyi-99)

  • 🛠 Reliability First
    Temporary disabling of experimental features, extensive bug fixes, and UI/infra hardening
    (by @4ndrelim, @Junyi-99)

What's Changed

New Contributors

Full Changelog: v2.9.8...v2.12.28

Open Source Release

27 Aug 21:07
b5cbac4

Choose a tag to compare

Release Notes

🐛 Bug Fixes

  • Fixed word wrapping issues for long code blocks and <div> elements.

✨ User Experience Improvements

  • Optimized draggable zones for smoother interactions.

🛠 Code Refactoring

  • Streamlined internal structure for better maintainability.

🚀 New Features

  • User-level instructions: personalize the experience with tailored guidance.
  • Project-level instructions: define instructions that apply across projects.

🧹 Codebase Cleanup

  • Removed ingress, replaced with Cloudflared integration.
  • Deleted unused Go code.
  • Enhanced CI/CD pipeline for faster, more reliable deployments.

📖 Documentation

  • Improved setup guide, verified on a fresh Ubuntu installation.