agent-Specialization/server
JOJO d60808923f fix: 修复堆叠块在折叠状态下全局鬼畜与容器动画不同步
根因(双重修复):
1. 容器高度计算改为精确目标高度公式 overhead + contentTarget,替代受CSS过渡
   影响的实时高度测量,消除 JS测量↔CSS过渡 的循环反馈
2. 给容器添加260ms CSS过渡(与块内容max-height过渡同duration/easing),
   用CSS统一负责所有动画,替代之前逐帧rAF追踪的视觉不同步
3. scrollListener中检测到scrollHeight变化时强制延长suppressUserIntentUntil
   至400ms,防止stick-to-bottom spring的自动追底被误判为用户滚动而中断

配套清理:移除调试日志代码和临时/api/debug/stacked-log端点
2026-06-08 02:08:43 +08:00
..
__init__.py refactor: split web_server into modular architecture 2026-01-22 09:21:53 +08:00
admin.py feat: add MCP management and host-only runtime policy 2026-04-26 23:49:04 +08:00
api_auth.py feat: add api admin ui and container status fix 2026-01-25 10:49:52 +08:00
api_v1.py feat: add json-based extensible model registry and dynamic model UI 2026-04-09 20:56:54 +08:00
app_legacy.py refactor(config): 移除硬编码模型残留,部署级配置外置到 ~/.agents 2026-06-01 16:59:34 +08:00
app.py fix: 修复堆叠块在折叠状态下全局鬼畜与容器动画不同步 2026-06-08 02:08:43 +08:00
auth_helpers.py fix: persist onboarding prompt status and bump android app to 1.0.20 2026-04-07 20:08:33 +08:00
auth.py feat(docker): support isolated projects in web mode 2026-05-29 19:49:48 +08:00
chat_flow_helpers.py refactor: remove run_python tool, consolidate all execution to run_command 2026-06-07 16:23:01 +08:00
chat_flow_runner_helpers.py refactor: split terminal and server chat flow modules 2026-03-07 18:38:30 +08:00
chat_flow_runner.py refactor: further split runner and tools mixins 2026-03-07 20:25:58 +08:00
chat_flow_runtime.py refactor: further split runner and tools mixins 2026-03-07 20:25:58 +08:00
chat_flow_stream_loop.py refactor(models): use dynamic api model registry 2026-05-29 00:20:54 +08:00
chat_flow_task_main.py feat(chat): add compact message display mode and goal-review/compression headers 2026-05-30 19:05:59 +08:00
chat_flow_task_runner.py refactor: isolate chat task main pipeline module 2026-03-07 20:32:02 +08:00
chat_flow_task_support.py feat(chat): add compact message display mode and goal-review/compression headers 2026-05-30 19:05:59 +08:00
chat_flow_tool_loop.py refactor: remove run_python tool, consolidate all execution to run_command 2026-06-07 16:23:01 +08:00
chat_flow.py feat: complete conversation versioning UX and restore workflow 2026-04-11 16:16:40 +08:00
chat.py fix(runtime): preserve mode change notice source 2026-06-01 00:02:43 +08:00
context.py fix(models): preserve session model selection 2026-06-02 20:36:51 +08:00
conversation_stats.py feat(memory): refactor proactive memory and conversation recall 2026-05-27 03:09:42 +08:00
conversation.py feat(web): 统一前端设计风格并重写回顾/版本管理弹窗 2026-05-31 11:30:08 +08:00
deep_compression.py feat(compression): 深压缩改为 in-place 标记前缀,不再切换新对话 2026-05-30 20:56:15 +08:00
extensions.py refactor: split web_server into modular architecture 2026-01-22 09:21:53 +08:00
files.py refactor: split web_server into modular architecture 2026-01-22 09:21:53 +08:00
goal_flow.py fix(ui): refine message visibility and goal approval flow 2026-05-30 16:30:05 +08:00
monitor.py refactor: split web_server into modular architecture 2026-01-22 09:21:53 +08:00
security.py feat: add api v1 bearer auth and polling docs 2026-01-24 02:35:07 +08:00
socket_handlers.py feat: add json-based extensible model registry and dynamic model UI 2026-04-09 20:56:54 +08:00
state.py refactor(config): 移除硬编码模型残留,部署级配置外置到 ~/.agents 2026-06-01 16:59:34 +08:00
status.py feat(ui): add project git status panel 2026-05-31 17:27:24 +08:00
tasks.py feat(web): add skill slash selector 2026-05-30 14:50:00 +08:00
usage.py refactor: split web_server into modular architecture 2026-01-22 09:21:53 +08:00
utils_common.py refactor(runtime): 运行态数据迁出源码树到 ~/.agents,日志默认关并加轮转,清理实验残留 2026-06-01 13:17:32 +08:00