{"id":30880106,"url":"https://github.com/forloopcodes/unvibe","last_synced_at":"2025-09-08T06:46:28.797Z","repository":{"id":308611236,"uuid":"1030984645","full_name":"ForLoopCodes/unvibe","owner":"ForLoopCodes","description":"A vibe coding agent with a vision to make websites not look AI generated.","archived":false,"fork":false,"pushed_at":"2025-08-06T20:37:48.000Z","size":43,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-06T22:21:29.740Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://x.com/unvibecode","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ForLoopCodes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-02T18:52:19.000Z","updated_at":"2025-08-06T20:37:51.000Z","dependencies_parsed_at":"2025-08-06T22:21:31.820Z","dependency_job_id":"f686119a-3e3a-48c8-b5a7-f223446ffaa1","html_url":"https://github.com/ForLoopCodes/unvibe","commit_stats":null,"previous_names":["forloopcodes/unvibe"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ForLoopCodes/unvibe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForLoopCodes%2Funvibe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForLoopCodes%2Funvibe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForLoopCodes%2Funvibe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForLoopCodes%2Funvibe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ForLoopCodes","download_url":"https://codeload.github.com/ForLoopCodes/unvibe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForLoopCodes%2Funvibe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274146702,"owners_count":25230116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-08T06:46:26.780Z","updated_at":"2025-09-08T06:46:28.781Z","avatar_url":"https://github.com/ForLoopCodes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI File Assistant with Enhanced Provider Support\n\n## Overview\n\nAdvanced AI-powered file assistant with support for multiple AI providers, error handling, memory system, and terminal command execution.\n\n## Supported AI Providers\n\n### 🦙 Ollama (Local - No API Key Required)\n\n- Model: llama2-uncensored:7b\n- URL: http://localhost:11434/api/chat\n- Requirements: Ollama must be running locally\n\n### ✨ Gemini (Google)\n\n- Model: gemini-2.5-pro\n- Requirements: Google AI API key\n- Get your key: https://ai.google.dev/\n\n### 🌟 Mistral (Cloud)\n\n- Model: mistral-tiny\n- Requirements: Mistral API key\n- Get your key: https://console.mistral.ai/\n\n### 🤖 OpenAI (ChatGPT)\n\n- Model: gpt-4\n- Requirements: OpenAI API key\n- Get your key: https://platform.openai.com/api-keys\n\n### 🧠 Claude (Anthropic)\n\n- Model: claude-3-5-sonnet-20241022\n- Requirements: Anthropic API key\n- Get your key: https://console.anthropic.com/\n\n## Features\n\n✅ **Fixed Directory Creation Logic** - Files like `.html` are now created as files, not directories\n✅ **API Key Configuration** - Secure API key input for cloud providers\n✅ **Multiple AI Providers** - Support for 5 different AI services\n✅ **Error Retry Logic** - Automatic retry with different approaches\n✅ **Auto Error Checking** - Automatic syntax validation after file operations\n✅ **Terminal Command Execution** - AI-powered terminal command generation\n✅ **Memory System** - Comprehensive logging and history tracking\n✅ **File Operations** - Create, edit, rewrite, delete, review files\n✅ **AI Code Review** - Intelligent code analysis and improvements\n\n## Usage\n\n```bash\nnode index.js\n```\n\n1. Select your AI provider\n2. Enter API key if required (masked input)\n3. Choose interaction mode:\n   - **Agent Mode**: AI plans and executes complex tasks\n   - **Chat Mode**: Conversational interaction\n   - **Command Mode**: Direct command execution\n\n## API Key Security\n\n- API keys are entered securely (masked input)\n- Keys are stored only in memory during session\n- No API keys are saved to disk\n- Each provider is configured independently\n\n## Examples\n\n```bash\n# Create files (now works correctly!)\n\"create calculator.html\"  # ✅ Creates HTML file (not directory)\n\"make style.css\"         # ✅ Creates CSS file\n\"create assets/\"         # ✅ Creates directory\n\n# AI-powered operations\n\"review and improve calculator.html\"\n\"check calculator.html for errors\"\n\"run the project\"\n\"build the application\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforloopcodes%2Funvibe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fforloopcodes%2Funvibe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforloopcodes%2Funvibe/lists"}