-
Notifications
You must be signed in to change notification settings - Fork 2
[WIP] Remove Claude AI references and add Apache 2 license #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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) | ||
|
Comment on lines
+1006
to
+1008
|
||
|
|
||
| ## 🙏 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** | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The README references a LICENSE file that does not exist in the repository. According to the PR description checklist, an Apache 2.0 LICENSE file should be added as part of this PR. The LICENSE file needs to be created before merging.