Skip to content

Prepare llamadart 0.6.15 release#159

Merged
leehack merged 1 commit into
mainfrom
release/v0.6.15
May 22, 2026
Merged

Prepare llamadart 0.6.15 release#159
leehack merged 1 commit into
mainfrom
release/v0.6.15

Conversation

@leehack
Copy link
Copy Markdown
Owner

@leehack leehack commented May 22, 2026

Summary

  • bump llamadart to 0.6.15 for the release prep
  • promote the accumulated changelog and website recent-release notes from Unreleased to 0.6.15
  • update current install snippets and refresh the chat app lockfile for the local package version

Release notes

  • fixes GLM-OCR and other multimodal chat-template workaround serialization for media content, system prompts before leading media parts, and invalid tool-call serialization failures
  • adds the local E2E discovery/orchestration entry point for heavyweight Dart, Flutter, and Web smoke scenarios
  • hardens the llama.cpp chat/template E2E runner for current upstream target names and build requirements

Validation

  • dart format --output=none --set-exit-if-changed .
  • git diff --check
  • dart analyze
  • dart test
  • ./tool/docs/build_site.sh
  • ./tool/docs/validate_links.sh
  • dart pub publish --dry-run (0 warnings)

Copilot AI review requested due to automatic review settings May 22, 2026 02:18
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Prepares the llamadart 0.6.15 release by bumping the package version and promoting accumulated “Unreleased” notes into a 0.6.15 section across the changelog and docs, keeping install snippets and the example app lockfile aligned with the new version.

Changes:

  • Bumped package version to 0.6.15 and updated install snippets to reference ^0.6.15.
  • Promoted “Unreleased” release notes to a 0.6.15 section in CHANGELOG.md and the docs “Recent Releases” page (including a compatibility note).
  • Updated the example chat app pubspec.lock to reflect the local package version 0.6.15.

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
website/docs/getting-started/installation.md Updates dependency snippet to ^0.6.15.
website/docs/changelog/recent-releases.md Renames the top section to 0.6.15 and adds a compatibility note.
README.md Updates dependency snippet to ^0.6.15.
pubspec.yaml Bumps package version to 0.6.15.
example/chat_app/pubspec.lock Updates the path dependency’s resolved version to 0.6.15.
CHANGELOG.md Promotes “Unreleased” notes into a 0.6.15 section and adds a compatibility note.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.67%. Comparing base (8625cbf) to head (0a123cc).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #159   +/-   ##
=======================================
  Coverage   78.67%   78.67%           
=======================================
  Files          76       76           
  Lines        9910     9910           
=======================================
  Hits         7797     7797           
  Misses       2113     2113           
Flag Coverage Δ
unittests 78.67% <ø> (ø)

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 81aeaba into main May 22, 2026
10 checks passed
@leehack leehack deleted the release/v0.6.15 branch May 22, 2026 11:25
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.

3 participants