Skip to content

Commit cade607

Browse files
yethikrishnaclaude
andcommitted
feat: production enhancements and npm publishing setup
- Added banner generator HTML for creating PNG images - Set up GitHub secret (LEVELCODE_GITHUB_TOKEN) - Configured CLI package for npm publishing (@levelcode/cli) - Updated SDK version to 0.0.1 for initial release - Added comprehensive CLI README for npm - Created npm setup guide in docs - Added CHANGELOG.md - Added GitHub Sponsors funding file - Updated CODE_OF_CONDUCT.md contact email Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 134d90f commit cade607

8 files changed

Lines changed: 637 additions & 43 deletions

File tree

.github/FUNDING.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# These are supported funding model platforms
2+
3+
github: [yethikrishna]
4+
# patreon: # Replace with your Patreon username
5+
# open_collective: # Replace with your Open Collective username
6+
# ko_fi: # Replace with your Ko-fi username
7+
# tidelift: # Replace with your Tidelift package
8+
# custom: ['https://your-link.com']

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Changelog
2+
3+
All notable changes to LevelCode will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.0.001] - 2026-02-05
9+
10+
### Added
11+
- Initial release of LevelCode
12+
- Multi-agent architecture with specialized agents:
13+
- File Picker Agent
14+
- Planner Agent
15+
- Editor Agent
16+
- Reviewer Agent
17+
- Support for 200+ models via OpenRouter
18+
- TypeScript SDK for programmatic use
19+
- Terminal-first CLI with real-time streaming
20+
- Custom agent workflows with TypeScript generators
21+
- Comprehensive documentation
22+
- Evaluation benchmarks (BuffBench)
23+
24+
### Features
25+
- Natural language code editing
26+
- Intelligent file discovery
27+
- Precise code modifications
28+
- Automatic code review
29+
- Git integration
30+
31+
### Technical
32+
- Built with TypeScript and Bun
33+
- React-based terminal UI (OpenTUI)
34+
- Monorepo structure with workspaces
35+
- Comprehensive test suite
36+
37+
## [Unreleased]
38+
39+
### Planned
40+
- VS Code Extension
41+
- JetBrains Plugin
42+
- Web Interface
43+
- Team Collaboration Features
44+
- Self-Hosted Server Mode
45+
- Plugin Marketplace
46+
47+
---
48+
49+
## Version History
50+
51+
| Version | Date | Highlights |
52+
|---------|------|------------|
53+
| 0.0.001 | 2026-02-05 | Initial release |
54+
55+
## Contributing
56+
57+
See [CONTRIBUTING.md](CONTRIBUTING.md) for how to contribute to this project.
58+
59+
## Credits
60+
61+
Created by [Yethikrishna R](https://github.com/yethikrishna)
62+
63+
Based on [Codebuff](https://github.com/CodebuffAI/codebuff) (Apache 2.0 License)

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ We agree to restrict the following behaviors in our community. Instances, threat
4242

4343
Tensions can occur between community members even when they are trying their best to collaborate. Not every conflict represents a code of conduct violation, and this Code of Conduct reinforces encouraged behaviors and norms that can help avoid conflicts and minimize harm.
4444

45-
When an incident does occur, it is important to report it promptly. To report a possible violation, contact the project team at support@levelcode.com.
45+
When an incident does occur, it is important to report it promptly. To report a possible violation, contact the project team at yethikrishnarcvn7a@gmail.com.
4646

4747
Community Maintainers take reports of violations seriously and will make every effort to respond in a timely manner. They will investigate all reports of code of conduct violations. Community Maintainers will keep investigation and enforcement actions as transparent as possible while prioritizing safety and confidentiality.
4848

0 commit comments

Comments
 (0)