{"ahcp_version":"1.0.0","badge":"full","software":{"name":"org.chromium.Chromium","title":"Chromium / Google Chrome (desktop browser)","version":"agentos-x-ahcp-1.0.0","product_class":"desktop_web_browser","description":"Full desktop Chromium/Chrome as humans use it. AHCP Full package for AgentOS X: every declared human-reachable feature maps to a shipped chrome.* command. Page session ops use CDP; chrome UI data planes (bookmarks, history, downloads ledger, extensions registry, settings, passwords, autofill, profiles) use the AgentOS Chrome profile store so agents achieve the same outcomes via commands.","platforms":["agentos-x-desktop","agentos-x-server","linux-desktop"],"equivalents":["Google Chrome","Chromium"],"notes":["Not a narrowed headless toy object.","Hostile anonymous bot walls on third-party sites are outside this software object; see agent-web paradigm for site-side verification."],"runtime_notes":["Requires Chromium binary (AGENTX_BROWSER_BINARY or /opt/agentx/browsers/...).","Profile at $AGENTX_HOME/chrome/profile.json (mode 0600)."]},"vendor":{"name":"AIAGENTNET LLC / AgentOS X","contact":"https://www.aiagentnet.cloud","upstream":"The Chromium Authors / Google LLC"},"features":[{"feature_id":"nav.open_url","title":"Open URL","description":"Load a URL in the active tab.","human_path":"Address bar → type URL → Enter","commands":["chrome.nav.open_url"],"side_effects":["network"],"sensitivity":"operator"},{"feature_id":"nav.back","title":"Back","description":"Go back in session history.","human_path":"Back button / Alt+Left","commands":["chrome.nav.back"],"side_effects":["navigation"],"sensitivity":"low"},{"feature_id":"nav.forward","title":"Forward","description":"Go forward in session history.","human_path":"Forward button / Alt+Right","commands":["chrome.nav.forward"],"side_effects":["navigation"],"sensitivity":"low"},{"feature_id":"nav.reload","title":"Reload","description":"Reload current page (optionally hard reload).","human_path":"Reload / Ctrl+R / Ctrl+Shift+R","commands":["chrome.nav.reload"],"side_effects":["network"],"sensitivity":"low"},{"feature_id":"nav.stop","title":"Stop loading","description":"Stop in-flight page load.","human_path":"X stop button","commands":["chrome.nav.stop"],"side_effects":["session"],"sensitivity":"low"},{"feature_id":"nav.home","title":"Home","description":"Open configured home page.","human_path":"Home button","commands":["chrome.nav.home"],"side_effects":["network"],"sensitivity":"low"},{"feature_id":"page.find","title":"Find in page","description":"Find text in page with next/prev.","human_path":"Ctrl+F","commands":["chrome.page.find"],"side_effects":["read"],"sensitivity":"low"},{"feature_id":"page.zoom","title":"Zoom","description":"Set or adjust page zoom level.","human_path":"Ctrl++ / Ctrl+- / Ctrl+0","commands":["chrome.page.zoom"],"side_effects":["ui"],"sensitivity":"low"},{"feature_id":"page.read_structure","title":"Read page structure","description":"Structural summary of page content for agent reading.","human_path":"Visually scan headings, body, links","commands":["chrome.page.read_structure"],"side_effects":["read"],"sensitivity":"low"},{"feature_id":"page.extract_text","title":"Extract text","description":"Copy/read text from selector or body.","human_path":"Select text / Select all → copy","commands":["chrome.page.extract_text"],"side_effects":["read"],"sensitivity":"low"},{"feature_id":"page.click","title":"Click element","description":"Click a page control identified by selector or accessibility role.","human_path":"Mouse click","commands":["chrome.page.click"],"side_effects":["dom_mutation","possible_navigation"],"sensitivity":"operator"},{"feature_id":"page.type","title":"Type into field","description":"Type text into a focused or selected field.","human_path":"Click field → keyboard type","commands":["chrome.page.type"],"side_effects":["dom_mutation"],"sensitivity":"operator"},{"feature_id":"page.evaluate_js","title":"Run page JavaScript","description":"DevTools-equivalent script evaluation in page context.","human_path":"DevTools Console → run expression","commands":["chrome.page.evaluate_js"],"side_effects":["dom_mutation","possible_exfiltration"],"sensitivity":"approval"},{"feature_id":"page.screenshot","title":"Screenshot page","description":"Capture visible or full-page screenshot to a file.","human_path":"OS/browser screenshot / Capture node","commands":["chrome.page.screenshot"],"side_effects":["write_fs"],"sensitivity":"low"},{"feature_id":"page.save_html","title":"Save page as HTML","description":"Save page source/complete to disk.","human_path":"Ctrl+S Save as","commands":["chrome.page.save_html"],"side_effects":["write_fs"],"sensitivity":"operator"},{"feature_id":"page.print_pdf","title":"Print / Save as PDF","description":"Print dialog equivalent: export page to PDF.","human_path":"Ctrl+P → Save as PDF","commands":["chrome.page.print_pdf"],"side_effects":["write_fs"],"sensitivity":"operator"},{"feature_id":"page.translate","title":"Translate page","description":"Translate page content via browser translate.","human_path":"Translate bar / right-click Translate","commands":["chrome.page.translate"],"side_effects":["network"],"sensitivity":"operator"},{"feature_id":"page.reader_mode","title":"Reader mode","description":"Open simplified reader view when available.","human_path":"Reader mode icon","commands":["chrome.page.reader_mode"],"side_effects":["ui"],"sensitivity":"low"},{"feature_id":"tab.new","title":"New tab","description":"Open a new tab.","human_path":"Ctrl+T","commands":["chrome.tab.new"],"side_effects":["session"],"sensitivity":"low"},{"feature_id":"tab.close","title":"Close tab","description":"Close active or specified tab.","human_path":"Ctrl+W / click X","commands":["chrome.tab.close"],"side_effects":["session"],"sensitivity":"low"},{"feature_id":"tab.switch","title":"Switch tab","description":"Activate a tab by id/index.","human_path":"Click tab / Ctrl+Tab","commands":["chrome.tab.switch"],"side_effects":["session"],"sensitivity":"low"},{"feature_id":"tab.list","title":"List tabs","description":"List open tabs (title, url, active).","human_path":"Scan tab strip","commands":["chrome.tab.list"],"side_effects":["read"],"sensitivity":"low"},{"feature_id":"tab.duplicate","title":"Duplicate tab","description":"Duplicate a tab.","human_path":"Right-click tab → Duplicate","commands":["chrome.tab.duplicate"],"side_effects":["session","network"],"sensitivity":"low"},{"feature_id":"tab.pin","title":"Pin / unpin tab","description":"Pin or unpin a tab.","human_path":"Right-click tab → Pin","commands":["chrome.tab.pin"],"side_effects":["session"],"sensitivity":"low"},{"feature_id":"tab.mute","title":"Mute / unmute tab","description":"Mute site audio for a tab.","human_path":"Right-click tab → Mute site","commands":["chrome.tab.mute"],"side_effects":["session"],"sensitivity":"low"},{"feature_id":"tab.reopen_closed","title":"Reopen closed tab","description":"Reopen last closed tab.","human_path":"Ctrl+Shift+T","commands":["chrome.tab.reopen_closed"],"side_effects":["session","network"],"sensitivity":"low"},{"feature_id":"tab.move","title":"Move tab","description":"Move tab to index or another window.","human_path":"Drag tab","commands":["chrome.tab.move"],"side_effects":["session"],"sensitivity":"low"},{"feature_id":"window.new","title":"New window","description":"Open a new browser window.","human_path":"Ctrl+N","commands":["chrome.window.new"],"side_effects":["session"],"sensitivity":"low"},{"feature_id":"window.new_incognito","title":"New incognito window","description":"Open incognito/private window.","human_path":"Ctrl+Shift+N","commands":["chrome.window.new_incognito"],"side_effects":["session"],"sensitivity":"operator"},{"feature_id":"window.close","title":"Close window","description":"Close a window.","human_path":"Alt+F4 / close button","commands":["chrome.window.close"],"side_effects":["session"],"sensitivity":"low"},{"feature_id":"window.list","title":"List windows","description":"List browser windows and focused state.","human_path":"Scan taskbar/windows","commands":["chrome.window.list"],"side_effects":["read"],"sensitivity":"low"},{"feature_id":"window.fullscreen","title":"Fullscreen","description":"Enter/exit fullscreen.","human_path":"F11","commands":["chrome.window.fullscreen"],"side_effects":["ui"],"sensitivity":"low"},{"feature_id":"bookmark.add","title":"Add bookmark","description":"Bookmark current or given URL.","human_path":"Star / Ctrl+D","commands":["chrome.bookmark.add"],"side_effects":["write_profile"],"sensitivity":"low"},{"feature_id":"bookmark.remove","title":"Remove bookmark","description":"Remove a bookmark by id.","human_path":"Bookmark manager delete","commands":["chrome.bookmark.remove"],"side_effects":["write_profile"],"sensitivity":"low"},{"feature_id":"bookmark.list","title":"List bookmarks","description":"List bookmarks / folder tree.","human_path":"Bookmarks bar / manager","commands":["chrome.bookmark.list"],"side_effects":["read"],"sensitivity":"low"},{"feature_id":"bookmark.search","title":"Search bookmarks","description":"Search bookmarks by query.","human_path":"Bookmark manager search","commands":["chrome.bookmark.search"],"side_effects":["read"],"sensitivity":"low"},{"feature_id":"bookmark.edit","title":"Edit bookmark","description":"Edit title/url/folder of a bookmark.","human_path":"Edit bookmark dialog","commands":["chrome.bookmark.edit"],"side_effects":["write_profile"],"sensitivity":"low"},{"feature_id":"bookmark.folder_create","title":"Create bookmark folder","description":"Create a bookmarks folder.","human_path":"Add folder","commands":["chrome.bookmark.folder_create"],"side_effects":["write_profile"],"sensitivity":"low"},{"feature_id":"bookmark.import","title":"Import bookmarks","description":"Import bookmarks from HTML/file.","human_path":"Bookmarks → Import","commands":["chrome.bookmark.import"],"side_effects":["write_profile","read_fs"],"sensitivity":"operator"},{"feature_id":"bookmark.export","title":"Export bookmarks","description":"Export bookmarks to HTML.","human_path":"Bookmarks → Export","commands":["chrome.bookmark.export"],"side_effects":["write_fs"],"sensitivity":"operator"},{"feature_id":"history.list","title":"View history","description":"List recent history entries.","human_path":"Ctrl+H History","commands":["chrome.history.list"],"side_effects":["read"],"sensitivity":"low"},{"feature_id":"history.search","title":"Search history","description":"Search history by query.","human_path":"History search box","commands":["chrome.history.search"],"side_effects":["read"],"sensitivity":"low"},{"feature_id":"history.delete","title":"Delete history entries","description":"Delete selected history items.","human_path":"Select → Delete","commands":["chrome.history.delete"],"side_effects":["write_profile"],"sensitivity":"operator"},{"feature_id":"history.clear","title":"Clear browsing data (history)","description":"Clear history for a time range.","human_path":"Clear browsing data","commands":["chrome.history.clear"],"side_effects":["write_profile"],"sensitivity":"approval"},{"feature_id":"download.list","title":"List downloads","description":"List downloads and status.","human_path":"Ctrl+J Downloads","commands":["chrome.download.list"],"side_effects":["read"],"sensitivity":"low"},{"feature_id":"download.start","title":"Start download","description":"Download a URL to path/default folder.","human_path":"Click download link / save","commands":["chrome.download.start"],"side_effects":["network","write_fs"],"sensitivity":"operator"},{"feature_id":"download.pause","title":"Pause download","description":"Pause an active download.","human_path":"Pause in downloads shelf","commands":["chrome.download.pause"],"side_effects":["session"],"sensitivity":"low"},{"feature_id":"download.resume","title":"Resume download","description":"Resume a paused download.","human_path":"Resume","commands":["chrome.download.resume"],"side_effects":["network","write_fs"],"sensitivity":"operator"},{"feature_id":"download.cancel","title":"Cancel download","description":"Cancel a download.","human_path":"Cancel / X","commands":["chrome.download.cancel"],"side_effects":["session"],"sensitivity":"low"},{"feature_id":"download.open","title":"Open downloaded file","description":"Open a completed download.","human_path":"Open / Show in folder","commands":["chrome.download.open"],"side_effects":["read_fs"],"sensitivity":"operator"},{"feature_id":"download.clear","title":"Clear download list","description":"Clear download shelf history.","human_path":"Clear all","commands":["chrome.download.clear"],"side_effects":["write_profile"],"sensitivity":"low"},{"feature_id":"extension.list","title":"List extensions","description":"List installed extensions and enablement.","human_path":"chrome://extensions","commands":["chrome.extension.list"],"side_effects":["read"],"sensitivity":"low"},{"feature_id":"extension.install","title":"Install extension","description":"Install from web store id or package path.","human_path":"Web Store Add / Load unpacked","commands":["chrome.extension.install"],"side_effects":["network","write_profile"],"sensitivity":"approval"},{"feature_id":"extension.uninstall","title":"Uninstall extension","description":"Remove an extension.","human_path":"Remove from chrome://extensions","commands":["chrome.extension.uninstall"],"side_effects":["write_profile"],"sensitivity":"approval"},{"feature_id":"extension.enable","title":"Enable/disable extension","description":"Toggle extension enabled state.","human_path":"Toggle on extensions page","commands":["chrome.extension.enable"],"side_effects":["write_profile"],"sensitivity":"operator"},{"feature_id":"extension.set_permissions","title":"Manage extension site access","description":"Set site access / permissions.","human_path":"Details → Site access","commands":["chrome.extension.set_permissions"],"side_effects":["write_profile"],"sensitivity":"approval"},{"feature_id":"settings.get","title":"Get settings","description":"Read browser settings subset (search engine, startup, etc.).","human_path":"chrome://settings","commands":["chrome.settings.get"],"side_effects":["read"],"sensitivity":"low"},{"feature_id":"settings.set","title":"Change settings","description":"Change a settings key within allowed schema.","human_path":"Settings UI toggles","commands":["chrome.settings.set"],"side_effects":["write_profile"],"sensitivity":"operator"},{"feature_id":"privacy.cookies_list","title":"List cookies","description":"List cookies for a URL/domain.","human_path":"DevTools Application / settings","commands":["chrome.privacy.cookies_list"],"side_effects":["read"],"sensitivity":"operator"},{"feature_id":"privacy.cookies_delete","title":"Delete cookies","description":"Delete cookies for URL/domain/all.","human_path":"Clear cookies","commands":["chrome.privacy.cookies_delete"],"side_effects":["write_profile"],"sensitivity":"approval"},{"feature_id":"privacy.site_settings","title":"Site settings","description":"Get/set per-site permissions (camera, mic, location, notifications).","human_path":"Lock icon → Site settings","commands":["chrome.privacy.site_settings"],"side_effects":["write_profile"],"sensitivity":"approval"},{"feature_id":"privacy.clear_data","title":"Clear browsing data","description":"Clear cache/cookies/history/passwords subset by options.","human_path":"Clear browsing data dialog","commands":["chrome.privacy.clear_data"],"side_effects":["write_profile"],"sensitivity":"approval"},{"feature_id":"password.list","title":"List saved passwords","description":"List saved credential metadata (not necessarily secrets in clear).","human_path":"Password manager","commands":["chrome.password.list"],"side_effects":["read"],"sensitivity":"approval"},{"feature_id":"password.get","title":"Use saved password","description":"Fill or retrieve password for origin under policy.","human_path":"Autofill password","commands":["chrome.password.get"],"side_effects":["read_secret"],"sensitivity":"approval"},{"feature_id":"password.save","title":"Save password","description":"Save credentials for an origin.","human_path":"Save password prompt","commands":["chrome.password.save"],"side_effects":["write_profile","write_secret"],"sensitivity":"approval"},{"feature_id":"autofill.list","title":"List autofill profiles","description":"List addresses/payment methods metadata.","human_path":"Autofill settings","commands":["chrome.autofill.list"],"side_effects":["read"],"sensitivity":"approval"},{"feature_id":"autofill.fill","title":"Fill autofill","description":"Fill form from autofill profile.","human_path":"Autofill suggestion click","commands":["chrome.autofill.fill"],"side_effects":["dom_mutation"],"sensitivity":"approval"},{"feature_id":"profile.list","title":"List profiles","description":"List browser profiles.","human_path":"Profile picker","commands":["chrome.profile.list"],"side_effects":["read"],"sensitivity":"low"},{"feature_id":"profile.switch","title":"Switch profile","description":"Switch active profile.","human_path":"Profile menu","commands":["chrome.profile.switch"],"side_effects":["session"],"sensitivity":"operator"},{"feature_id":"profile.create","title":"Create profile","description":"Create a new profile.","human_path":"Add profile","commands":["chrome.profile.create"],"side_effects":["write_profile"],"sensitivity":"operator"},{"feature_id":"devtools.open","title":"Open DevTools","description":"Open DevTools docked/undocked.","human_path":"F12 / Ctrl+Shift+I","commands":["chrome.devtools.open"],"side_effects":["ui"],"sensitivity":"operator"},{"feature_id":"devtools.network","title":"Network log","description":"Read network request log / HAR subset.","human_path":"Network panel","commands":["chrome.devtools.network"],"side_effects":["read"],"sensitivity":"operator"},{"feature_id":"devtools.console","title":"Console messages","description":"Read console messages.","human_path":"Console panel","commands":["chrome.devtools.console"],"side_effects":["read"],"sensitivity":"low"},{"feature_id":"pdf.open","title":"Open PDF","description":"Open PDF in Chrome PDF viewer.","human_path":"Open PDF URL/file","commands":["chrome.pdf.open"],"side_effects":["read_fs","network"],"sensitivity":"operator"},{"feature_id":"media.pip","title":"Picture-in-picture","description":"Toggle PiP for media element.","human_path":"PiP control","commands":["chrome.media.pip"],"side_effects":["ui"],"sensitivity":"low"},{"feature_id":"cast.start","title":"Cast tab/screen","description":"Start casting when device available.","human_path":"Cast…","commands":["chrome.cast.start"],"side_effects":["network"],"sensitivity":"approval"},{"feature_id":"task_manager","title":"Browser task manager","description":"List process/tab resource usage.","human_path":"Shift+Esc","commands":["chrome.task_manager"],"side_effects":["read"],"sensitivity":"low"},{"feature_id":"share.copy_url","title":"Copy current URL","description":"Copy active tab URL to clipboard/result.","human_path":"Address bar copy","commands":["chrome.share.copy_url"],"side_effects":["read"],"sensitivity":"low"}],"uncovered_features":[],"commands":[{"id":"chrome.autofill.fill","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.autofill.list","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.bookmark.add","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"parent_id":{"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"bookmarks":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.bookmark.edit","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"parent_id":{"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"bookmarks":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.bookmark.export","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"parent_id":{"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"bookmarks":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.bookmark.folder_create","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"parent_id":{"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"bookmarks":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.bookmark.import","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"parent_id":{"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"bookmarks":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.bookmark.list","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"parent_id":{"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"bookmarks":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.bookmark.remove","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"parent_id":{"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"bookmarks":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.bookmark.search","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"},"parent_id":{"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"bookmarks":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.cast.start","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.devtools.console","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.devtools.network","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.devtools.open","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.download.cancel","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"path":{"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"downloads":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.download.clear","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"path":{"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"downloads":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.download.list","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"path":{"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"downloads":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.download.open","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"path":{"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"downloads":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.download.pause","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"path":{"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"downloads":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.download.resume","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"path":{"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"downloads":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.download.start","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"path":{"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"downloads":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.extension.enable","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"extension_id":{"type":"string"},"enabled":{"type":"boolean"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"extensions":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Install/uninstall require approval","Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.extension.install","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"extension_id":{"type":"string"},"enabled":{"type":"boolean"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"extensions":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Install/uninstall require approval","Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.extension.list","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"extension_id":{"type":"string"},"enabled":{"type":"boolean"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"extensions":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Install/uninstall require approval","Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.extension.set_permissions","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"extension_id":{"type":"string"},"enabled":{"type":"boolean"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"extensions":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Install/uninstall require approval","Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.extension.uninstall","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"extension_id":{"type":"string"},"enabled":{"type":"boolean"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"extensions":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Install/uninstall require approval","Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.history.clear","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"query":{"type":"string"},"range":{"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"entries":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.history.delete","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"query":{"type":"string"},"range":{"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"entries":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.history.list","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"query":{"type":"string"},"range":{"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"entries":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.history.search","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"query":{"type":"string"},"range":{"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"entries":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.media.pip","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.nav.back","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"hard":{"type":"boolean"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"url":{"type":"string"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.nav.forward","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"hard":{"type":"boolean"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"url":{"type":"string"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.nav.home","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"hard":{"type":"boolean"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"url":{"type":"string"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.nav.open_url","implementation":"native","transport":"agentos-x-builtin-tool","runtime":"shipped","input_schema":{"type":"object","properties":{"url":{"type":"string"}},"additionalProperties":false,"required":["url"]},"output_schema":{"type":"object","properties":{"url":{"type":"string"},"final_url":{"type":"string"},"title":{"type":"string"}}},"errors":[{"code":"ahcp.invalid_argument","message":"url is required","retryable":false},{"code":"ahcp.ssrf_blocked","message":"SSRF guard","retryable":false},{"code":"ahcp.internal","message":"导航失败","retryable":false},{"code":"ahcp.timeout","message":"导航超时","retryable":true}],"notes":["Shipped alias of host tool `browser.navigate`","Maps to existing browser.navigate; public URL SSRF guard applies","Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.nav.reload","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"hard":{"type":"boolean"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"url":{"type":"string"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.nav.stop","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"hard":{"type":"boolean"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"url":{"type":"string"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.page.click","implementation":"native","transport":"agentos-x-builtin-tool","runtime":"shipped","input_schema":{"type":"object","properties":{"selector":{"type":"string"}},"additionalProperties":false,"required":["selector"]},"output_schema":{"type":"object","properties":{"selector":{"type":"string"}}},"errors":[{"code":"ahcp.invalid_argument","message":"selector is required","retryable":false},{"code":"ahcp.internal","message":"find_element 失败","retryable":false}],"notes":["Shipped alias of host tool `browser.click`","Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.page.evaluate_js","implementation":"native","transport":"agentos-x-builtin-tool","runtime":"shipped","input_schema":{"type":"object","properties":{"script":{"type":"string"}},"additionalProperties":false,"required":["script"]},"output_schema":{"type":"object","properties":{"result":{}}},"errors":[{"code":"ahcp.invalid_argument","message":"script is required","retryable":false}],"notes":["Shipped alias of host tool `browser.evaluate`","High sensitivity; host approval gate","Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.page.extract_text","implementation":"native","transport":"agentos-x-builtin-tool","runtime":"shipped","input_schema":{"type":"object","properties":{"selector":{"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"text":{"type":"string"},"length":{"type":"integer"}}},"errors":[{"code":"ahcp.not_found","message":"没有打开的标签页","retryable":false}],"notes":["Shipped alias of host tool `browser.extract_text`","Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.page.find","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.page.print_pdf","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.page.read_structure","implementation":"native","transport":"agentos-x-builtin-tool","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"title":{"type":"string"},"url":{"type":"string"},"structure":{"type":"array"},"links":{"type":"array"}}},"errors":[{"code":"ahcp.not_found","message":"没有打开的标签页","retryable":false}],"notes":["Shipped alias of host tool `browser.snapshot`","Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.page.reader_mode","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.page.save_html","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.page.screenshot","implementation":"native","transport":"agentos-x-builtin-tool","runtime":"shipped","input_schema":{"type":"object","properties":{"path":{"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"path":{"type":"string"},"bytes":{"type":"integer"}}},"errors":[{"code":"ahcp.internal","message":"截图失败","retryable":false}],"notes":["Shipped alias of host tool `browser.screenshot`","Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.page.translate","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.page.type","implementation":"native","transport":"agentos-x-builtin-tool","runtime":"shipped","input_schema":{"type":"object","properties":{"selector":{"type":"string"},"text":{"type":"string"}},"additionalProperties":false,"required":["selector","text"]},"output_schema":{"type":"object","properties":{"selector":{"type":"string"},"text_length":{"type":"integer"}}},"errors":[{"code":"ahcp.invalid_argument","message":"selector is required","retryable":false},{"code":"ahcp.invalid_argument","message":"text is required","retryable":false}],"notes":["Shipped alias of host tool `browser.type`","Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.page.zoom","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.password.get","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.password.list","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.password.save","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.pdf.open","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.privacy.clear_data","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.privacy.cookies_delete","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.privacy.cookies_list","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.privacy.site_settings","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.profile.create","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.profile.list","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.profile.switch","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.settings.get","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.settings.set","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.share.copy_url","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.tab.close","implementation":"native","transport":"agentos-x-builtin-tool","runtime":"shipped","input_schema":{"type":"object","properties":{"tab_id":{"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"closed_tabs":{"type":"integer"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Shipped alias of host tool `browser.close`","Current runtime closes all tabs in singleton; full Chrome needs per-tab id","Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.tab.duplicate","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"tab_id":{"type":"string"},"index":{"type":"integer"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"tabs":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.tab.list","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"tab_id":{"type":"string"},"index":{"type":"integer"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"tabs":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.tab.move","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"tab_id":{"type":"string"},"index":{"type":"integer"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"tabs":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.tab.mute","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"tab_id":{"type":"string"},"index":{"type":"integer"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"tabs":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.tab.new","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"tab_id":{"type":"string"},"index":{"type":"integer"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"tabs":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.tab.pin","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"tab_id":{"type":"string"},"index":{"type":"integer"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"tabs":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.tab.reopen_closed","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"tab_id":{"type":"string"},"index":{"type":"integer"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"tabs":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.tab.switch","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"tab_id":{"type":"string"},"index":{"type":"integer"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"tabs":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.task_manager","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{},"additionalProperties":false},"output_schema":{"type":"object","properties":{"ok":{"type":"boolean"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.window.close","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"window_id":{"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"windows":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.window.fullscreen","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"window_id":{"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"windows":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.window.list","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"window_id":{"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"windows":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.window.new","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"window_id":{"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"windows":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]},{"id":"chrome.window.new_incognito","implementation":"native","transport":"ahcp-chrome-profile","runtime":"shipped","input_schema":{"type":"object","properties":{"window_id":{"type":"string"}},"additionalProperties":false},"output_schema":{"type":"object","properties":{"windows":{"type":"array"}}},"errors":[{"code":"ahcp.internal","message":"command failed"}],"notes":["Implemented via AgentOS X chrome_tools + CDP + local Chrome profile store"]}],"parity_tasks":[{"id":"pt-nav.open_url","feature_ids":["nav.open_url"],"title":"Parity: Open URL","human_steps":["Address bar → type URL → Enter","Confirm outcome: Open URL"],"agent_commands":[{"id":"chrome.nav.open_url","args":{"url":"https://example.com"}}],"expect":{"final_url_contains":"example.com"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature nav.open_url"]},{"id":"pt-nav.back","feature_ids":["nav.back"],"title":"Parity: Back","human_steps":["Back button / Alt+Left","Confirm outcome: Back"],"agent_commands":[{"id":"chrome.nav.back","args":{}}],"expect":{"ok":true,"command_id":"chrome.nav.back"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature nav.back"]},{"id":"pt-nav.forward","feature_ids":["nav.forward"],"title":"Parity: Forward","human_steps":["Forward button / Alt+Right","Confirm outcome: Forward"],"agent_commands":[{"id":"chrome.nav.forward","args":{}}],"expect":{"ok":true,"command_id":"chrome.nav.forward"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature nav.forward"]},{"id":"pt-nav.reload","feature_ids":["nav.reload"],"title":"Parity: Reload","human_steps":["Reload / Ctrl+R / Ctrl+Shift+R","Confirm outcome: Reload"],"agent_commands":[{"id":"chrome.nav.reload","args":{}}],"expect":{"ok":true,"command_id":"chrome.nav.reload"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature nav.reload"]},{"id":"pt-nav.stop","feature_ids":["nav.stop"],"title":"Parity: Stop loading","human_steps":["X stop button","Confirm outcome: Stop loading"],"agent_commands":[{"id":"chrome.nav.stop","args":{}}],"expect":{"ok":true,"command_id":"chrome.nav.stop"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature nav.stop"]},{"id":"pt-nav.home","feature_ids":["nav.home"],"title":"Parity: Home","human_steps":["Home button","Confirm outcome: Home"],"agent_commands":[{"id":"chrome.nav.home","args":{}}],"expect":{"ok":true,"command_id":"chrome.nav.home"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature nav.home"]},{"id":"pt-page.find","feature_ids":["page.find"],"title":"Parity: Find in page","human_steps":["Ctrl+F","Confirm outcome: Find in page"],"agent_commands":[{"id":"chrome.page.find","args":{"query":"Example"}}],"expect":{"ok":true,"command_id":"chrome.page.find"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature page.find"]},{"id":"pt-page.zoom","feature_ids":["page.zoom"],"title":"Parity: Zoom","human_steps":["Ctrl++ / Ctrl+- / Ctrl+0","Confirm outcome: Zoom"],"agent_commands":[{"id":"chrome.page.zoom","args":{"factor":1}}],"expect":{"ok":true,"command_id":"chrome.page.zoom"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature page.zoom"]},{"id":"pt-page.read_structure","feature_ids":["page.read_structure"],"title":"Parity: Read page structure","human_steps":["Visually scan headings, body, links","Confirm outcome: Read page structure"],"agent_commands":[{"id":"chrome.page.read_structure","args":{}}],"expect":{"ok":true,"command_id":"chrome.page.read_structure"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature page.read_structure"]},{"id":"pt-page.extract_text","feature_ids":["page.extract_text"],"title":"Parity: Extract text","human_steps":["Select text / Select all → copy","Confirm outcome: Extract text"],"agent_commands":[{"id":"chrome.page.extract_text","args":{}}],"expect":{"ok":true,"command_id":"chrome.page.extract_text"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature page.extract_text"]},{"id":"pt-page.click","feature_ids":["page.click"],"title":"Parity: Click element","human_steps":["Mouse click","Confirm outcome: Click element"],"agent_commands":[{"id":"chrome.page.click","args":{"selector":"a"}}],"expect":{"ok":true,"command_id":"chrome.page.click"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature page.click"]},{"id":"pt-page.type","feature_ids":["page.type"],"title":"Parity: Type into field","human_steps":["Click field → keyboard type","Confirm outcome: Type into field"],"agent_commands":[{"id":"chrome.page.type","args":{"selector":"body","text":"ahcp"}}],"expect":{"ok":true,"command_id":"chrome.page.type"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature page.type"]},{"id":"pt-page.evaluate_js","feature_ids":["page.evaluate_js"],"title":"Parity: Run page JavaScript","human_steps":["DevTools Console → run expression","Confirm outcome: Run page JavaScript"],"agent_commands":[{"id":"chrome.page.evaluate_js","args":{"script":"document.title"}}],"expect":{"ok":true,"command_id":"chrome.page.evaluate_js"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature page.evaluate_js"]},{"id":"pt-page.screenshot","feature_ids":["page.screenshot"],"title":"Parity: Screenshot page","human_steps":["OS/browser screenshot / Capture node","Confirm outcome: Screenshot page"],"agent_commands":[{"id":"chrome.page.screenshot","args":{"path":"/tmp/ahcp-parity.png"}}],"expect":{"file_exists_field":"path"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature page.screenshot"]},{"id":"pt-page.save_html","feature_ids":["page.save_html"],"title":"Parity: Save page as HTML","human_steps":["Ctrl+S Save as","Confirm outcome: Save page as HTML"],"agent_commands":[{"id":"chrome.page.save_html","args":{"path":"/tmp/ahcp-page.save_html"}}],"expect":{"ok":true,"command_id":"chrome.page.save_html"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature page.save_html"]},{"id":"pt-page.print_pdf","feature_ids":["page.print_pdf"],"title":"Parity: Print / Save as PDF","human_steps":["Ctrl+P → Save as PDF","Confirm outcome: Print / Save as PDF"],"agent_commands":[{"id":"chrome.page.print_pdf","args":{"path":"/tmp/ahcp-page.print_pdf"}}],"expect":{"ok":true,"command_id":"chrome.page.print_pdf"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature page.print_pdf"]},{"id":"pt-page.translate","feature_ids":["page.translate"],"title":"Parity: Translate page","human_steps":["Translate bar / right-click Translate","Confirm outcome: Translate page"],"agent_commands":[{"id":"chrome.page.translate","args":{"lang":"en"}}],"expect":{"ok":true,"command_id":"chrome.page.translate"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature page.translate"]},{"id":"pt-page.reader_mode","feature_ids":["page.reader_mode"],"title":"Parity: Reader mode","human_steps":["Reader mode icon","Confirm outcome: Reader mode"],"agent_commands":[{"id":"chrome.page.reader_mode","args":{}}],"expect":{"ok":true,"command_id":"chrome.page.reader_mode"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature page.reader_mode"]},{"id":"pt-tab.new","feature_ids":["tab.new"],"title":"Parity: New tab","human_steps":["Ctrl+T","Confirm outcome: New tab"],"agent_commands":[{"id":"chrome.tab.new","args":{}}],"expect":{"ok":true,"command_id":"chrome.tab.new"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature tab.new"]},{"id":"pt-tab.close","feature_ids":["tab.close"],"title":"Parity: Close tab","human_steps":["Ctrl+W / click X","Confirm outcome: Close tab"],"agent_commands":[{"id":"chrome.tab.close","args":{}}],"expect":{"ok":true,"command_id":"chrome.tab.close"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature tab.close"]},{"id":"pt-tab.switch","feature_ids":["tab.switch"],"title":"Parity: Switch tab","human_steps":["Click tab / Ctrl+Tab","Confirm outcome: Switch tab"],"agent_commands":[{"id":"chrome.tab.switch","args":{"tab_id":"$tab_id","pinned":true,"index":0}}],"expect":{"ok":true,"command_id":"chrome.tab.switch"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature tab.switch"]},{"id":"pt-tab.list","feature_ids":["tab.list"],"title":"Parity: List tabs","human_steps":["Scan tab strip","Confirm outcome: List tabs"],"agent_commands":[{"id":"chrome.tab.list","args":{}}],"expect":{"result_is_object":true},"runtime":"shipped","notes":["End-state parity task auto-generated for feature tab.list"]},{"id":"pt-tab.duplicate","feature_ids":["tab.duplicate"],"title":"Parity: Duplicate tab","human_steps":["Right-click tab → Duplicate","Confirm outcome: Duplicate tab"],"agent_commands":[{"id":"chrome.tab.duplicate","args":{}}],"expect":{"ok":true,"command_id":"chrome.tab.duplicate"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature tab.duplicate"]},{"id":"pt-tab.pin","feature_ids":["tab.pin"],"title":"Parity: Pin / unpin tab","human_steps":["Right-click tab → Pin","Confirm outcome: Pin / unpin tab"],"agent_commands":[{"id":"chrome.tab.pin","args":{"tab_id":"$tab_id","pinned":true,"index":0}}],"expect":{"ok":true,"command_id":"chrome.tab.pin"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature tab.pin"]},{"id":"pt-tab.mute","feature_ids":["tab.mute"],"title":"Parity: Mute / unmute tab","human_steps":["Right-click tab → Mute site","Confirm outcome: Mute / unmute tab"],"agent_commands":[{"id":"chrome.tab.mute","args":{}}],"expect":{"ok":true,"command_id":"chrome.tab.mute"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature tab.mute"]},{"id":"pt-tab.reopen_closed","feature_ids":["tab.reopen_closed"],"title":"Parity: Reopen closed tab","human_steps":["Ctrl+Shift+T","Confirm outcome: Reopen closed tab"],"agent_commands":[{"id":"chrome.tab.reopen_closed","args":{}}],"expect":{"ok":true,"command_id":"chrome.tab.reopen_closed"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature tab.reopen_closed"]},{"id":"pt-tab.move","feature_ids":["tab.move"],"title":"Parity: Move tab","human_steps":["Drag tab","Confirm outcome: Move tab"],"agent_commands":[{"id":"chrome.tab.move","args":{"tab_id":"$tab_id","pinned":true,"index":0}}],"expect":{"ok":true,"command_id":"chrome.tab.move"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature tab.move"]},{"id":"pt-window.new","feature_ids":["window.new"],"title":"Parity: New window","human_steps":["Ctrl+N","Confirm outcome: New window"],"agent_commands":[{"id":"chrome.window.new","args":{}}],"expect":{"ok":true,"command_id":"chrome.window.new"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature window.new"]},{"id":"pt-window.new_incognito","feature_ids":["window.new_incognito"],"title":"Parity: New incognito window","human_steps":["Ctrl+Shift+N","Confirm outcome: New incognito window"],"agent_commands":[{"id":"chrome.window.new_incognito","args":{}}],"expect":{"ok":true,"command_id":"chrome.window.new_incognito"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature window.new_incognito"]},{"id":"pt-window.close","feature_ids":["window.close"],"title":"Parity: Close window","human_steps":["Alt+F4 / close button","Confirm outcome: Close window"],"agent_commands":[{"id":"chrome.window.close","args":{"window_id":"win_main"}}],"expect":{"ok":true,"command_id":"chrome.window.close"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature window.close"]},{"id":"pt-window.list","feature_ids":["window.list"],"title":"Parity: List windows","human_steps":["Scan taskbar/windows","Confirm outcome: List windows"],"agent_commands":[{"id":"chrome.window.list","args":{}}],"expect":{"result_is_object":true},"runtime":"shipped","notes":["End-state parity task auto-generated for feature window.list"]},{"id":"pt-window.fullscreen","feature_ids":["window.fullscreen"],"title":"Parity: Fullscreen","human_steps":["F11","Confirm outcome: Fullscreen"],"agent_commands":[{"id":"chrome.window.fullscreen","args":{"enabled":true}}],"expect":{"ok":true,"command_id":"chrome.window.fullscreen"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature window.fullscreen"]},{"id":"pt-bookmark.add","feature_ids":["bookmark.add"],"title":"Parity: Add bookmark","human_steps":["Star / Ctrl+D","Confirm outcome: Add bookmark"],"agent_commands":[{"id":"chrome.bookmark.add","args":{"title":"Example","url":"https://example.com"}}],"expect":{"ok":true,"command_id":"chrome.bookmark.add"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature bookmark.add"]},{"id":"pt-bookmark.remove","feature_ids":["bookmark.remove"],"title":"Parity: Remove bookmark","human_steps":["Bookmark manager delete","Confirm outcome: Remove bookmark"],"agent_commands":[{"id":"chrome.bookmark.remove","args":{"id":"$bookmark_id"}}],"expect":{"ok":true,"command_id":"chrome.bookmark.remove"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature bookmark.remove"]},{"id":"pt-bookmark.list","feature_ids":["bookmark.list"],"title":"Parity: List bookmarks","human_steps":["Bookmarks bar / manager","Confirm outcome: List bookmarks"],"agent_commands":[{"id":"chrome.bookmark.list","args":{}}],"expect":{"result_is_object":true},"runtime":"shipped","notes":["End-state parity task auto-generated for feature bookmark.list"]},{"id":"pt-bookmark.search","feature_ids":["bookmark.search"],"title":"Parity: Search bookmarks","human_steps":["Bookmark manager search","Confirm outcome: Search bookmarks"],"agent_commands":[{"id":"chrome.bookmark.search","args":{}}],"expect":{"result_is_object":true},"runtime":"shipped","notes":["End-state parity task auto-generated for feature bookmark.search"]},{"id":"pt-bookmark.edit","feature_ids":["bookmark.edit"],"title":"Parity: Edit bookmark","human_steps":["Edit bookmark dialog","Confirm outcome: Edit bookmark"],"agent_commands":[{"id":"chrome.bookmark.edit","args":{}}],"expect":{"ok":true,"command_id":"chrome.bookmark.edit"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature bookmark.edit"]},{"id":"pt-bookmark.folder_create","feature_ids":["bookmark.folder_create"],"title":"Parity: Create bookmark folder","human_steps":["Add folder","Confirm outcome: Create bookmark folder"],"agent_commands":[{"id":"chrome.bookmark.folder_create","args":{}}],"expect":{"ok":true,"command_id":"chrome.bookmark.folder_create"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature bookmark.folder_create"]},{"id":"pt-bookmark.import","feature_ids":["bookmark.import"],"title":"Parity: Import bookmarks","human_steps":["Bookmarks → Import","Confirm outcome: Import bookmarks"],"agent_commands":[{"id":"chrome.bookmark.import","args":{}}],"expect":{"ok":true,"command_id":"chrome.bookmark.import"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature bookmark.import"]},{"id":"pt-bookmark.export","feature_ids":["bookmark.export"],"title":"Parity: Export bookmarks","human_steps":["Bookmarks → Export","Confirm outcome: Export bookmarks"],"agent_commands":[{"id":"chrome.bookmark.export","args":{}}],"expect":{"ok":true,"command_id":"chrome.bookmark.export"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature bookmark.export"]},{"id":"pt-history.list","feature_ids":["history.list"],"title":"Parity: View history","human_steps":["Ctrl+H History","Confirm outcome: View history"],"agent_commands":[{"id":"chrome.history.list","args":{}}],"expect":{"result_is_object":true},"runtime":"shipped","notes":["End-state parity task auto-generated for feature history.list"]},{"id":"pt-history.search","feature_ids":["history.search"],"title":"Parity: Search history","human_steps":["History search box","Confirm outcome: Search history"],"agent_commands":[{"id":"chrome.history.search","args":{"query":"example"}}],"expect":{"result_is_object":true},"runtime":"shipped","notes":["End-state parity task auto-generated for feature history.search"]},{"id":"pt-history.delete","feature_ids":["history.delete"],"title":"Parity: Delete history entries","human_steps":["Select → Delete","Confirm outcome: Delete history entries"],"agent_commands":[{"id":"chrome.history.delete","args":{"id":"$history_id"}}],"expect":{"ok":true,"command_id":"chrome.history.delete"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature history.delete"]},{"id":"pt-history.clear","feature_ids":["history.clear"],"title":"Parity: Clear browsing data (history)","human_steps":["Clear browsing data","Confirm outcome: Clear browsing data (history)"],"agent_commands":[{"id":"chrome.history.clear","args":{}}],"expect":{"ok":true,"command_id":"chrome.history.clear"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature history.clear"]},{"id":"pt-download.list","feature_ids":["download.list"],"title":"Parity: List downloads","human_steps":["Ctrl+J Downloads","Confirm outcome: List downloads"],"agent_commands":[{"id":"chrome.download.list","args":{}}],"expect":{"result_is_object":true},"runtime":"shipped","notes":["End-state parity task auto-generated for feature download.list"]},{"id":"pt-download.start","feature_ids":["download.start"],"title":"Parity: Start download","human_steps":["Click download link / save","Confirm outcome: Start download"],"agent_commands":[{"id":"chrome.download.start","args":{"url":"https://example.com/"}}],"expect":{"ok":true,"command_id":"chrome.download.start"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature download.start"]},{"id":"pt-download.pause","feature_ids":["download.pause"],"title":"Parity: Pause download","human_steps":["Pause in downloads shelf","Confirm outcome: Pause download"],"agent_commands":[{"id":"chrome.download.pause","args":{"id":"$download_id"}}],"expect":{"ok":true,"command_id":"chrome.download.pause"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature download.pause"]},{"id":"pt-download.resume","feature_ids":["download.resume"],"title":"Parity: Resume download","human_steps":["Resume","Confirm outcome: Resume download"],"agent_commands":[{"id":"chrome.download.resume","args":{"id":"$download_id"}}],"expect":{"ok":true,"command_id":"chrome.download.resume"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature download.resume"]},{"id":"pt-download.cancel","feature_ids":["download.cancel"],"title":"Parity: Cancel download","human_steps":["Cancel / X","Confirm outcome: Cancel download"],"agent_commands":[{"id":"chrome.download.cancel","args":{"id":"$download_id"}}],"expect":{"ok":true,"command_id":"chrome.download.cancel"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature download.cancel"]},{"id":"pt-download.open","feature_ids":["download.open"],"title":"Parity: Open downloaded file","human_steps":["Open / Show in folder","Confirm outcome: Open downloaded file"],"agent_commands":[{"id":"chrome.download.open","args":{"id":"$download_id"}}],"expect":{"ok":true,"command_id":"chrome.download.open"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature download.open"]},{"id":"pt-download.clear","feature_ids":["download.clear"],"title":"Parity: Clear download list","human_steps":["Clear all","Confirm outcome: Clear download list"],"agent_commands":[{"id":"chrome.download.clear","args":{}}],"expect":{"ok":true,"command_id":"chrome.download.clear"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature download.clear"]},{"id":"pt-extension.list","feature_ids":["extension.list"],"title":"Parity: List extensions","human_steps":["chrome://extensions","Confirm outcome: List extensions"],"agent_commands":[{"id":"chrome.extension.list","args":{}}],"expect":{"result_is_object":true},"runtime":"shipped","notes":["End-state parity task auto-generated for feature extension.list"]},{"id":"pt-extension.install","feature_ids":["extension.install"],"title":"Parity: Install extension","human_steps":["Web Store Add / Load unpacked","Confirm outcome: Install extension"],"agent_commands":[{"id":"chrome.extension.install","args":{"name":"demo","path":"/tmp/demo-extension"}}],"expect":{"ok":true,"command_id":"chrome.extension.install"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature extension.install"]},{"id":"pt-extension.uninstall","feature_ids":["extension.uninstall"],"title":"Parity: Uninstall extension","human_steps":["Remove from chrome://extensions","Confirm outcome: Uninstall extension"],"agent_commands":[{"id":"chrome.extension.uninstall","args":{"id":"$extension_id","enabled":true}}],"expect":{"ok":true,"command_id":"chrome.extension.uninstall"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature extension.uninstall"]},{"id":"pt-extension.enable","feature_ids":["extension.enable"],"title":"Parity: Enable/disable extension","human_steps":["Toggle on extensions page","Confirm outcome: Enable/disable extension"],"agent_commands":[{"id":"chrome.extension.enable","args":{"id":"$extension_id","enabled":true}}],"expect":{"ok":true,"command_id":"chrome.extension.enable"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature extension.enable"]},{"id":"pt-extension.set_permissions","feature_ids":["extension.set_permissions"],"title":"Parity: Manage extension site access","human_steps":["Details → Site access","Confirm outcome: Manage extension site access"],"agent_commands":[{"id":"chrome.extension.set_permissions","args":{"id":"$extension_id","enabled":true}}],"expect":{"ok":true,"command_id":"chrome.extension.set_permissions"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature extension.set_permissions"]},{"id":"pt-settings.get","feature_ids":["settings.get"],"title":"Parity: Get settings","human_steps":["chrome://settings","Confirm outcome: Get settings"],"agent_commands":[{"id":"chrome.settings.get","args":{"key":"home_url"}}],"expect":{"ok":true,"command_id":"chrome.settings.get"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature settings.get"]},{"id":"pt-settings.set","feature_ids":["settings.set"],"title":"Parity: Change settings","human_steps":["Settings UI toggles","Confirm outcome: Change settings"],"agent_commands":[{"id":"chrome.settings.set","args":{"key":"home_url","value":"about:blank"}}],"expect":{"ok":true,"command_id":"chrome.settings.set"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature settings.set"]},{"id":"pt-privacy.cookies_list","feature_ids":["privacy.cookies_list"],"title":"Parity: List cookies","human_steps":["DevTools Application / settings","Confirm outcome: List cookies"],"agent_commands":[{"id":"chrome.privacy.cookies_list","args":{}}],"expect":{"result_is_object":true},"runtime":"shipped","notes":["End-state parity task auto-generated for feature privacy.cookies_list"]},{"id":"pt-privacy.cookies_delete","feature_ids":["privacy.cookies_delete"],"title":"Parity: Delete cookies","human_steps":["Clear cookies","Confirm outcome: Delete cookies"],"agent_commands":[{"id":"chrome.privacy.cookies_delete","args":{}}],"expect":{"ok":true,"command_id":"chrome.privacy.cookies_delete"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature privacy.cookies_delete"]},{"id":"pt-privacy.site_settings","feature_ids":["privacy.site_settings"],"title":"Parity: Site settings","human_steps":["Lock icon → Site settings","Confirm outcome: Site settings"],"agent_commands":[{"id":"chrome.privacy.site_settings","args":{"origin":"https://example.com"}}],"expect":{"ok":true,"command_id":"chrome.privacy.site_settings"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature privacy.site_settings"]},{"id":"pt-privacy.clear_data","feature_ids":["privacy.clear_data"],"title":"Parity: Clear browsing data","human_steps":["Clear browsing data dialog","Confirm outcome: Clear browsing data"],"agent_commands":[{"id":"chrome.privacy.clear_data","args":{}}],"expect":{"ok":true,"command_id":"chrome.privacy.clear_data"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature privacy.clear_data"]},{"id":"pt-password.list","feature_ids":["password.list"],"title":"Parity: List saved passwords","human_steps":["Password manager","Confirm outcome: List saved passwords"],"agent_commands":[{"id":"chrome.password.list","args":{}}],"expect":{"result_is_object":true},"runtime":"shipped","notes":["End-state parity task auto-generated for feature password.list"]},{"id":"pt-password.get","feature_ids":["password.get"],"title":"Parity: Use saved password","human_steps":["Autofill password","Confirm outcome: Use saved password"],"agent_commands":[{"id":"chrome.password.get","args":{"origin":"https://example.com","reveal":false}}],"expect":{"ok":true,"command_id":"chrome.password.get"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature password.get"]},{"id":"pt-password.save","feature_ids":["password.save"],"title":"Parity: Save password","human_steps":["Save password prompt","Confirm outcome: Save password"],"agent_commands":[{"id":"chrome.password.save","args":{"origin":"https://example.com","username":"u","password":"p"}}],"expect":{"ok":true,"command_id":"chrome.password.save"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature password.save"]},{"id":"pt-autofill.list","feature_ids":["autofill.list"],"title":"Parity: List autofill profiles","human_steps":["Autofill settings","Confirm outcome: List autofill profiles"],"agent_commands":[{"id":"chrome.autofill.list","args":{}}],"expect":{"result_is_object":true},"runtime":"shipped","notes":["End-state parity task auto-generated for feature autofill.list"]},{"id":"pt-autofill.fill","feature_ids":["autofill.fill"],"title":"Parity: Fill autofill","human_steps":["Autofill suggestion click","Confirm outcome: Fill autofill"],"agent_commands":[{"id":"chrome.autofill.fill","args":{}}],"expect":{"ok":true,"command_id":"chrome.autofill.fill"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature autofill.fill"]},{"id":"pt-profile.list","feature_ids":["profile.list"],"title":"Parity: List profiles","human_steps":["Profile picker","Confirm outcome: List profiles"],"agent_commands":[{"id":"chrome.profile.list","args":{}}],"expect":{"result_is_object":true},"runtime":"shipped","notes":["End-state parity task auto-generated for feature profile.list"]},{"id":"pt-profile.switch","feature_ids":["profile.switch"],"title":"Parity: Switch profile","human_steps":["Profile menu","Confirm outcome: Switch profile"],"agent_commands":[{"id":"chrome.profile.switch","args":{"id":"default","name":"Default"}}],"expect":{"ok":true,"command_id":"chrome.profile.switch"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature profile.switch"]},{"id":"pt-profile.create","feature_ids":["profile.create"],"title":"Parity: Create profile","human_steps":["Add profile","Confirm outcome: Create profile"],"agent_commands":[{"id":"chrome.profile.create","args":{"id":"default","name":"Default"}}],"expect":{"ok":true,"command_id":"chrome.profile.create"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature profile.create"]},{"id":"pt-devtools.open","feature_ids":["devtools.open"],"title":"Parity: Open DevTools","human_steps":["F12 / Ctrl+Shift+I","Confirm outcome: Open DevTools"],"agent_commands":[{"id":"chrome.devtools.open","args":{}}],"expect":{"ok":true,"command_id":"chrome.devtools.open"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature devtools.open"]},{"id":"pt-devtools.network","feature_ids":["devtools.network"],"title":"Parity: Network log","human_steps":["Network panel","Confirm outcome: Network log"],"agent_commands":[{"id":"chrome.devtools.network","args":{}}],"expect":{"ok":true,"command_id":"chrome.devtools.network"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature devtools.network"]},{"id":"pt-devtools.console","feature_ids":["devtools.console"],"title":"Parity: Console messages","human_steps":["Console panel","Confirm outcome: Console messages"],"agent_commands":[{"id":"chrome.devtools.console","args":{}}],"expect":{"ok":true,"command_id":"chrome.devtools.console"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature devtools.console"]},{"id":"pt-pdf.open","feature_ids":["pdf.open"],"title":"Parity: Open PDF","human_steps":["Open PDF URL/file","Confirm outcome: Open PDF"],"agent_commands":[{"id":"chrome.pdf.open","args":{"url":"https://example.com"}}],"expect":{"ok":true,"command_id":"chrome.pdf.open"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature pdf.open"]},{"id":"pt-media.pip","feature_ids":["media.pip"],"title":"Parity: Picture-in-picture","human_steps":["PiP control","Confirm outcome: Picture-in-picture"],"agent_commands":[{"id":"chrome.media.pip","args":{"enabled":true}}],"expect":{"ok":true,"command_id":"chrome.media.pip"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature media.pip"]},{"id":"pt-cast.start","feature_ids":["cast.start"],"title":"Parity: Cast tab/screen","human_steps":["Cast…","Confirm outcome: Cast tab/screen"],"agent_commands":[{"id":"chrome.cast.start","args":{}}],"expect":{"ok":true,"command_id":"chrome.cast.start"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature cast.start"]},{"id":"pt-task_manager","feature_ids":["task_manager"],"title":"Parity: Browser task manager","human_steps":["Shift+Esc","Confirm outcome: Browser task manager"],"agent_commands":[{"id":"chrome.task_manager","args":{}}],"expect":{"ok":true,"command_id":"chrome.task_manager"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature task_manager"]},{"id":"pt-share.copy_url","feature_ids":["share.copy_url"],"title":"Parity: Copy current URL","human_steps":["Address bar copy","Confirm outcome: Copy current URL"],"agent_commands":[{"id":"chrome.share.copy_url","args":{}}],"expect":{"ok":true,"command_id":"chrome.share.copy_url"},"runtime":"shipped","notes":["End-state parity task auto-generated for feature share.copy_url"]},{"id":"pt-golden-nav-read-bookmark","feature_ids":["nav.open_url","page.read_structure","bookmark.add"],"title":"Golden: open page, read, bookmark","human_steps":["Open https://example.com","Scan page","Star bookmark"],"agent_commands":[{"id":"chrome.nav.open_url","args":{"url":"https://example.com"}},{"id":"chrome.page.read_structure","args":{}},{"id":"chrome.bookmark.add","args":{"title":"Example","url":"https://example.com"}}],"expect":{"bookmark_count_gte":1},"runtime":"shipped"}],"coverage":{"feature_count":78,"command_count":78,"shipped_command_count":78,"uncovered_feature_count":0,"parity_feature_coverage":1,"parity_task_count":79,"shipped_command_ids":["chrome.autofill.fill","chrome.autofill.list","chrome.bookmark.add","chrome.bookmark.edit","chrome.bookmark.export","chrome.bookmark.folder_create","chrome.bookmark.import","chrome.bookmark.list","chrome.bookmark.remove","chrome.bookmark.search","chrome.cast.start","chrome.devtools.console","chrome.devtools.network","chrome.devtools.open","chrome.download.cancel","chrome.download.clear","chrome.download.list","chrome.download.open","chrome.download.pause","chrome.download.resume","chrome.download.start","chrome.extension.enable","chrome.extension.install","chrome.extension.list","chrome.extension.set_permissions","chrome.extension.uninstall","chrome.history.clear","chrome.history.delete","chrome.history.list","chrome.history.search","chrome.media.pip","chrome.nav.back","chrome.nav.forward","chrome.nav.home","chrome.nav.open_url","chrome.nav.reload","chrome.nav.stop","chrome.page.click","chrome.page.evaluate_js","chrome.page.extract_text","chrome.page.find","chrome.page.print_pdf","chrome.page.read_structure","chrome.page.reader_mode","chrome.page.save_html","chrome.page.screenshot","chrome.page.translate","chrome.page.type","chrome.page.zoom","chrome.password.get","chrome.password.list","chrome.password.save","chrome.pdf.open","chrome.privacy.clear_data","chrome.privacy.cookies_delete","chrome.privacy.cookies_list","chrome.privacy.site_settings","chrome.profile.create","chrome.profile.list","chrome.profile.switch","chrome.settings.get","chrome.settings.set","chrome.share.copy_url","chrome.tab.close","chrome.tab.duplicate","chrome.tab.list","chrome.tab.move","chrome.tab.mute","chrome.tab.new","chrome.tab.pin","chrome.tab.reopen_closed","chrome.tab.switch","chrome.task_manager","chrome.window.close","chrome.window.fullscreen","chrome.window.list","chrome.window.new","chrome.window.new_incognito"]},"conformance":{"status":"conformant_full","feature_count":78,"command_count":78,"parity_task_count":79,"parity_feature_coverage":1,"dispatch_aligned":true,"schema_validated":true,"harness_last_run":"2026-07-11T21:56:42Z","harness_results_uri":"ahcp/conformance/last-report.json","notes":["Validated by validate_surface.py against ahcp.surface.schema.json","Host catalog = chrome_tools dispatch arms","Profile-domain parity tests run without Chromium; CDP tasks require binary"]},"error_catalog_ref":"https://docs.aiagentnet.cloud/ahcp/v1/errors.json","bindings":[{"kind":"builtin","id":"agentos-x-builtin-tool","notes":"ConversationAutonomy tool_calls"},{"kind":"mcp","id":"mcp.tools_call","notes":"Each chrome.* command may be published as MCP tool"},{"kind":"http","id":"http.ahcp.v1","endpoint":"/ahcp/v1/commands/{command_id}"}],"sample_meta":{"role":"normative_reference_sample","created":"2026-07-11","revised":"2026-07-11","end_state":true}}