Skip to content

Releases: radutopala/loop

v2026.4.21

17 Apr 18:18

Choose a tag to compare

Changelog

  • 5410635 feat: bounce dock / flash taskbar when an agent turn ends
  • 1d924d4 feat: queued messages popup with delete button
  • c8f12dc fix: resolve CodeQL path-injection and unhandled-close findings
  • f8c527b refactor: plan mode uses prompt prefix instead of --permission-mode flag

v2026.4.20

17 Apr 09:38

Choose a tag to compare

Changelog

  • c09fc1c fix: worktree task falls back to first-run when thread is deleted

v2026.4.19

17 Apr 07:05

Choose a tag to compare

Changelog

  • 1e088e3 feat: add make codeql target for local security analysis via Docker
  • c1ef41a feat: quote reply and interrupt send mode for chat
  • 59d90f4 fix: enforce SafeDir prefix check in LocalBashRunner for CodeQL
  • fd2ce56 fix: enforce SafeDir prefix check in LocalBashRunner for CodeQL
  • 5e099ff fix: sanitize dirPath in LocalBashRunner to prevent path traversal

v2026.4.18

16 Apr 09:12

Choose a tag to compare

Changelog

  • d4b39ce feat: add python3 and pip to agent container images
  • 3d4281e fix: data race in workflow engine test — mock returns shared pointer

v2026.4.17

15 Apr 19:06

Choose a tag to compare

Changelog

  • b0fe364 fix: add localhost to NO_PROXY so in-container services bypass the proxy

v2026.4.16

15 Apr 17:38

Choose a tag to compare

Changelog

  • 2e88925 feat: kanban panel with ticket API, full CRUD, worktree config, and documentation
  • 6dc97c7 feat: workflow engine with DAG executor, prompt/bash nodes, and full API

v2026.4.15

10 Apr 12:04

Choose a tag to compare

Changelog

  • c755539 feat: UI polish — diff stats, auto-save, light theme fixes, and shared channel header

v2026.4.14

09 Apr 19:19

Choose a tag to compare

Changelog

  • 6236701 feat: discover proxy env vars from login shell when launched by Desktop app

v2026.4.13

09 Apr 10:51

Choose a tag to compare

Changelog

  • 9d5abb8 feat: diff viewer file navigation with up/down buttons, focus indicator, and BDD test fixes

v2026.4.12

08 Apr 17:15

Choose a tag to compare

Changelog

  • 90d7821 feat: branches panel with delete API, worktree delete via DELETE method, and Git panel tab renames
  • 781ac5e fix: remove ineffectual assignment to satisfy ineffassign linter