[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-76153":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":8,"htmlUrl":8,"language":9,"languages":8,"totalLinesOfCode":8,"stars":10,"forks":11,"watchers":12,"openIssues":13,"contributorsCount":13,"subscribersCount":13,"size":13,"stars1d":13,"stars7d":13,"stars30d":11,"stars90d":13,"forks30d":13,"starsTrendScore":13,"compositeScore":14,"rankGlobal":8,"rankLanguage":8,"license":8,"archived":15,"fork":15,"defaultBranch":16,"hasWiki":15,"hasPages":15,"topics":17,"createdAt":8,"pushedAt":8,"updatedAt":18,"readmeContent":19,"aiSummary":20,"trendingCount":13,"starSnapshotCount":13,"syncStatus":21,"lastSyncTime":22,"discoverSource":23},76153,"agentswift","hpennington\u002Fagentswift","hpennington",null,"Swift",124,3,121,0,36.11,false,"main",[],"2026-06-12 04:01:20","# AgentSwift\n\n[Download AgentSwift](https:\u002F\u002Fgithub.com\u002Fhpennington\u002Fagentswift\u002Fraw\u002Frefs\u002Fheads\u002Fmain\u002FAgentSwift-0.2.4.zip)\nYou must install the dependencies listed below in order for the binary to work. See below for setup commands.\n\nDependencies:\n- Xcode\n- Xcode command line tools\n- xcodebuildmcp\n- openspec\n  \n\n![AgentSwift settings panel](screenshot2.png)\n\n![AgentSwift](screenshot.png)\n\nA native macOS app that runs an autonomous AI coding agent for Apple platform development. Describe what you want to build, and AgentSwift uses Claude to discover your project, implement changes, build, run, and validate — without you touching Xcode.\n\n## What it does\n\nAgentSwift drives a multi-phase agentic workflow:\n\n1. **Discover** — Claude inspects your Xcode project structure and schemes\n2. **Implement** — edits source files to match your request\n3. **Build** — runs xcodebuildmcp to compile\n4. **Launch \u002F Validate** — boots the app on a simulator or macOS, runs UI automation to verify behavior\n5. **Archive** — marks the task complete\n\n## Requirements\n\n- macOS 26.1+\n- Xcode\n- Node.js \u002F npm\n- An [Anthropic API key](https:\u002F\u002Fconsole.anthropic.com)\n\n## Dependencies\n\nInstall these two CLIs before running the agent:\n\n### xcodebuildmcp\n\nProvides build, launch, and UI automation capabilities for Xcode projects.\n\n```bash\nnpm install -g xcodebuildmcp\n```\n\n### openspec\n\nTracks implementation specs across agent sessions.\n\n```bash\nnpm install -g @fission-ai\u002Fopenspec\n```\n\n## Setup\n\n1. Build and run the app in Xcode.\n2. Open **Settings** and enter your Anthropic API key.\n3. Select a **Project Folder** (the root of your Xcode project).\n4. Optionally pick an **iOS Simulator** from the dropdown.\n5. Type what you want to build and press **Cmd+Return**.\n\nOn the first run the agent discovers your project's scheme and simulator target. Subsequent runs skip discovery and go straight to implementation.\n\n## Models\n\n| Model | Use when |\n|---|---|\n| Claude Opus 4.7 | Complex tasks, large codebases |\n| Claude Sonnet 4.6 | Faster iteration, lighter tasks |\n\n## Key behaviors\n\n- **Message queuing** — if you send a new message while the agent is running, the latest supersedes earlier ones\n- **Build caching** — scheme, project path, and simulator ID are extracted after the first build and reused automatically\n- **Error escalation** — the agent attempts one fix on a failure, then surfaces the error to you rather than looping\n\n## Architecture\n\n```\nAgentSwiftApp.swift    — app entry point\nContentView.swift      — UI, view models, agentic loop\nAnthropicService.swift — Anthropic API client (streaming SSE)\nToolExecutor.swift     — bash \u002F read_file \u002F write_file execution\nItem.swift             — chat message model\n```\n\nNo external Swift dependencies — pure SwiftUI + Foundation.\n","AgentSwift 是一款针对 Apple 平台开发的自动化 AI 编码助手 macOS 应用。它通过与 Claude AI 交互，能够理解项目需求、编辑代码、构建应用并在模拟器或 macOS 上运行验证，全程无需手动操作 Xcode。核心技术包括基于 Anthropic API 的多阶段工作流管理、Xcode 项目的自动发现及构建、以及错误处理机制。适用于需要快速迭代或处理复杂任务的 macOS 和 iOS 开发场景，尤其适合那些希望减少重复性编码工作的开发者。",2,"2026-06-11 03:54:41","CREATED_QUERY"]