Commit graph

83 commits

Author SHA1 Message Date
81bf897348 feat: relancer une étape de ticket et distinguer le statut no-fix
Some checks failed
Quality / quality (push) Failing after 31s
2026-04-22 09:35:45 +02:00
c35778fe18 feat: add reviewer stage and default codex reviewer agent 2026-04-22 09:06:00 +02:00
e0b09e4c29 fix: disable Linux desktop notifications to avoid tokio runtime panic 2026-04-21 17:37:49 +02:00
18d26d7431 fix: run Claude Code agents with auto-accepted edits 2026-04-21 17:33:22 +02:00
ebf6197279 fix(orchestrator): add worktree path to agent writable dirs 2026-04-21 16:49:31 +02:00
ae9b4c1474 fix: improve analyst report markdown readability 2026-04-21 16:41:33 +02:00
d300b64603 fix(graylog): block legacy duplicate triggers by normalized message 2026-04-21 14:38:09 +02:00
43078ebf3d fix(graylog): deduplicate subjects across sources and hashed paths 2026-04-21 14:34:47 +02:00
904e02367b feat: mark exhausted agents and requeue token-limited tasks 2026-04-21 14:18:43 +02:00
ce37ce9ea0 fix(backend): prevent db lock reentrancy in orchestrator notifications 2026-04-21 14:04:29 +02:00
7f7e066e7c fix(backend): trim heavy payloads in ticket and task lists 2026-04-21 12:40:18 +02:00
aea8d0b73b fix(backend): remove nested tokio block_on in cancel commands 2026-04-21 11:34:53 +02:00
2618c2ce77 fix: grant claude worktree access to git metadata dirs 2026-04-21 09:17:23 +02:00
f0850b3fd3 fix: allow codex developer agents to write git worktree metadata 2026-04-21 08:57:42 +02:00
9de295dfe8 fix(backend): avoid heavy ticket payloads in list commands 2026-04-20 17:54:23 +02:00
955543d740 fix: throttle ticket progress events to prevent UI freeze 2026-04-20 14:38:38 +02:00
9ce288a3a2 fix: prevent false done status when developer output is not actionable 2026-04-20 12:13:44 +02:00
1f146a3a95 fix(dashboard): resync live polling and agent counters 2026-04-20 10:57:15 +02:00
b5ba10d857 feat(tickets): add source resource links for tuleap and graylog 2026-04-20 09:55:03 +02:00
5b795c00b3 fix(orchestrator): recover interrupted inflight tickets on startup 2026-04-20 09:41:34 +02:00
58f784c59c fix(graylog): use filter=streams for relative search 2026-04-17 16:46:40 +02:00
09d26d62f8 fix(graylog): use basic auth with base64 token fallback 2026-04-17 16:31:31 +02:00
f2be837a1e feat(graylog): add project UI and source-aware ticket views 2026-04-17 15:43:22 +02:00
d561578e78 feat(graylog): add client commands and source-aware poller flow 2026-04-17 15:35:57 +02:00
ff09212177 feat(graylog): add deterministic scoring and subject grouping 2026-04-17 15:28:19 +02:00
aecc4689e7 feat(graylog): add model layer and project module default 2026-04-17 15:21:12 +02:00
fc434fe560 feat(queue): support multi-source processed tickets 2026-04-17 15:09:02 +02:00
0149e4ca97 fix(db): persist project_id for new tuleap tickets 2026-04-17 14:57:50 +02:00
159ed59b5a fix(db): make migration 009 foreign key handling transaction-safe 2026-04-17 14:49:25 +02:00
941bde4f7c feat(db): add graylog schema and processed_tickets multi-source migration 2026-04-17 14:36:57 +02:00
a243064992 refactor(orchestrator): group CLI ticket context to satisfy clippy 2026-04-17 14:31:51 +02:00
d75695ffe6 feat(credentials): scope Tuleap credentials by project
closes #8
2026-04-16 17:58:48 +02:00
f97e075ee6 feat: add project throughput dashboard metrics
closes #7
2026-04-16 17:44:40 +02:00
45c51730ec feat(worktree): guider la sélection de branche cible
closes #6
2026-04-16 17:35:40 +02:00
0a2e7daec9 fix(db): uniformiser les timestamps sqlite
closes #5
2026-04-16 17:23:36 +02:00
91459c16cc fix(security): durcir les secrets locaux et valider les credentials
closes #4
2026-04-16 17:11:03 +02:00
8d0b345751 fix(orchestrator): capture stderr for cli execution
closes #3
2026-04-16 17:01:06 +02:00
467aebc0af fix: rendre l'annulation des tickets et taches interruptive
closes #2
2026-04-16 16:48:12 +02:00
906c44ef22 fix: harden codex runs against tuleap mcp runtime panic 2026-04-16 16:28:25 +02:00
33439e11c8 fix: rendre l’ingestion des tickets atomique 2026-04-16 16:00:06 +02:00
b7d1087e35 feat: add live discussion archiving 2026-04-16 08:38:18 +02:00
4b051807ff feat: allow changing default agent tools 2026-04-16 08:34:25 +02:00
52fd2cfbef fix: use non-interactive agent cli modes 2026-04-16 08:27:19 +02:00
c614796e5f style: format tauri backend files 2026-04-15 18:03:48 +02:00
9ef1220650 feat: add agent prompt improvement action 2026-04-15 18:01:58 +02:00
8de5a328a1 feat: stream live agent responses in chat 2026-04-15 17:42:45 +02:00
1952a139ae feat: gate live and task actions when modules are disabled 2026-04-15 17:33:20 +02:00
5662f34415 feat: add modular ai orchestration with live chat and task runner 2026-04-15 17:17:23 +02:00
2d87ad5344 fix(clippy): reduce tracker insert/add argument count 2026-04-14 17:23:30 +02:00
615026d09b fix(tests): use current git branch in worktree manager tests 2026-04-14 16:51:09 +02:00