Agent-JAE/packages
JAE 6c0037f8a1
Some checks are pending
CI / build-check-test (push) Waiting to run
fix: critical tool registration bug - ChatPanel.setAgent() was overwriting all tools
ROOT CAUSE: agent.setTools() registered 8 tools (bash, browser, web-search,
image-gen, tts, memory, repl), then chatPanel.setAgent(agent) with no config
called this.agent.setTools([artifactsTool]) internally, OVERWRITING all tools.

FIX: Pass tools via toolsFactory config parameter so ChatPanel merges them
with its own artifacts tool instead of replacing them.

This fixes all 'Tool X not found' errors in the web UI.
2026-03-27 04:59:26 +00:00
..
agent feat: add Venice AI provider with 158 models 2026-03-25 16:01:41 +00:00
ai feat: add all major features - Venice web UI, CLI tools, web-ui enhancements 2026-03-25 18:32:28 +00:00
coding-agent fix: provider filter tabs, model badge always visible, empty-state 4% fade, server deps (ws/concurrently) 2026-03-26 21:27:24 +00:00
mom Initial commit: Agent JAE CLI - AI coding assistant 2026-03-23 09:17:58 +01:00
pods Initial commit: Agent JAE CLI - AI coding assistant 2026-03-23 09:17:58 +01:00
tui feat: add Venice AI provider with 158 models 2026-03-25 16:01:41 +00:00
web-ui fix: critical tool registration bug - ChatPanel.setAgent() was overwriting all tools 2026-03-27 04:59:26 +00:00