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

推荐订阅源

量子位
F
Fortinet All Blogs
J
Java Code Geeks
Y
Y Combinator Blog
Stack Overflow Blog
Stack Overflow Blog
V
Visual Studio Blog
M
MIT News - Artificial intelligence
腾讯CDC
Last Week in AI
Last Week in AI
The Cloudflare Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Jina AI
Jina AI
Microsoft Security Blog
Microsoft Security Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
P
Proofpoint News Feed
博客园 - 叶小钗
Recent Announcements
Recent Announcements
T
Tailwind CSS Blog
Engineering at Meta
Engineering at Meta
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
人人都是产品经理
人人都是产品经理
L
LangChain Blog
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
GitHub - Alcray/SlopeAutoAcceptor
alcray · 2026-05-27 · via Hacker News: Show HN

Warning

Vision Clicker can approve actions in other applications by clicking buttons automatically. You use it entirely at your own risk. AI agents can make mistakes, and company approval prompts usually exist for real safety, privacy, compliance, and operational reasons.

Read the full Disclaimer before using this app.

Intro

Sometimes admins in the companies don't allow auto-running mode for AI agents, argumenting it that "it can delete files" or "not safe for privacy", but in reality they simply don't understand the glory of AI and that the future is after unrestricted, autonomous AI SLOP!

This simple app allows you to work with truly autonomous AI agents by automatically clicking on the "run" button, that your AI agent prompts because of some restrictions.

The current setup does not work with AI agent in the background and requires the Agent window to be opened for clicking. Though the setup is tested and working with double monitor setup.

Formally

Vision Clicker is a local macOS menu bar app that watches a user-selected screen region, finds a visible text button with Apple Vision OCR, clicks it, and then restores the cursor to its original position.

It is designed for small approval controls such as Run, Fetch, or Retry in coding-agent UIs.

Install by asking your AI agent:

Clone git@github.com:Alcray/SlopeAutoAcceptor.git,
then run ./install.sh from the repository root.

Or install manually from Terminal:

git clone git@github.com:Alcray/SlopeAutoAcceptor.git
cd SlopeAutoAcceptor
./install.sh

The installer builds the app, copies it to /Applications/Vision Clicker.app, reveals it in Finder, and launches it. If you only run scripts/build_app.sh, the app stays in dist/ and is not installed into Applications.

Features

  • Draw a capture rectangle, similar to cmd + shift + 4.
  • Highlight the saved region before running.
  • Detect exact target labels with on-device Apple OCR.
  • Support multiple labels, for example Run, Fetch, Retry.
  • Click the detected label and restore the cursor.
  • Run once manually or keep scanning in Live mode.
  • Optionally sweep across Cursor tabs with cmd + shift + ], click each visible target, then return with cmd + shift + [.
  • Work with multi-monitor layouts, including displays above or beside the main display.

Privacy

Vision Clicker uses Apple Vision OCR on your Mac. It does not require an API key, does not download a model, and does not send captured images to a server.

The app stores settings locally in UserDefaults, including the selected region, target labels, scan interval, and confidence threshold.

See Privacy for details.

Requirements

  • macOS 13 or newer.
  • Accessibility permission, used to perform the synthetic mouse click.
  • Screen Recording permission, used to capture the selected region.

Build

swift build --product VisionClicker
swift run AgentAutoAcceptSelfTest
sh scripts/build_app.sh

The built app is written to:

For a local install:

That installs and launches:

/Applications/Vision Clicker.app

Usage

  1. Launch Vision Clicker.
  2. Grant Accessibility and Screen Recording permissions.
  3. Enter target labels, such as Run or Run, Fetch.
  4. Set a minimum confidence. 0.20 is a practical starting point for small buttons.
  5. Click Pick Region and drag around the UI area that contains the target button.
  6. Use Show Region to verify the saved rectangle.
  7. Click Run Once to test.
  8. For Cursor, turn on Change Cursor Tabs, set Cursor Tabs and Tab Change Delay, then click Run Tabs.
  9. Switch to Live when the single run behaves correctly.

OCR matching is intentionally fuzzy after light normalization, so Run can match OCR text such as Running or Auto-Run. Keep the selected region tight around the approval controls to avoid nearby log text.

More detail is in the User Guide.

Release

Use Release Checklist before publishing a build.

To publish a GitHub-backed version that Vision Clicker can detect from Check for Updates:

The release script uses gh to read the latest GitHub Release, builds the app with the next patch version, pushes a vX.Y.Z tag, creates a GitHub Release, and uploads a zipped macOS app. The default policy is always the smallest bump, such as v0.1.1 to v0.1.2. Use minor, major, or an explicit version only when that larger bump is deliberately requested:

ALLOW_NON_PATCH_BUMP=1 scripts/release.sh minor