diff --git a/README.md b/README.md index 756658b..5b05906 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # XibeCode - AI Coding Assistant -> **Production-ready autonomous coding agent powered by Claude AI** +> **Production-ready autonomous coding agent** -XibeCode is a professional CLI tool that brings autonomous AI coding capabilities to your terminal. Like Claude Code, but open-source, customizable, and with advanced context management. +XibeCode is a professional CLI tool that brings autonomous AI coding capabilities to your terminal. Open-source, customizable, and with advanced context management. ## 🆕 What's New in v0.1.8 @@ -1003,7 +1003,9 @@ Contributions welcome! Please see CONTRIBUTING.md ## 📝 License -MIT +Apache License 2.0 — see [LICENSE](LICENSE) for details. + +Copyright 2026 Anish Kumar (R3AP3R editz) ## 🙏 Credits @@ -1016,8 +1018,6 @@ Built with: - [Chalk](https://github.com/chalk/chalk) - [fast-glob](https://github.com/mrmlnc/fast-glob) -Inspired by [Claude Code](https://www.anthropic.com/news/claude-code) and [Aider](https://github.com/paul-gauthier/aider) - --- **Made with ❤️ for developers who love AI-assisted coding** diff --git a/package.json b/package.json index 2f8d923..9fe733f 100644 --- a/package.json +++ b/package.json @@ -22,20 +22,18 @@ "assistant", "autonomous", "agent", - "claude", - "anthropic", "automation" ], - "author": "", - "license": "MIT", + "author": "Anish Kumar (R3AP3R editz)", + "license": "Apache-2.0", "repository": { "type": "git", - "url": "https://github.com/yourusername/xibecode" + "url": "https://github.com/iotserver24/xibecode.git" }, "bugs": { - "url": "https://github.com/yourusername/xibecode/issues" + "url": "https://github.com/iotserver24/xibecode/issues" }, - "homepage": "https://github.com/yourusername/xibecode#readme", + "homepage": "https://github.com/iotserver24/xibecode#readme", "dependencies": { "@anthropic-ai/sdk": "^0.32.1", "@modelcontextprotocol/sdk": "^1.26.0", diff --git a/site/app/layout.tsx b/site/app/layout.tsx index 64ecd01..6acbf52 100644 --- a/site/app/layout.tsx +++ b/site/app/layout.tsx @@ -5,12 +5,12 @@ import Footer from '@/components/Footer'; export const metadata: Metadata = { title: 'XibeCode — Autonomous AI Coding Assistant', - description: 'Production-ready autonomous coding agent powered by Claude AI. Open-source, free, and fully customizable with smart context management, MCP support, and plugin system.', - keywords: ['XibeCode', 'AI coding assistant', 'autonomous agent', 'Claude AI', 'CLI tool', 'open source', 'MCP'], - authors: [{ name: 'iotserver24', url: 'https://github.com/iotserver24' }], + description: 'Production-ready autonomous coding agent. Open-source, free, and fully customizable with smart context management, MCP support, and plugin system.', + keywords: ['XibeCode', 'AI coding assistant', 'autonomous agent', 'CLI tool', 'open source', 'MCP'], + authors: [{ name: 'Anish Kumar', url: 'https://github.com/iotserver24' }], openGraph: { title: 'XibeCode — Autonomous AI Coding Assistant', - description: 'Production-ready autonomous coding agent powered by Claude AI. Free and open-source.', + description: 'Production-ready autonomous coding agent. Free and open-source.', type: 'website', }, }; diff --git a/site/components/Footer.tsx b/site/components/Footer.tsx index 12daf91..3aa1c9a 100644 --- a/site/components/Footer.tsx +++ b/site/components/Footer.tsx @@ -17,7 +17,7 @@ export default function Footer() { XibeCode
- Production-ready autonomous coding agent powered by Claude AI. + Production-ready autonomous coding agent. Open-source, free, and fully customizable with smart context management and MCP support.
diff --git a/site/components/Hero.tsx b/site/components/Hero.tsx
index 348e865..965ff12 100644
--- a/site/components/Hero.tsx
+++ b/site/components/Hero.tsx
@@ -80,7 +80,7 @@ export default function Hero() {
className="text-lg md:text-xl text-zinc-400 max-w-xl leading-relaxed"
>
Autonomous AI coding assistant that builds features, fixes bugs,
- refactors code, and runs tests — all from your terminal. Powered by Claude AI.
+ refactors code, and runs tests — all from your terminal.