agent-ecosystem/src/main
iliya 73661c80a4 feat: auto-allow all tools toggle + fix team color fallback
- Add autoAllowAll setting: overrides all individual auto-allow rules,
  instantly approves every tool call without user interaction
- Settings panel: "Auto-allow all tools" checkbox at top, individual
  checkboxes greyed out when all-allow is active
- Fix team color badge: use getTeamColorSet(teamName) as fallback
  instead of getMemberColorByName which uses a different palette
  and produced wrong colors (yellow instead of pink)
2026-03-21 12:25:06 +02:00
..
constants feat: add support for Claude Code CLI worktrees 2026-03-01 13:47:33 +02:00
http fix: handle ENOENT error gracefully in file reading functions 2026-03-20 14:26:47 +02:00
ipc feat: auto-allow all tools toggle + fix team color fallback 2026-03-21 12:25:06 +02:00
services fix: populate team color/displayName in tool approval from config.json 2026-03-21 12:15:13 +02:00
types feat: enhance notification system with task status change support 2026-03-04 15:22:59 +02:00
utils feat: auto-allow all tools toggle + fix team color fallback 2026-03-21 12:25:06 +02:00
workers refactor: clean up code and improve readability across multiple files 2026-03-19 14:07:14 +02:00
index.ts feat: update development partitioning for persistent storage 2026-03-20 14:20:14 +02:00
standalone.ts feat: add FAQ section to README and improve cross-platform handling in code 2026-03-02 22:56:56 +02:00