it0/it0_app/lib
hailin a8c72aca76 fix(app): fix instance chat routing to iAgent instead of OpenClaw
chatRepositoryProvider and sendMessageUseCaseProvider were not overridden
in AgentInstanceChatPage's ProviderScope, causing ChatNotifier.sendMessage
to use the parent scope's ChatRemoteDatasource (iAgent endpoint
POST /api/v1/agent/tasks) instead of AgentInstanceChatDatasource
(OpenClaw endpoint POST /api/v1/agent/instances/:id/tasks).

Fix: override both providers in the child scope so the full call chain
(sendMessage → SendMessage → ChatRepositoryImpl → createTask) routes
to the correct instance-specific endpoint.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-10 09:13:43 -07:00
..
core fix(app): hide iAgent FAB on My Agents tab to prevent confusion 2026-03-10 09:00:09 -07:00
features fix(app): fix instance chat routing to iAgent instead of OpenClaw 2026-03-10 09:13:43 -07:00
l10n feat(flutter): add 4 general-purpose official agents to home page 2026-03-08 01:54:29 -08:00
app.dart feat(flutter): i18n体系(zh/zh_TW/en) + 智能体解聘功能 2026-03-08 00:05:55 -08:00
main.dart feat: add app upgrade system with self-hosted APK update support 2026-02-26 22:35:01 -08:00