Magnet
Site: https://www.magnet.run/
Aucun plan tarifaire detaille n'est encore disponible pour cet outil.
Magnet is an AI-native workspace for planning & building software, designed for the age of coding agents.Download for macOS↳ Works natively with your favorite toolsCursorClaude CodeCodexSelf-clarifying issuesMagnet uses Claude Code and other agents to make sure every issue is high-quality and well-defined.Automatic system of context, that learns as you use itMagnet automatically improves with every issue, bug, chat and review. It has deep context on your codebase and product.The code review UX you deserveWe are rethinking the code review inteface from the ground up to help your team more quickly understand, iterate on, and confidently ship AI-generated changes.What builders are saying... am continuously blown away by the power of @NicolaeRusan’s tooling. The future isn’t reading and debugging an agent’s code. It’s managing teams of agents with parallel work streams to 100x output / product outcomes.Michael RadoCo-founder of @photonhealth, formerly @thirtymadisonVery cool @NicolaeRusan! excited to give it a whirlMax BennettCo-Founder of BluecoreThis looks cool, trying it out! Any others to look at?Kieran KlaassenCora Computer, EIR @ Every. Claude Code superuserIf you're looking for code agent orchestrators, see: - @ClaudeSquadAI (oss) via @iannuttall - Conductor for Mac by @charliebholtz - Claude Code Agent Farm (oss) by @doodlestein - http://magnet.run by @nicolaerusanAddy OsmaniEngineering leader, @GoogleChrome • @GoogleDeepMindLoving my experience with Magnet so far!Amar SinghGoogle AI Shopping PMShoutout to projects like @TaskmasterAI, @charliebholtz's conductor and @NicolaeRusan's Magnet for building the layer on top that allows Claude code to move faster.Nikunj KothariPartner @fpvventures. first PM @ MeterCongrats! This is rad.Michael GalpertFounder @ AI Product Studio --- Back to HomeFaster issue creation UX using keyboard shortcuts & AI-generated titles 1.0.353 · Fri. Aug 22nd AI-generated issue titles - We found we were often repeating what we wrote in the title for the description, and it felt more natural to have AI generate suggested titles for issues. Keyboard shortcuts for issue creation - Submit the create issue form with Cmd+Enter, suggest title with Cmd+' Native browser navigation - Use familiar back/forward shortcuts (Cmd+[ and Cmd+]) to navigate through the app Improved issue filters - Cleaner filter UI with better empty states and "Clear all filters" action macOS notification onboarding - Guided setup flow for enabling system notifications Performance boost - Fixed slow loading in Issues page with optimized batch fetching UI Improvements Kanban board now respects active status filters Fixed avatar shrinking in organization member selector Sidebar repo name is now clickable to open settings Better error pages with clearer messaging Responsive filter buttons that adapt to screen size Small fixes Fixed header panel button alignment Improved autofocus behavior in issue editor Claude login validation checks Enhanced Diagnostics & GitHub Authentication fixes 1.0.351 · Mon. Aug 19th New diagnostics and error reporting system - Added comprehensive diagnostics reporting with Zapier integration for better debugging Improved GitHub OAuth flow - Fixed sign-up redirect issues and auto-sign-in for existing OAuth accounts Enhanced worktree management - Better rollback capabilities and branch availability guarantees UI improvements - Fixed toast notification visibility when modals are open Session management - Added loading spinner and updated tooltip for Open Session PR button Instant Claude Code Sessions for every issue & split view with chat 1.0.341 · Sat. Aug 16th Loom Video of the Changes: Issues have a Claude Code Session created right away Improved issue UX where you have the issue and your claude code chat session side by side App sidebar has a cleaned up design, and it collapses to a hoverable sidebar at smaller window sizes Added some polish to the status icons for issues Small design polish items to the issue list view Improved @ mention search 1.0.340 · Fri. Aug 15th We improved the way @ mention search works Improved fuzziness of search Space bar allows you to continue searching, and searches across keywords, e.g. if you search operation route it'll pull up the route.ts file in the operation folder. This is useful for frameworks like NextJS where many files are called page.tsx or route.tsx We now show a nice file path view and the full relative path of the file so you're making Improved git workflow for working with your Claude Code Sessions 1.0.339 · Fri. Aug 15th We felt the pain of working with Git Worktrees, and the strangeness of some of the workflows that came up when wanting to test. It felt off to have to test branches inside of the git worktrees, and most users don't care about the details of how git worktrees work. Now we hope the workflow feels more intiutive for you, and how you naturally work with git for the most part. You don't need to test your changes inside the git worktree, when you want to test changes you either use the Sync & Checkout Branch button to test your changes locally in your actual repo branch (i.e. not inside the worktree that Claude Code ran in). When you open a PR or ask Claude to, it will be pushed to the right PR that is aligned with what the Sync & Checkout Branch does. Pressing sync & checkout just syncs changes out of the worktree into your actual branch, and just copies the check out command for the branch so you end up with something familiar in your clipboard like: git checkout magnet/change-toast-to-make-it-take-details Our design goals were: Keep changes that Claude Code does inside of a sandbox (git worktree) so that it's isolated and parallelizable Make it easy for users to test changes the way they're used to: in the environment where they're already working It felt like a bad UX to tell users to re-set up their app config in the worktrees and to start their application again in the worktree to test it. Our new approach makes it much faster to verify changes, because you just check out the branch where your server was already running, so no need to recompile, or run config scripts again, and things just hot reload where possible. This is a big deal when you want to quickly verify lots of changes. Make the PR match the branch name that gets synced. And make it so that you can still gh pr checkout In an upcoming release, we'll also handle how the Claude Session stays up to date with any changes in your PRs or in your main environment. AI Issue Title Suggestion & Draft State for Issues 1.0.338 · Wed. Aug 13th AI-Powered Issue Title Suggestions - Automatically suggest relevant issue titles based on your description. Needs an Anthropic API key to be set in Settings Draft State Persistence for issues - Your issue drafts are now automatically saved so you never lose work in progress Small fixes: Optimistic Deletion of Issues Better Delete Confirmation dialog interactions - the delete button is what's focused so you can press Enter Improved Claude Code Chat UX & Quick Peek Sessions 1.0.337 · Wed. Aug 13th There's a ton of UX improvements in this branch, and lots more inbound! We made a big overhaul to the UX of the product trying to speed up how quickly you can get into Claude Code sessions You can open all the parallel Agent that are active from the Issues page in a side drawer for quick access Ability to stop Claude Code while it's responding Re-designed Suggested Context interaction. Get @ mention suggestions based on your issue description. Revamped onboarding flow to make it faster to get into the app & shipping features! Better Sidebar, Claude CLI Upgrade, Stability Improvements 1.0.354 · Tues. Aug 26th Major improvements to Claude Code integration, issue tracking, and application stability. Better Claude Code Session Management - Stabilized a function ref for diffs to prevent unnecessary re-renders Recent Issues - Added sidebar with recent issues System Instructions Support - Claude should open PRs with worktree/ prefix less often. UI Improvements Improved folder selection screen Optimized panel layout proportions for better responsiveness Small Fixes Some code cleanup around settings Upgraded Claude Code CLI to latest 1.0.90 Optimization for Larger Workspaces 1.0.355 · Tues. Aug 26th We optimized certain areas of the Magnet client that could become slower as the number of issues in users' workspaces continued to grow.