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

推荐订阅源

博客园 - 三生石上(FineUI控件)
月光博客
月光博客
S
SegmentFault 最新的问题
有赞技术团队
有赞技术团队
Stack Overflow Blog
Stack Overflow Blog
Engineering at Meta
Engineering at Meta
T
The Blog of Author Tim Ferriss
The GitHub Blog
The GitHub Blog
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
IT之家
IT之家
宝玉的分享
宝玉的分享
A
About on SuperTechFans
Vercel News
Vercel News
P
Proofpoint News Feed
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 【当耐特】
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
Visual Studio Blog
Jina AI
Jina AI
Y
Y Combinator Blog
T
Tailwind CSS Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Last Week in AI
Last Week in AI

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
GitHub - Alcray/SlopeAutoAcceptor
alcray · 2026-05-27 · via Hacker News - Newest: "AI"

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