Skip to content

Commit cf40721

Browse files
yethikrishnaclaude
andcommitted
chore: publish SDK v0.0.2 and CLI v0.0.3 to npm
- @levelcode/sdk@0.0.2 published with full build - @levelcode/cli@0.0.3 published with bun binary - Updated CLI to depend on SDK ^0.0.2 - Fixed bin configuration for CLI package Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ab28e40 commit cf40721

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

cli/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@levelcode/cli",
3-
"version": "0.0.1",
3+
"version": "0.0.3",
44
"description": "LevelCode CLI - Terminal-based AI coding agent that outperforms Claude Code",
55
"author": {
66
"name": "Yethikrishna R",
@@ -28,12 +28,10 @@
2828
"private": false,
2929
"type": "module",
3030
"bin": {
31-
"levelcode": "./dist/cli.js",
32-
"levelcode-tui": "./bin/codecane"
31+
"levelcode": "./dist/cli.js"
3332
},
3433
"files": [
3534
"dist",
36-
"bin",
3735
"README.md"
3836
],
3937
"exports": {
@@ -58,7 +56,7 @@
5856
"bun": "^1.3.5"
5957
},
6058
"dependencies": {
61-
"@levelcode/sdk": "workspace:*",
59+
"@levelcode/sdk": "^0.0.2",
6260
"@gravity-ai/api": "^0.1.2",
6361
"@opentui/core": "0.1.74",
6462
"@opentui/react": "0.1.74",

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@levelcode/sdk",
33
"private": false,
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"description": "Official SDK for LevelCode — AI coding agent & framework",
66
"license": "Apache-2.0",
77
"type": "module",

0 commit comments

Comments
 (0)