Skip to content

feat(chat): upgrade flutter_gemma to 0.13.6 and set maxFunctionBufferLength#34

Merged
using-system merged 2 commits intomainfrom
feat/upgrade-flutter-gemma-0.13.6
Apr 25, 2026
Merged

feat(chat): upgrade flutter_gemma to 0.13.6 and set maxFunctionBufferLength#34
using-system merged 2 commits intomainfrom
feat/upgrade-flutter-gemma-0.13.6

Conversation

@using-system
Copy link
Copy Markdown
Owner

Summary

  • Upgrade flutter_gemma from 0.13.5 to 0.13.6
  • Set maxFunctionBufferLength: 8000 in createChat() to leverage the new parameter
  • Remove the 800-character limit from the share-recipe skill — recipes are now shared in full

Test plan

  • All 320 tests pass (flutter test)

🤖 Generated with Claude Code

…Length

Bump flutter_gemma to 0.13.6 which supports maxFunctionBufferLength,
set it to 8000 in createChat, and remove the 800-char limit from the
share-recipe skill since the larger buffer makes it unnecessary.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings April 25, 2026 09:16
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

Upgrades the flutter_gemma dependency and adjusts chat/tooling configuration to support larger function-call payloads, while updating the share-recipe skill instructions to share full recipes.

Changes:

  • Bump flutter_gemma from 0.13.5 to 0.13.6.
  • Set maxFunctionBufferLength: 8000 when creating chats.
  • Update the share-recipe skill instructions to remove the 800-character recipe limit.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.

File Description
pubspec.yaml Updates flutter_gemma version constraint to ^0.13.6.
pubspec.lock Locks flutter_gemma to 0.13.6 with updated checksum.
lib/features/chat/presentation/conversation_page.dart Passes the new maxFunctionBufferLength parameter to createChat().
assets/skills/share-recipe/SKILL.md Changes instructions to share the full recipe content.

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

Comment thread assets/skills/share-recipe/SKILL.md
Comment thread lib/features/chat/presentation/conversation_page.dart
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@using-system using-system merged commit aa6fee9 into main Apr 25, 2026
3 checks passed
@using-system using-system deleted the feat/upgrade-flutter-gemma-0.13.6 branch April 25, 2026 09:46
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