From e0f340f305b4305ab0fd03c4d136583bf6cfa747 Mon Sep 17 00:00:00 2001 From: Bob Lee Date: Wed, 12 Aug 2026 11:27:51 -0700 Subject: [PATCH] Add BitFun coding agent --- content/agents/bitfun.json | 52 ++++++++++++++++++++++++++++++++++++++ content/changelog.json | 6 +++++ 2 files changed, 58 insertions(+) create mode 100644 content/agents/bitfun.json diff --git a/content/agents/bitfun.json b/content/agents/bitfun.json new file mode 100644 index 0000000..3004a89 --- /dev/null +++ b/content/agents/bitfun.json @@ -0,0 +1,52 @@ +{ + "id": "bitfun", + "name": "BitFun", + "slug": "bitfun", + "description": "Runs an open-source desktop and terminal coding agent that plans, edits, tests, and reviews changes inside real Git repositories.", + "providerName": "GCWing", + "providerUrl": "https://github.com/GCWing", + "agentUrl": "https://github.com/GCWing/BitFun", + "categories": [ + "code-devtools", + "browser-computer" + ], + "tags": [ + "coding-agent", + "open-source", + "rust", + "desktop", + "terminal-ui", + "git-workflow", + "computer-use" + ], + "skills": [ + { + "id": "repository-delivery", + "name": "Repository Delivery", + "description": "Plans, edits, tests, and commits changes inside real Git repositories using desktop or terminal interfaces." + }, + { + "id": "deep-review", + "name": "Deep Review", + "description": "Reviews repository changes with evidence-focused checks before the result is considered ready to merge." + }, + { + "id": "workspace-execution", + "name": "Workspace Execution", + "description": "Works across filesystems, terminals, browsers, desktop applications, and remote workspaces from one agent runtime." + } + ], + "authType": "apiKey", + "supportsStreaming": false, + "supportsPushNotifications": false, + "status": "published", + "featured": false, + "verified": false, + "tier": "free", + "discoveredBy": "manual", + "accessMethods": [ + "cli" + ], + "createdAt": "2026-08-12T00:00:00Z", + "updatedAt": "2026-08-12T00:00:00Z" +} diff --git a/content/changelog.json b/content/changelog.json index bbb8f86..91b6822 100644 --- a/content/changelog.json +++ b/content/changelog.json @@ -1,4 +1,10 @@ [ + { + "action": "added", + "slug": "bitfun", + "name": "BitFun", + "date": "2026-08-12" + }, { "action": "removed", "slug": "blender-mcp",