Skip to content

feat(chat-app): refresh Qwen3.5 presets and harden multimodal text rendering#78

Merged
leehack merged 1 commit intomainfrom
feat/chat-app-qwen35-multimodal-stability
Mar 3, 2026
Merged

feat(chat-app): refresh Qwen3.5 presets and harden multimodal text rendering#78
leehack merged 1 commit intomainfrom
feat/chat-app-qwen35-multimodal-stability

Conversation

@leehack
Copy link
Copy Markdown
Owner

@leehack leehack commented Mar 3, 2026

Summary

  • switch the chat app's built-in Qwen catalog to Qwen3.5 (0.8B/2B/4B/9B), add mmproj wiring, and remove older Qwen2.5/Qwen3 defaults from the in-app model list
  • tune safer multimodal defaults for Qwen3.5 (contextSize: 8192, maxTokens: 1024) to reduce context-slot/decode failures on image prompts
  • fix Flutter paint crashes from malformed UTF-16 during streaming by aligning incremental reveal boundaries and sanitizing message/tool text render paths
  • update chat app docs and changelog to match the new model lineup, architecture layout, and troubleshooting guidance

Testing

  • flutter analyze (example/chat_app)
  • flutter test (example/chat_app)

…fety

Switch the in-app Qwen catalog to Qwen3.5 multimodal presets and prevent malformed UTF-16 from crashing message rendering during incremental streaming.
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.81%. Comparing base (6ebbe62) to head (08481fd).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #78   +/-   ##
=======================================
  Coverage   76.81%   76.81%           
=======================================
  Files          66       66           
  Lines        8579     8579           
=======================================
  Hits         6590     6590           
  Misses       1989     1989           
Flag Coverage Δ
unittests 76.81% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@leehack leehack merged commit 8bb8baa into main Mar 3, 2026
6 checks passed
@leehack leehack deleted the feat/chat-app-qwen35-multimodal-stability branch March 3, 2026 04:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants