chore: 0.0.1a6 release#17
Merged
Merged
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the project version to 0.0.1a6 across the README, pyproject.toml, and CHANGELOG.md. While it adds a new section for the latest fixes, the detailed history for version 0.0.1a5 was significantly truncated. Feedback suggests restoring the full changelog details for the previous version to ensure a complete and useful history for users.
| - Parser: spaced thematic breaks (`* * *`) and trailing `#` stripping | ||
| - BaseFormatConverter: card fallback text generation | ||
| - All PR review comments addressed | ||
| Port fidelity release — 10 critical/high bugs fixed. |
There was a problem hiding this comment.
The detailed list of fixes and improvements for version 0.0.1a5 has been removed. It is generally recommended to preserve the history of changes in the changelog to help users understand the evolution of the package and what specific issues were addressed in previous versions.
Suggested change
| Port fidelity release — 10 critical/high bugs fixed. | |
| Port fidelity release — 10 critical/high bugs fixed from systematic TS comparison.\n\n### Critical fixes\n- Slack: multi-workspace token now persists into async tasks (ContextVar fix)\n- Discord: slash command deferred responses now resolve correctly\n- Discord: file attachments no longer silently dropped\n- WhatsApp: media downloads work again (auth header restored)\n- Chat: `on_lock_conflict="force"` now works\n\n### High fixes\n- Discord: emoji normalized through resolver (reaction matching works)\n- Teams: webhook options passed to reaction events\n- Google Chat: subscription errors propagate to concurrent waiters\n- Linear: fetch_thread metadata includes both key casings\n- Streaming markdown `_remend` rewritten with proper delimiter tracking\n\n### Other improvements\n- CLAUDE.md agent guidance file\n- Parser: spaced thematic breaks (`* * *`) and trailing `#` stripping\n- BaseFormatConverter: card fallback text generation\n- All PR review comments addressed |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
10 port fidelity fixes from systematic scan.