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

推荐订阅源

Vercel News
Vercel News
博客园 - 司徒正美
C
Check Point Blog
G
Google Developers Blog
The GitHub Blog
The GitHub Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
有赞技术团队
有赞技术团队
P
Proofpoint News Feed
IT之家
IT之家
B
Blog
博客园_首页
量子位
MongoDB | Blog
MongoDB | Blog
博客园 - Franky
J
Java Code Geeks
H
Help Net Security
A
About on SuperTechFans
Apple Machine Learning Research
Apple Machine Learning Research
Jina AI
Jina AI
D
DataBreaches.Net
Y
Y Combinator Blog
大猫的无限游戏
大猫的无限游戏
云风的 BLOG
云风的 BLOG
Google DeepMind News
Google DeepMind News

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 - basegraphhq/relay-plugin: Your Claude Code becom...
nithin_2001 · 2026-04-27 · via Hacker News: Show HN

Your Claude Code becomes Relay — a staff engineer thinking partner that listens before proposing, and captures the decisions in your repo.

Built by Basegraph — we're also building Touchbase, the final work app. (Stealth)

Install

/plugin marketplace add basegraphhq/relay-plugin
/plugin install relay@basegraph

That's it. No accounts, no API keys, no servers.

What changes

Without Relay:

"Add rate limiting to the API." "I'll add rate limiting using express-rate-limit. Here's the diff..." [writes 200 lines]

With Relay:

"Add rate limiting to the API." "What's driving this — abuse you've seen, or a precaution? And what's the failure mode you care about: 429s with retry headers, or just dropping the requests?"

Relay reads your code itself. Asks you the one question that unlocks the rest. Recommends with reasoning, not with code-first momentum. Only writes after you say go.

Decisions live in your repo

When you make a call together — "we'll use Postgres advisory locks instead of Redis" — Relay writes it to .relay/sessions/<session>/decisions.jsonl with the reasoning, alternatives, and context. Commit it. Your teammate pulls; their Claude has your decisions; nobody re-litigates the same architecture call in code review.

.relay/
└── sessions/
    └── session-nithin-1777737600/
        ├── session.json       # who, when, current phase
        ├── decisions.jsonl    # one decision per line
        ├── summary.md         # current shared understanding
        └── transcript.jsonl   # full conversation log

Local-first, no cloud

  • No telemetry. No analytics. No phone-home.
  • No account, no signup, no email required.
  • Decisions never leave your machine unless you git push them.
  • Identity (~/.relay/identity.json) is local-only and managed by you.

How it works

Two pieces, both bundled in this plugin:

  1. Output style (prompts/relay-planner.md) — the behavioral contract that shapes how Claude responds. Auto-injected at session start via a hook, so you never have to pick it manually.
  2. Stop hook (hooks/stop.py) — copies the session transcript into .relay/sessions/ when a session ends, alongside the decisions.

That's the entire plugin. ~50 lines of Python, one prompt file. Read all of it in five minutes.

Why "Relay"

A relay carries something forward. Your decisions, your reasoning, your context — carried from session to session, from teammate to teammate, in the repo itself. Not in a cloud you have to trust, not in a SaaS that disappears in two years.

Built by

Basegraph.

Touchbase is what we're building next — the final work app. Slack, Linear, and Notion replaced by one native macOS app where humans and agents work together. You open it and it already knows: yesterday's decisions captured with the reasoning, the hallway conversation routed to the right work item, what's waiting on you sitting on top. Decisions become reminders become actions, automatically.

Stealth, invite-only at launch — we're showing it to a handful of people genuinely curious about what comes after Slack and Linear. If that's you, book a call or drop your email and we'll let you know when it ships.

Relay's free because every Claude Code user deserves a thinking partner.

Contributing

Issues and PRs welcome. The plugin is intentionally tiny — most contributions will be to the output style itself (prompts/relay-planner.md), which is just a markdown file describing how Claude should think.

License

MIT