busya
12678c637b
fix(agent-chat): streaming state leak, document parser magic bytes, HITL flow
### Bugfixes — Agent Chat 'Думаю' State Leak
- fix(agent-chat): loadHistory() now resets streamingState/idle + cancels stale
submission — prevents 'Думаю' state leak across conversation switches
- fix(agent-chat): onDisconnected/onDisconnectedPermanent cascade to
streamingState — prevents permanent hang on connection loss during stream
- fix(agent-chat): guard on isLoadingHistory — prevents false commit
of 'agent unavailable' fallback when switching conversations
- fix(agent-chat): remove race in _sendNow empty-response check vs Svelte
microtask (duplicate logic removed, handles correctly)
- fix(stream-processor): confirm_resolved now appends msg.text to partialText
instead of dropping it
### Bugfixes — Backend PDF Upload
- fix(document-parser): _detect_format_by_magic() — reads file header magic
bytes as fallback when Gradio loses filename
- fix(document-parser): improved name extraction — tries orig_name, path stem
- fix(document-parser): @RELATION AgentChatTypes -> AgentChat.Types
### HITL Flow & Agent Chat Improvements
- feat(agent): HITL resume confirm/deny with userId/userJwt/envId propagation
- feat(agent): confirm_required metadata fallback via aget_state() after
'Event loop is closed' error during interrupt
- feat(agent): interrupt_before re-enabled via AGENT_CONFIRM_TOOLS env var
- feat(frontend): debug panel with connection/stream state monitoring
- feat(frontend): AgentChatModel constructor options + onBeforeSend callback
- feat(frontend): crypto.randomUUID() for local conversation ID on first send
### Backend Agent Refactoring
- refactor(agent): langgraph_setup — monkey-patch for PydanticSerializationError
- refactor(agent): tools.py — dual identity headers, expanded tool set
- refactor(agent): run.py — _find_free_port, Gradio server port fallback
- refactor(agent): app.py — file size validation, message truncation, HITL path
### Frontend
- feat(dashboard-hub): DashboardHubModel with filters, pagination, git actions
- feat(ui): DateRangeFilter component
- feat(i18n): new dashboard keys; cache tooltips fix
- fix(i18n): full run tooltips — cache is NOT ignored
### Semantic Protocol
- chore(agents): update all agents with canonical format
- chore(skills): sync semantics-core, semantics-contracts, molecular-cot-logging
### Housekeeping
- chore: remove stale semantic reports (10 files, Jan 2026)
- chore: update 033-gradio-agent-chat specs, contracts, UX, tasks, tests
- chore: add .agents/ directory (mirrors .opencode/ agent layouts)
- chore: update run.sh with DEV_MODE, port management
2026-06-29 17:15:25 +03:00
..
2026-05-31 22:32:20 +03:00
2026-06-16 00:12:49 +03:00
2026-06-15 18:30:05 +03:00
2026-06-15 17:31:43 +03:00
2026-06-15 16:06:18 +03:00
2026-06-15 16:06:18 +03:00
2026-06-15 16:45:49 +03:00
test: +12 test modules — clean_release routes, gitea routes, dashboard detail, candidate_service, compliance_orchestrator, clarification_engine/orchestrator, dataset_review helpers. Fix 18 failures (assistant tools, maintence, dataset_review, approval, publication)
2026-06-15 16:26:42 +03:00
2026-06-15 16:06:18 +03:00
2026-06-15 17:08:08 +03:00
2026-06-15 16:06:18 +03:00
2026-06-16 00:12:49 +03:00
2026-06-15 16:06:18 +03:00
2026-06-16 00:12:49 +03:00
2026-06-15 19:31:56 +03:00
2026-06-16 00:12:49 +03:00
2026-06-18 14:41:13 +03:00
2026-06-15 15:38:59 +03:00
test: +12 test modules — clean_release routes, gitea routes, dashboard detail, candidate_service, compliance_orchestrator, clarification_engine/orchestrator, dataset_review helpers. Fix 18 failures (assistant tools, maintence, dataset_review, approval, publication)
2026-06-15 16:26:42 +03:00
test: +12 test modules — clean_release routes, gitea routes, dashboard detail, candidate_service, compliance_orchestrator, clarification_engine/orchestrator, dataset_review helpers. Fix 18 failures (assistant tools, maintence, dataset_review, approval, publication)
2026-06-15 16:26:42 +03:00
2026-06-15 13:55:57 +03:00
2026-06-15 18:30:05 +03:00
2026-06-15 15:38:59 +03:00
2026-06-15 18:30:05 +03:00
2026-06-15 18:30:05 +03:00
2026-06-15 17:31:43 +03:00
2026-06-16 11:01:31 +03:00
2026-06-16 00:12:49 +03:00
2026-06-15 13:55:57 +03:00
2026-06-15 15:38:59 +03:00
2026-06-15 13:55:57 +03:00
2026-06-15 13:55:57 +03:00
test: +12 test modules — clean_release routes, gitea routes, dashboard detail, candidate_service, compliance_orchestrator, clarification_engine/orchestrator, dataset_review helpers. Fix 18 failures (assistant tools, maintence, dataset_review, approval, publication)
2026-06-15 16:26:42 +03:00
2026-06-15 15:38:59 +03:00
2026-06-15 22:04:40 +03:00
2026-06-15 22:04:40 +03:00
2026-06-15 19:31:56 +03:00
2026-06-15 17:08:08 +03:00
2026-06-16 00:12:49 +03:00
2026-06-15 13:55:57 +03:00
2026-06-15 19:31:56 +03:00
2026-05-31 22:32:20 +03:00
2026-06-15 17:31:43 +03:00
2026-06-16 00:12:49 +03:00
2026-06-15 19:31:56 +03:00
2026-06-15 18:02:09 +03:00
2026-06-18 14:41:13 +03:00
2026-06-15 15:38:59 +03:00
2026-06-15 16:45:49 +03:00
2026-06-15 17:08:08 +03:00
2026-06-16 00:12:49 +03:00
2026-06-16 11:01:31 +03:00
2026-06-15 18:02:09 +03:00
2026-06-15 19:31:56 +03:00
2026-05-31 22:32:20 +03:00
2026-06-29 17:15:25 +03:00
2026-06-15 16:45:49 +03:00
2026-06-15 17:08:08 +03:00
2026-06-15 15:38:59 +03:00
2026-06-15 17:31:43 +03:00
2026-06-15 16:45:49 +03:00
2026-06-15 16:45:49 +03:00
2026-06-15 17:08:08 +03:00
2026-06-15 16:45:49 +03:00
2026-06-15 17:08:08 +03:00
2026-06-15 17:31:43 +03:00
2026-06-15 17:08:08 +03:00
2026-06-18 14:41:13 +03:00
2026-06-15 19:31:56 +03:00
2026-06-18 14:41:13 +03:00