zl-q
f126d7a547
refactor: 重构聊天数据层至core并简化首页UI
2026-03-29 21:46:26 +08:00
zl-q
4db9a13bfe
refactor(apps): 重构数据层目录结构并新增启动预热编排器
2026-03-29 20:26:30 +08:00
qzl
ae29a8209b
refactor(apps): 主题系统迁移至 ColorScheme + 扩展架构并支持 Dark Mode
2026-03-27 19:07:39 +08:00
qzl
c592cc7854
feat(apps): 重构 UI 架构为 presentation 层并新增 l10n 国际化支持
2026-03-27 14:05:03 +08:00
qzl
96fc4a1e77
feat: 支持 agent 运行取消功能
2026-03-25 18:33:25 +08:00
qzl
389f5248fc
feat: 统一自动化任务调度配置并增强聊天流恢复
2026-03-24 18:19:33 +08:00
qzl
23359c2d01
feat: 添加自动化任务(automation_jobs)功能模块
2026-03-24 12:38:11 +08:00
qzl
6be616f108
feat: 重构 memory 系统,支持 user memory 和 work memory 分离
2026-03-23 14:25:47 +08:00
qzl
2e94908eaa
merge: integrate feature/reminder-overlay into dev
2026-03-20 18:59:19 +08:00
qzl
d17f5d78aa
refactor: cleanup dead code from reminder system
...
- Remove permission fallback logic from LocalNotificationService
- Remove unused methods: _scheduleInApp*, _trackFallback, bindInAppReminderHandler
- Remove unused fields: _permissionFallbackTracker, _inAppReminderHandler, _inAppFallbackTimersByEventId, _canDeliverSystemNotification
- Remove unused _showSnoozeOptions from ReminderOverlay
- Remove unused reminderActionExecutor from AuthSessionBootstrapper
- Remove obsolete test files: reminder_permission_fallback_test, reminder_notification_bridge_test, auth_session_bootstrapper_test
- Add native notification grouping (threadIdentifier/groupKey)
2026-03-20 18:53:32 +08:00
qzl
6e35fff9a4
refactor(calendar): remove deprecated reminder components
2026-03-20 18:42:58 +08:00
qzl
15b0daef1a
feat(calendar): add ReminderOverlay UI component
...
- Full-screen white background with title (headlineSmall) and current time (titleLarge HH:mm format)
- Bottom two buttons: 稍后提醒 (outlined) and 完成
- 稍后提醒 shows Overlay dropdown with 5分钟/15分钟 options
- 完成 triggers onArchive + dequeueCurrent + onComplete
2026-03-20 18:29:11 +08:00
qzl
454175691e
feat(notifications): add IOSNotificationPayloadBridge for iOS cold start payload
2026-03-20 18:27:17 +08:00
qzl
8ac22c97c2
feat(calendar): add ReminderQueueManager for handling reminder queue
2026-03-20 18:26:11 +08:00
qzl
55f3805ee9
fix: resolve navigation-cache regressions and todo UX
2026-03-20 16:45:08 +08:00
qzl
3f1858d733
docs: finalize navigation decoupling and unified cache rollout
2026-03-20 15:46:24 +08:00
qzl
20f3285244
fix: prioritize realtime reminder archive with cold-start fallback
2026-03-20 15:41:48 +08:00
qzl
f4c07287bc
feat: add app lifecycle refresh coordinator
2026-03-20 15:39:44 +08:00
qzl
e64b9c670c
feat: add todo cache repository and precise invalidation
2026-03-20 15:37:59 +08:00
qzl
8883248968
refactor: decouple calendar screens from route-driven reload
2026-03-20 15:34:44 +08:00
qzl
0476f7f80c
feat: switch main navigation to stateful shell tabs
2026-03-20 15:31:08 +08:00
qzl
a99973fb96
refactor: merge profile cache into unified cache repository
2026-03-20 15:29:06 +08:00
qzl
1cea877bf1
refactor: wire unified cache and invalidator in di
2026-03-20 15:25:33 +08:00
qzl
632db2b68b
feat: implement hybrid cache store with singleflight
2026-03-20 15:23:56 +08:00
qzl
035ca46bd0
feat: add unified cache policy primitives
2026-03-20 15:21:52 +08:00
qzl
cbbed29a75
feat: enforce hierarchical back navigation and home-only exit
2026-03-20 15:20:29 +08:00
qzl
fbf15bc937
refactor(todo): 移除 due_at 字段,改用 order 字段管理象限内顺序
2026-03-20 11:09:38 +08:00
zl-q
d574128815
feat: 实现日历提醒 in-app fallback 机制及通知服务重构
2026-03-20 01:30:34 +08:00
qzl
7fd536e976
refactor: finalize agent schemas and profile model
...
- Remove deprecated calendar UI tests
- Update profile model with phone field support
- Update agent schemas with runtime_models and forwarded_props
- Update system_agent with new agent configuration
2026-03-19 18:43:35 +08:00
qzl
8d4a14150b
feat(apps): update UI screens and shared components
...
- Update home screen with new composer and interactions
- Update settings screens with new profile flow
- Update calendar share dialog
- Update contacts screen
- Add new shared widgets: confirm_sheet, phone_prefix_selector
- Add new formatters: phone_display_formatter
- Update tests for modified components
2026-03-19 18:43:08 +08:00
qzl
0661016827
feat(auth): transition from email to phone-based OTP authentication
...
- Replace Email+Password login with Phone+OTP flow
- Remove RegisterCubit and registration screens (email verification)
- Remove ResetPasswordCubit and reset password screens
- Add phone normalization and international dial code support
- Update LoginCubit with sendCode/resend cooldown logic
- Add new widgets: phone prefix selector, confirm sheet
- Update all auth API endpoints: /otp/send, /phone-session
- Update form inputs: Email -> Phone with E.164 validation
- Update tests for new auth flow
2026-03-19 18:42:05 +08:00
zl-q
636b37ee5a
test(apps): 添加 UI Schema 单元测试
2026-03-19 00:52:23 +08:00
zl-q
9219e8d047
test(apps): 更新测试文件适配路由重构
2026-03-19 00:52:02 +08:00
zl-q
81cbc14219
feat(apps/chat): 新增 UI Schema 导航和路由导航工具
2026-03-19 00:51:57 +08:00
zl-q
039e8b73d6
feat(apps/home): 新增 HomeScreen 录音交互与导航组件
2026-03-19 00:51:52 +08:00
zl-q
5def0358ba
feat(apps/router): 重构路由系统使用 AppRoutes 常量
2026-03-19 00:51:45 +08:00
qzl
00f37d7e19
feat: 实现日历提醒完整功能(操作执行、通知服务重构、归档)
...
- 新增 ReminderActionExecutor 处理取消/稍后提醒操作
- 新增 ReminderOutboxStore 本地存储待处理操作
- 重构 LocalNotificationService 支持聚合提醒和交互操作
- 新增 event_color_resolver 工具类统一颜色解析
- 新增 CalendarService.archiveEvent 归档方法
- 增强 ModelTracking 支持缓存命中、推理token和成本追踪
- 添加 qwen3.5-35b-a3b 模型配置
- 更新 AndroidManifest 全屏intent权限
- 补充相关单元测试和文档
2026-03-18 19:12:47 +08:00
qzl
8539f05a66
feat: 增强 HomeScreen 录音交互与 ChatBloc 状态管理
...
- 新增录音启动延迟处理,解决权限未就绪时的竞态问题
- 实现历史分页滚动位置保持,提升加载体验
- 添加文本输入框点击键盘显示与焦点管理
- 优化 ChatBloc provider 到 MultiBlocProvider 支持
- 修复 ApiException 429 错误详情解析(支持 JSON 字符串 body)
- 改进 LocalNotificationService 精确闹钟权限请求
- 优化 UiSchemaRenderer GridView children 生成
- 支持导航 action 的 replace 参数
- 移除 Agent router 速率限制逻辑(_allow_run_request, _allow_transcribe_request)
- 补充相关单元测试与集成测试
2026-03-18 17:03:22 +08:00
qzl
b34697660d
feat: 实现 Auth 全局状态机与 401 统一处理机制
...
- 新增 AuthSessionInvalidated 事件处理 token 失效场景
- ApiInterceptor 新增 authFailureCallback 单飞机制
- AuthBloc 区分 manual logout 与 auto expiry 语义
- 新增 startup recovery fallback 防止启动卡死
feat: 重构 Calendar DayWeek 视图事件布局引擎
- 新增 DayEventLayoutEngine 解耦事件计算与渲染
- 新增 DayTimelineMetrics 统一时间轴常量
- 新增 DayViewScale 支持捏合缩放
feat: 新增 Settings 页面共享 UI 组件
- 新增 BackTitlePageHeader 统一页面 header
- 新增 DetailHeaderActionMenu 统一操作菜单
- 新增 DestructiveActionSheet 统一删除确认
- 新增 AppToggleSwitch 统一开关组件
feat: Chat UI Schema 支持导航操作
- 支持 navigation 类型 action 触发内部路由跳转
- 新增路径验证与参数处理
chore: 更新相关测试覆盖 auth 失效路径
2026-03-18 13:35:25 +08:00
qzl
cf56b358ad
fix: stabilize chat run lifecycle rendering
2026-03-17 15:58:29 +08:00
qzl
aa30fe0ce6
refactor: 重构 Tool Result 契约,移除 ui_hints 统一使用 result 字段
...
- ToolAgentOutput 移除 result_summary 和 ui_hints,统一使用 result 字段
- 日历/用户查找工具移除 ui_hints 输出,改为机器可读的结构化结果
- Agent History 移除 tool 消息的 ui_hints 处理逻辑
- App 版本检查改为 manifest.json 方式,支持多渠道发布
- 更新 settings 配置和测试用例适配新结构
2026-03-17 12:18:09 +08:00
zl-q
c26cdbbc27
feat: 添加日历批量操作与客户端时区感知功能,优化前端 UI 交互体验
2026-03-17 00:13:41 +08:00
qzl
d3783522e6
feat: 优化前端 UI 与交互体验
2026-03-16 19:04:54 +08:00
qzl
5a34616287
feat: 优化 Agent 运行时与聊天设置体验
2026-03-16 18:32:09 +08:00
qzl
e55f12cdc1
test: 更新 AgentScope 相关单元测试与集成测试
...
- 重命名 test_react_runner.py 为 test_runner.py
- 新增 test_utils.py 测试工具函数
- 更新现有测试用例适配新架构
2026-03-16 16:11:06 +08:00
qzl
3273d63b23
feat: 重构 Home Screen 视觉设计与消息输入组件
...
- 新增 Home Screen 视觉设计 token (背景、工具栏、对话区、输入框等)
- 重构首页布局为浮动式底部输入栈结构
- 新增 HomeBackgroundField、HomeFloatingHeader、HomeAttachmentStrip 组件
- 优化 MessageComposer 视觉样式为悬浮 shell 设计
- 添加相关测试用例
2026-03-13 17:25:29 +08:00
qzl
a10a2db27a
feat: 添加视觉设计语言系统并重构认证页面UI
...
- 新增 visual_design_language.md 设计规范文档
- 新增 auth 设计 tokens (authBackground, authCard, authInput, feedback 系列等)
- 重构登录/注册/验证码/重置密码页面为新设计系统
- 新增 AuthHeroHeader, AuthSurfaceCard, AuthSection, AuthField, PasswordField 组件
- 重构 AppBanner 和 Toast 支持多类型配置 (info/success/warning/error)
- 后端 AgentScope: 重整 schemas/prompts/tools 作用域, 新增协议文档
- 更新 AGENTS.md 集成视觉设计语言约束
2026-03-13 14:10:13 +08:00
qzl
01c36eb32e
refactor: 移除前端 Mock API,新增共享组件,优化认证流程
...
- 删除 mock_api_client、mock_calendar_service、mock_history_service
- 新增 fixed_length_code_input、link_button、message_composer 共享组件
- 优化登录/注册/密码重置页面使用新组件
- 简化 injection.dart 移除 mock 分支
- 更新 env.dart 配置(BACKEND_URL 替换 API_URL)
- 后端 agentscope 工具和测试更新
- 重构 AGENTS.md 文档结构
- 新增 deploy/ 目录和 protocol 文档
2026-03-12 16:41:45 +08:00
zl-q
7b8865e256
feat: 添加 Agent 步骤事件与图片附件功能
...
- 新增 stepStarted/stepFinished 事件类型支持
- 前端实现图片附件上传和预览功能
- 后端增强工具结果存储和事件处理
- 完善相关单元测试和集成测试
2026-03-12 09:29:57 +08:00
qzl
145e3dc615
refactor: 重构 Agent 模块为 AgentScope,删除旧版 CrewAI/LiteLLM 实现
2026-03-11 20:51:56 +08:00