meshagent_service 0.16.0
meshagent_service: ^0.16.0 copied to clipboard
A library for building meshagent servers with dart
0.16.0 #
- Add optional
namespacesupport across database client operations (list/inspect/create/drop/index/etc.) to target namespaced tables
0.15.0 #
- Added a Dart client helper to query whether a user can create rooms for a given project.
- Added
tabs/tabUI components (including initial tab selection, active styling, and visibility control) and expanded editing support to handle boolean properties. - Added per-script Luau environments (optional
envIndex) and per-function globals, with updated native/WASM bindings and APIs to support metatable/fenv operations. - Updated the web Luau runtime asset hosting path to use versioned artifacts (
.../luau/0.15.0/).
0.14.0 #
- Breaking change:
AgentsClient.asknow accepts optional attachment bytes and returns aResponse(TextResponse/JsonResponse) instead of a rawMap - Agent descriptions now surface
annotationsmetadata for capability hints (e.g., attachment format) - Breaking change:
MeshDocument.encode()now returns raw JSON instead of base64-encoded JSON - Luau/Flutter widgets can now create tar attachments from in-app file picks and pass them through
agents.ask, plus expose aLuauConsoleScopefor console output - Improved Luau error/console reporting (script/line metadata) and added a
Uint8List→ Luau buffer convenience conversion
0.13.0 #
- Added support for sending binary attachments when invoking agent tools from the Dart client API
- Breaking change: updated the Luau scripting surface from method-style calls and a
roommodule to function-style calls and anagentsmodule (e.g.,agents.ask,agents.invokeTool,log.info) - Improved Luau table support across native/FFI/web bindings (create/set/get operations) for richer interop with Dart maps and tables
- Improved Luau runtime documentation generation to list module functions distinctly from methods
- Added/expanded Luau unit tests covering table behaviors
0.12.0 #
- Add
schemaandinitialJsonoptions toSyncClient.open, and include them inroom.connectrequests to support document bootstrapping on first connect - Add
MeshDocument.encode()to serialize schema + initial JSON for sharing/transport - Add Luau
Bufferand callback-function reference support across native (FFI) and web (WASM) runtimes, including safe copy-in/copy-out APIs - Breaking change: Luau
ui:pickFilesnow uses a callback function and returns buffers rather than base64 strings - Breaking change: Luau
room:asksignature changed to accept arguments and a callback - Add image widget support for setting image content from an in-memory buffer, plus small UI sizing/layout improvements
- Update
shadcn_uito^0.42.0across Flutter packages and addimage_picker^1.0.7to enable media picking in the chat UI - Add a minimal Flutter example app demonstrating room connection
0.11.0 #
- Stability
0.10.1 #
- Stability
0.10.0 #
- Stability
0.9.3 #
- Stability
0.9.2 #
- Stability
0.9.1 #
- Stability
0.9.0 #
- Stability
0.8.4 #
- Initial version.