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

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
U
Unit 42
GbyAI
GbyAI
M
MIT News - Artificial intelligence
美团技术团队
罗磊的独立博客
雷峰网
雷峰网
量子位
博客园 - 【当耐特】
Last Week in AI
Last Week in AI
D
Docker
小众软件
小众软件
S
SegmentFault 最新的问题
Blog — PlanetScale
Blog — PlanetScale
阮一峰的网络日志
阮一峰的网络日志
宝玉的分享
宝玉的分享
T
Tailwind CSS Blog
WordPress大学
WordPress大学
V
V2EX
博客园_首页
腾讯CDC
The Cloudflare Blog
A
About on SuperTechFans
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

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 - elirantutia/vibeyard: The IDE built for AI codin...
vibeyard · 2026-04-23 · via Hacker News - Newest: "AI"

Vibeyard

GitHub Release License Issues PRs Welcome GitHub Stars Follow on X

The IDE built for AI coding agents.
Manage multiple agent sessions, run them in parallel, track costs, and never lose context — with Claude Code, Codex CLI, and Gemini CLI.


Vibeyard Demo

Vibeyard UI Edit Demo

Why Vibeyard?

Running AI coding agents in a bare terminal gets messy fast. Vibeyard gives you a proper workspace — multi-session management, split panes, swarm mode, cost tracking, and session resume — so you can focus on building, not juggling terminals.

Highlights

  • P2P session sharing — share live terminal sessions with teammates over encrypted peer-to-peer connections (WebRTC), with read-only or read-write modes and PIN-based authentication
  • Multi-session management — run multiple agent sessions per project, each in its own PTY; use swarm mode for a grid view of all sessions at once and spin up new ones with Cmd+\
  • Cost & context tracking — real-time spend, token usage, and context window monitoring per session
  • Session inspector — real-time session telemetry with timeline, cost breakdown, tool usage stats, and context window monitoring (Cmd+Shift+I)
  • AI Readiness Score — see how well-prepared your project is for AI-assisted coding, with one-click fixes
  • Session resume — pick up where you left off, even after restarting the app
  • Smart alerts — detects missing tools, context bloat, and session health issues
  • Session status indicators — color-coded dots on each tab show real-time session state (working, waiting, input needed, completed), with optional desktop notifications
  • Embedded browser tab — open any URL (e.g. localhost:3000) in a session tab, toggle element inspection to click any DOM element, and send AI editing instructions with the exact selector, text content, and page URL as context
  • Keyboard-driven — full shortcut support, built for speed

Supports Claude Code, OpenAI Codex CLI, and Gemini CLI. More AI CLI providers coming soon.

Install

Requires at least one supported CLI installed and authenticated: Claude Code, OpenAI Codex CLI, or Gemini CLI.

macOS

Download the latest .dmg from GitHub Releases, drag to Applications, and launch. Signed and notarized by Apple.

Linux

Download the latest .deb (Debian/Ubuntu) or .AppImage (universal) from GitHub Releases.

# Debian/Ubuntu
sudo dpkg -i vibeyard_*.deb

# AppImage
chmod +x Vibeyard-*.AppImage
./Vibeyard-*.AppImage

Windows

Download the latest Setup .exe (NSIS installer) or portable .exe from GitHub Releases. Run the installer and launch Vibeyard from the Start menu, or run the portable build directly.

npm (macOS, Linux & Windows)

npm i -g vibeyard
vibeyard

On first run, the app is automatically downloaded and launched. No extra steps needed.

Build from Source

git clone https://github.com/elirantutia/vibeyard.git
cd vibeyard
npm install && npm start

Requires Node v24+ (see .nvmrc).

Contributing

PRs welcome! See the Contributing Guide and Code of Conduct.

License

MIT


Star on GitHub

If Vibeyard helps your workflow, a star helps us grow. Thanks for the support!

Vibeyard is an independent project and is not affiliated with or endorsed by Anthropic.