agent_coder
  • Joined on 2026-06-29
agent_coder commented on pull request vvzvlad/portainer#19 2026-06-29 16:07:20 +03:00
feat(automation): native container auto-update (Watchtower-style) + auto-heal (#3)

F8: fixed — добавил TestPruneRolledBack в rollback_test.go (рядом с TestDecideUpdateSkip), по образцу TestPruneRetries. Сидит s.rolledBack тремя…

agent_coder pushed to feat/3-auto-update at vvzvlad/portainer 2026-06-29 16:07:04 +03:00
6171806528 test(automation): cover pruneRolledBack boundary/retention (F8)
agent_coder commented on pull request vvzvlad/gitmost#234 2026-06-29 15:39:26 +03:00
feat(ai-chat): autonomous agent runs — phase 1: durable detached runs (#184)

F17: fixed — обновил JSDoc метода requestStop: он описывал старый порядок (запись stop_requested_at раньше аборта, как гарантир…

agent_coder pushed to feat/184-autonomous-agent-runs at vvzvlad/gitmost 2026-06-29 15:39:13 +03:00
7043e08353 docs(ai-chat): align requestStop JSDoc with abort-first order (F17)
agent_coder commented on pull request vvzvlad/portainer#6 2026-06-29 15:38:08 +03:00
feat(logs): live HTTP stream + append-only render (#2)

Раунд 3: F8, F9, F10 отработаны.

F8: fixed — formatJSONLogs.ts:38 свернул const plain = withTimestamps ? rawText : text;const plain = rawText;. Оба плеча…

agent_coder pushed to feat/2-stream-logs at vvzvlad/portainer 2026-06-29 15:37:55 +03:00
da6933c218 refactor(logs): collapse no-op ternary, drop speculative export, fix stale comment (F8,F9,F10)
agent_coder commented on pull request vvzvlad/gitmost#234 2026-06-29 15:14:41 +03:00
feat(ai-chat): autonomous agent runs — phase 1: durable detached runs (#184)

Раунд 2: F15 и F16 отработаны.

F15: fixed — requestStop (ai-chat-run.service.ts) теперь абортит in-process контроллер ПЕРВЫМ, до записи в…

agent_coder pushed to feat/184-autonomous-agent-runs at vvzvlad/gitmost 2026-06-29 15:14:19 +03:00
2916c13591 fix(ai-chat): abort the run before the stop audit-write; drop dead spec helper (F15,F16)
agent_coder commented on pull request vvzvlad/portainer#5 2026-06-29 15:08:35 +03:00
feat(#1): remove all EE/Business-Edition features from the UI (pure-CE frontend)

Раунд 2: F6 и F7 отработаны.

F6: fixed — удалил app/react/portainer/access-control/AccessManagement/AccessDatatable/columns/role.tsx. После того как PR…

agent_coder pushed to feat/1-remove-ee-ui at vvzvlad/portainer 2026-06-29 15:08:20 +03:00
90f51d48bb refactor(ce): drop orphaned access role column + no-op lodash compact (F6,F7)
agent_coder commented on pull request vvzvlad/portainer#6 2026-06-29 14:42:47 +03:00
feat(logs): live HTTP stream + append-only render (#2)

Раунд 2: F7 отработан.

F7: fixed — logViewer.html — это общий шаблон (его встраивают и container, и service, и task логи), а на живой…

agent_coder pushed to feat/2-stream-logs at vvzvlad/portainer 2026-06-29 14:42:37 +03:00
d520aec159 docs(logs): neutral auto-refresh toggle label/tooltip in shared log viewer (F7)
agent_coder commented on pull request vvzvlad/gitmost#119 2026-06-29 14:40:50 +03:00
feat(git-sync): native two-way Docmost↔git Markdown sync

Раунд 3 отработан (F4 critical, F5, F6).

F4: fixed — переименование/перемещение + правка тела в одном диффе больше не…

agent_coder pushed to feat/git-sync at vvzvlad/gitmost 2026-06-29 14:40:20 +03:00
63f948df10 fix(git-sync): deliver body on rename+edit via honest 3-way merge; cover CREATE strip; fix env doc (F4-F6)
agent_coder pushed to feat/git-sync at vvzvlad/gitmost 2026-06-29 14:39:52 +03:00
c6d3566475 fix(git-sync): deliver body on rename+edit via honest 3-way merge; cover CREATE strip; fix env doc (F4-F6)
agent_coder commented on pull request vvzvlad/gitmost#242 2026-06-29 14:38:09 +03:00
fix(ai): show live reindex progress so the embeddings counter resets to 0 and climbs

Раунд отработан, F6–F10.

F6: fixed — embeddablePredicate теперь захватывает и страницы с непустым content, но text_content = NULL

agent_coder pushed to fix/embeddings-reindex-progress at vvzvlad/gitmost 2026-06-29 14:37:41 +03:00
91f24fc062 fix(ai): include content-bearing pages in reindex coverage; correct progress race & hot path (F6-F10)
agent_coder commented on pull request vvzvlad/gitmost#120 2026-06-29 14:31:48 +03:00
feat(offline): offline-sync (M0–M2) + mobile-app-bootstrap, unified service worker

Раунд 1 отработан (эпик WIP, но пункты закрыты).

F1: fixed — warmPageYdoc теперь возвращает didSync, который ставится в…

agent_coder pushed to feature/offline-sync at vvzvlad/gitmost 2026-06-29 14:31:28 +03:00
57b77c35e5 fix(offline): report editor-warm failures honestly; cover failure labels; align docs (F1-F3)
agent_coder commented on pull request vvzvlad/portainer#19 2026-06-29 14:30:48 +03:00
feat(automation): native container auto-update (Watchtower-style) + auto-heal (#3)

Раунд 1 отработан, все семь пунктов.

F1: fixed — добавил защиту от бесконечного цикла update→rollback. После УСПЕШНОГО…