惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

宝玉的分享
宝玉的分享
J
Java Code Geeks
S
SegmentFault 最新的问题
L
LangChain Blog
M
MIT News - Artificial intelligence
Stack Overflow Blog
Stack Overflow Blog
IT之家
IT之家
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
雷峰网
雷峰网
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
MongoDB | Blog
MongoDB | Blog
Microsoft Security Blog
Microsoft Security Blog
腾讯CDC
H
Help Net Security
阮一峰的网络日志
阮一峰的网络日志
Jina AI
Jina AI
N
Netflix TechBlog - Medium
A
About on SuperTechFans
博客园 - 叶小钗
美团技术团队
人人都是产品经理
人人都是产品经理
D
DataBreaches.Net

Show HN

GitHub - astefanutti/shaderbang: Shebang for Shaders Show HN: Generate Claude Code Workflows using Spec Driven Development approach Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal).
GitHub - DO-SAY-GO/web-cli: Public WebCLI release artifacts
DO-SAY-GO · 2026-06-11 · via Show HN

Public release artifacts for WebCLI are published here by the private source tree release workflow.

Release assets are immutable per tag and include SHA256SUMS.txt.

web - `web` controls a real Chromium or Firefox browser session over CDP and BiDi. Running `web inspect` returns a numbered action sheet — stable refs you click, type into, and act on without writing selectors. Refs reset after page-state changes; re-inspect before the next action to get fresh numbers.

Usage:
  web [--json|--no-json|--text] [--profile <name>] [--frame <frame>] <command>
  web          (no command — opens an interactive REPL)

Core commands:
  go              Navigate or move through history. --new opens in a new tab.
  inspect         List numbered actions on the page. <query> can be a ref number, visible text, or a selector: prefix.
  do              Run a numbered action. <query> is a ref number (3), visible text (Submit), or selector: prefix.
  click           Click a matched element. <query> is a ref number, visible text (e.g. Issues, Submit), or selector: prefix. Bare numbers are refs; use text:<n> to match a numeric label. Omit query with --coords to click at absolute page coordinates.
  type            Type into a field. -t / --target accepts a text label or CSS selector.
  read            Read page text or a target region.
  status          Show session and page state.
  find            Find matching elements or tabs. <query> is visible text (e.g. Submit, Issues), a ref number, or a selector: prefix. Returns a numbered ref sheet — text matches may return multiple results; act on the ref if unambiguous, or use --all to see every match.
  form            List visible form fields.
  submit          Submit the nearest form.
  press           Send a key press.
  keydown         Hold a key down without releasing.
  keyup           Release a held key. Pairs with keydown.
  pointerdown     Press pointer down without releasing (starts drag or long-press).
  pointermove     Move pointer while held (continues drag).
  pointerup       Release pointer (ends drag or long-press). Pairs with pointerdown.
  say             Paste text into the focused element. Click to focus first if needed.
  clear           Clear an editable target.
  choose          Choose a native select option.
  switch          Switch tabs or frames. Both 'web switch tab N' and 'web tab switch N' are accepted.
  tab             Manage tabs.
  frame           Manage frames.
  profiles        Manage profiles. A profile is a named directory holding browsing data and daemon state. Ephemeral profiles start fresh each session. Named profiles persist across sessions. Temporary profiles are named but self-destruct on 'web quit'. The user-default profile copies your real browser's cookies and sessions for sites that need established trust.
  scroll          Scroll the page or bring a match into view. <query> is a ref number or visible text. Bare numbers are refs; use text:<number> to match numeric labels.
  back            Go back in history.
  forward         Go forward in history.
  reload          Reload the tab.
  quit            Stop the local browser session (or all/specific profiles). Temporary profiles are deleted on quit.

Handoff commands:
  human-drives    Hand browser control to a human.
  agent-drives    Return control to the agent.
  pause           Record a human checkpoint.
  resume          Reconnect to the current session.

Configure commands:
  use             Choose the active browser.
  set             Enable a sticky setting.
  unset           Disable a sticky setting.
  get             Show sticky settings.
  teach           Write the skill file into agent directories.
  agents-md       Print agent instructions.
  skill-md        Print the skill sheet.

Advanced commands:
  resize          Resize the browser window (e.g. 1280x800).
  stop            Stop the in-flight page load.
  reveal          Scroll a ref or match into view. Bare numbers are refs; use text:<number> for numeric text.
  search          Search the web.
  wait            Wait for a page condition.
  snap            Take a screenshot and save to a file (default: screenshot.png).
  observe         Return a one-shot page snapshot.
  refs            Show saved refs.
  last            Show the latest refs.
  focus           Focus a target.
  caret           Move the caret.
  select-text     Select a text range.
  hover           Hover a target.
  options         List native select options.
  connect         Set a remote connection target.
  disconnect      Clear the saved connection target.
  license         Manage the local license.

Debug commands:
  disambiguate    List all elements matching a query for explicit selection.
  transcript      Inspect the local transcript.
  report-issue    Open a GitHub issue in the current web CLI session (or system browser with --system-browser).
  eval            Evaluate JavaScript in the page context.
  highlight       Highlight a ref with a visible overlay.
  describe        Print node handle, selector, role, tag, and bounds for a ref.
  scroll-element  Scroll a specific element (popover, panel, list, dropdown) using wheel gestures.
  readme          Print quickstart docs.
  version         Print version information.

BrowserBox commands:
  join            Get a BrowserBox join link.
  browserbox      Run BrowserBox tools.

Core parameters:
  --json               Emit machine-readable JSON.
  --profile <name>     Override the current profile for this command.
  --frame <frame>      Override the frame target for this command.

Advanced parameters:
  --no-json            Force human-readable output.
  --text               Force human-readable output. Alias for --no-json.
  --quiet              Suppress successful human-readable output.

Debug parameters:
  --continue-on-error  Keep going after errors in batch input.
  --help-json          Print scoped help as JSON.