Feed aggregator

Global Consciousness Live Data

Hacker News - Wed, 03/04/2026 - 11:57pm
Categories: Hacker News

Show HN: Scape – One-click worktrees and orchestrators for Claude Code

Hacker News - Wed, 03/04/2026 - 11:52pm

Hey HN, we've been using Claude Code daily for months, and built Scape to fix our biggest pain point: managing multiple worktrees quickly & reducing the mental load of switching between them quickly.

What we built: Scape is a macOS menu bar app that sits on top of Claude Code and gives you:

- One-click worktrees: click a button, get a new git worktree with a Claude session already working on it. Develop in parallel without leaving your current branch. - Toolkit: per-session actions like "Create PR", "Commit & Push", "Run & Fix Tests." Add your own with bash scripts or prompts. - Orchestrators: auto-answer questions, auto-approve tools, set custom instructions. Sessions run autonomously while you work on something else.

It monitors all your Claude Code sessions across iTerm2 terminals, so you always know what's happening at a glance.

Privacy: Everything is stored locally at ~/.claude/scape/. No code or terminal content leaves your machine.

We'd love feedback, especially on what workflows you'd want to automate. We're planning to add A LOT more over the coming weeks, specifically around embedded terminals and more automation.

macOS 14+ only for now (more terminal & agent model support coming).

Comments URL: https://news.ycombinator.com/item?id=47257712

Points: 3

# Comments: 0

Categories: Hacker News

Show HN: Session-safe uploads and artifacts for remote MCP servers

Hacker News - Wed, 03/04/2026 - 11:41pm

I built this because MCP supports remote servers over Streamable HTTP, but a lot of MCP servers still assume the client and server share a filesystem. Once the server is in a container/VM, two things break: tools can’t read client-local file paths, and outputs (screenshots/PDFs etc) get written on the server where the client can’t access them.

Remote MCP Adapter is an application-layer gateway that sits between an MCP client and one/more upstream MCP servers. It stages inputs as upload handles and captures outputs as MCP resources that the client can read back. It also adds session isolation, automated TTL-based cleanups, quotas, state persistence, health checks and the other standard constructs necessary for a production deployment.

Docs + demo: https://aakashh242.github.io/remote-mcp-adapter/ Code: https://github.com/aakashh242/remote-mcp-adapter

Quickstart is in the README (docker compose spins up Playwright MCP + the adapter) and you point your agent at: http://localhost:8932/mcp/playwright

Would love feedback on edge cases and missing features: artifact capture rules across different servers, guarantee that all requests with a given session_id are consistently routed to the same upstream.

Comments URL: https://news.ycombinator.com/item?id=47257661

Points: 1

# Comments: 0

Categories: Hacker News

You Just Reveived

Hacker News - Wed, 03/04/2026 - 11:37pm

Article URL: https://dylan.gr/1772520728

Comments URL: https://news.ycombinator.com/item?id=47257637

Points: 3

# Comments: 0

Categories: Hacker News

First Open-Source PR

Hacker News - Wed, 03/04/2026 - 11:32pm
Categories: Hacker News

How does AI change Software Engineering?

Hacker News - Wed, 03/04/2026 - 11:08pm

Article URL: https://dlants.me/ai-se.html

Comments URL: https://news.ycombinator.com/item?id=47257438

Points: 1

# Comments: 0

Categories: Hacker News

Nation-State iOS Exploit Kit ‘Coruna’ Found Powering Global Attacks

Security Week - Wed, 03/04/2026 - 11:04pm

Google and iVerify analysis reveals a powerful exploit kit originally used by Russian state actors that is now appearing in broader criminal campaigns.

The post Nation-State iOS Exploit Kit ‘Coruna’ Found Powering Global Attacks appeared first on SecurityWeek.

Categories: SecurityWeek

Pages