Agent-JAE/packages/web-ui/src
JAE a2227c7659
Some checks failed
CI / build-check-test (push) Has been cancelled
feat: browser use - element extraction + index-based clicking for text models
- tool-server.mjs: extractElements() scrapes all interactive elements with coordinates
- tool-server.mjs: formatElements() returns numbered list for LLM to read
- tool-server.mjs: click/type now support {index: N} for element-based interaction
- tool-server.mjs: new /api/browser/elements and /api/browser/keypress endpoints
- browser-tool.ts: updated schema with index, key params and elements/keypress actions
- browser-tool.ts: elementsText included in every LLM response so model can see the page
- browser-tool.ts: detailed workflow instructions in tool description
- Enables text-only models (Llama 3.3 etc) to navigate and interact with web pages
2026-03-27 23:17:24 +00:00
..
components feat: glassmorphism UI, persona fix, enhanced animations, waveform typing, context tooltips, skill cards, smooth transitions 2026-03-27 06:58:31 +00:00
dialogs fix: model icons use inline opacity, DDG search upgrade, session save/load/sidebar persistence, header z-index 2026-03-27 19:11:35 +00:00
prompts Initial commit: Agent JAE CLI - AI coding assistant 2026-03-23 09:17:58 +01:00
storage Initial commit: Agent JAE CLI - AI coding assistant 2026-03-23 09:17:58 +01:00
tools feat: browser use - element extraction + index-based clicking for text models 2026-03-27 23:17:24 +00:00
utils feat: add all major features - Venice web UI, CLI tools, web-ui enhancements 2026-03-25 18:32:28 +00:00
app.css Initial commit: Agent JAE CLI - AI coding assistant 2026-03-23 09:17:58 +01:00
ChatPanel.ts Initial commit: Agent JAE CLI - AI coding assistant 2026-03-23 09:17:58 +01:00
index.ts feat: unified tool-server + Agent Zero-inspired system prompt 2026-03-27 04:13:17 +00:00