-
9e8307d8bc
UUID refactoring: self-identification by member_id, mention filtering by ID instead of slug
master
Markov
2026-03-02 09:03:09 +0100
-
7d7fe6df42
Task link MCP tools + anti-loop agent prompts
Markov
2026-02-27 23:32:32 +0100
-
007beaad92
Fix infinite loop: agents ignore messages from other agents
Markov
2026-02-27 23:07:31 +0100
-
a3365848af
Hot config update + systemd template
Markov
2026-02-27 16:32:32 +0100
-
6871fdb443
Config split: agent.json (connection) + config.json (LLM)
Markov
2026-02-27 16:30:37 +0100
-
1c7fdf8d77
Session compaction + project_id from WS events
Markov
2026-02-27 14:21:43 +0100
-
b2ef840c8e
Phase 2: Agent memory — bootstrap context + memory persistence
Markov
2026-02-27 14:11:48 +0100
-
4c7a41494a
Collect and send tool_log with final message
Markov
2026-02-27 11:55:19 +0100
-
1322a0b480
UUID everywhere: MCP tools use project_id instead of project_slug
Markov
2026-02-27 09:37:21 +0100
-
fc86592a73
Refine: system messages pass only if agent @mentioned (not blanket ignore)
Markov
2026-02-27 08:00:00 +0100
-
f8d9a6a41d
Fix: ignore system messages and own messages in router
Markov
2026-02-27 07:31:14 +0100
-
6dcae9a320
Phase 1: streaming via WS + thinking support
Markov
2026-02-27 06:56:44 +0100
-
fe613a4bf2
feat: auto-reply — send agent text response if no send_message tool used
Markov
2026-02-25 13:31:32 +0100
-
ccdf1f21de
fix: remove author_slug from sendMessage, clean client
Markov
2026-02-25 11:10:49 +0100
-
e4e604b049
feat: project files MCP tools — list, get, download, upload, update description, delete
Markov
2026-02-25 10:40:40 +0100
-
5e60e34c3f
refactor: обновление типов под UUID member refs
Markov
2026-02-25 00:13:41 +0100
-
195c2eb691
refactor: убрана защита от loop (Tracker фильтрует own messages)
Markov
2026-02-24 23:41:34 +0100
-
c151a69de5
refactor: убрана фильтрация system messages (перенесена в Tracker)
Markov
2026-02-24 23:40:17 +0100
-
e76e84ffc0
refactor: убрана ручная project.subscribe (Tracker auto-subscribes)
Markov
2026-02-24 23:24:55 +0100
-
db90b64f54
feat: bootstrap context из AGENT.md и memory/ файлов
Markov
2026-02-24 22:04:29 +0100
-
dea2bcaef6
feat: agent sandboxed to agentHome by default (allowedPaths)
Markov
2026-02-24 13:37:14 +0100
-
4b3e4d6195
refactor: remove slug params from API calls — Tracker resolves actor from auth
Markov
2026-02-24 13:32:31 +0100
-
fa9f280bdd
feat: pass agent slug as actor in update_task
Markov
2026-02-24 13:26:41 +0100
-
4b592f367a
fix: agent receives system messages only when mentioned (@slug)
Markov
2026-02-24 12:30:31 +0100
-
9d757709b2
fix: ignore system messages — agent only responds to humans/agents
Markov
2026-02-24 12:29:34 +0100
-
cbe3f86890
refactor: router is pure relay — no replies, no side effects
Markov
2026-02-24 12:11:49 +0100
-
64eca81f5a
refactor: router has zero side effects — agent controls everything via tools
Markov
2026-02-24 11:57:19 +0100
-
e58c39dc0c
fix: skip auto-processing for self-assigned tasks (taken via tool call)
Markov
2026-02-24 11:45:11 +0100
-
9d897621a7
fix: session_id generated at agent load (not lazy)
Markov
2026-02-24 11:19:24 +0100
-
a9b2d43f84
fix: lazy session_id — generated on first agent invocation, not at startup
Markov
2026-02-24 11:18:00 +0100
-
cb618a195e
feat: persistent session UUID in agent.json
Markov
2026-02-24 10:45:48 +0100
-
a89e9a1bb9
feat: offset param in list_messages tool (pagination)
Markov
2026-02-24 10:30:49 +0100
-
a8f205609b
fix: single session per agent instance
Markov
2026-02-23 22:28:57 +0100
-
b2a620185f
fix: stable session IDs for chat/task context persistence
Markov
2026-02-23 22:25:57 +0100
-
7dd39f65f6
feat: MCP-compatible tracker tools (Function Calling hybrid)
Markov
2026-02-23 21:51:02 +0100
-
58f5ebca68
fix: restore file attachment stubs with proper TODO
Markov
2026-02-23 14:12:39 +0100
-
f97aa64142
fix: align with AGENT-PROTOCOL v1.0 — correct WS types, heartbeat, REST auth
Markov
2026-02-23 13:57:32 +0100
-
368b9abf69
update
Eugene
2026-02-23 15:48:14 +0300
-
d04d9e0d3a
docs: add remote agent URLs (agent-ws, agent-api)
Markov
2026-02-23 12:53:24 +0100
-
01d90116f4
docs: full Tracker integration protocol for agent development
Markov
2026-02-23 12:46:42 +0100
-
0525cea647
init
Eugene
2026-02-21 02:41:39 +0300