zeroclaw/src
killf 955c572c02 feat(tools): add Chrome/Firefox/Edge support to browser_open tool
Add support for Chrome, Firefox, and Edge browsers to the browser_open tool,
which previously only supported Brave. Users can now specify the browser
via the browser_open config option.

Changes:
- Add browser_open config field: "disable" | "brave" | "chrome" | "firefox" | "edge" | "default"
- Implement platform-specific launch commands for Chrome, Firefox, and Edge
- When set to "disable", only the browser automation tool is registered, not the browser_open tool
- Update tool descriptions and error messages to reflect browser selection

Co-Authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-28 15:50:06 +08:00
..
agent feat(agent): add result-aware loop detection for tool-call loop 2026-02-28 00:58:31 -05:00
approval chore: promote dev snapshot to main (resolve #1978/#1970) 2026-02-26 21:09:33 -05:00
auth feat: stabilize codex oauth and add provider model connectivity workflow 2026-02-24 16:03:01 +08:00
channels fix(ci): stabilize post-2142 local quality gates (COM-2142) (#2171) 2026-02-27 23:18:25 -08:00
config feat(tools): add Chrome/Firefox/Edge support to browser_open tool 2026-02-28 15:50:06 +08:00
coordination fix(coordination): satisfy strict-delta clippy gates 2026-02-25 23:16:27 +08:00
cost fix(agent): parse MiniMax tool call formats for execution 2026-02-21 12:36:28 +08:00
cron fix(cron): filter NO_REPLY sentinel in delivery paths 2026-02-28 01:26:43 -05:00
daemon fix(cron): filter NO_REPLY sentinel in delivery paths 2026-02-28 01:26:43 -05:00
doctor feat(codex): add websocket-first transport selection 2026-02-28 13:48:41 +08:00
economic feat(economic): add TaskClassifier for BLS occupation-based task valuation 2026-02-27 22:26:04 -08:00
gateway feat(cost): wire provider token usage to cost tracking (#2111) 2026-02-28 02:00:13 -05:00
goals fix(goals): use schema GoalLoopConfig path in tests 2026-02-26 01:50:24 +08:00
hardware fix: resolve all clippy warnings across codebase 2026-02-25 17:50:56 +08:00
health refactor(sync): migrate remaining std mutex usage to parking_lot 2026-02-18 00:45:26 +08:00
heartbeat fix: route heartbeat outputs to configured channels 2026-02-24 16:02:59 +08:00
hooks fix(hooks): harden dispatch and outbound message guardrails 2026-02-21 13:34:09 +08:00
integrations test(providers): harden Volcengine/SiliconFlow alias coverage 2026-02-28 05:55:31 +00:00
memory feat(memory): add sqlite+qdrant hybrid backend 2026-02-27 15:28:56 -05:00
observability feat(cost): wire provider token usage to cost tracking (#2111) 2026-02-28 02:00:13 -05:00
onboard Merge pull request #2134 from Preventnetworkhacking/feat/economic-agents-mvp 2026-02-28 01:29:57 -05:00
peripherals fix(peripherals): import Peripheral trait for all-features build 2026-02-25 09:57:35 +00:00
plugins feat(codex): add websocket-first transport selection 2026-02-28 13:48:41 +08:00
providers Merge pull request #2157 from zeroclaw-labs/feat/providers-sf-volcengine 2026-02-28 01:28:09 -05:00
rag chore(lint): extend low-risk clippy cleanup batch 2026-02-17 16:40:58 +08:00
runtime feat(wasm): harden module integrity and symlink policy 2026-02-25 22:49:57 +08:00
security feat(security): add opt-in perplexity adversarial suffix filter 2026-02-26 22:55:23 -05:00
service feat: goals engine, heartbeat delivery, daemon improvements, and cron consolidation 2026-02-26 01:50:24 +08:00
skillforge chore: Remove blocking read strings 2026-02-19 14:52:29 +08:00
skills fix(config): resolve windows compile blockers (#2032) 2026-02-26 23:44:35 -05:00
sop fix(web): call doctor endpoint with authenticated POST 2026-02-24 16:02:59 +08:00
tools feat(tools): add Chrome/Firefox/Edge support to browser_open tool 2026-02-28 15:50:06 +08:00
tunnel feat(proxy): add scoped proxy configuration and docs runbooks 2026-02-18 22:10:42 +08:00
identity.rs feat(identity): add openclaw extra_files support 2026-02-27 15:15:39 -05:00
lib.rs Merge pull request #2134 from Preventnetworkhacking/feat/economic-agents-mvp 2026-02-28 01:29:57 -05:00
main.rs feat(tools): add Feishu document operation tool with 13 actions 2026-02-27 15:58:43 +00:00
migration.rs readd tests, remove markdown files 2026-02-18 14:42:39 +08:00
multimodal.rs fix(multimodal): optimize image markers for prompt budget 2026-02-26 22:49:21 -05:00
update.rs fix(update): simplify version check branch for clippy 2026-02-26 12:59:23 +08:00
util.rs fix: stabilize UTF-8 truncation and dashboard message IDs (RMN-25 RMN-33) 2026-02-24 16:52:26 +08:00