Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions crates/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "agent-code-lib"
version = "0.15.1"
edition = "2024"
description = "Agent engine library: LLM providers, tools, query loop, memory"
readme = "../../README.md"
license = "MIT"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion npm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is the npm wrapper package — it downloads the correct prebuilt binary for
## Install

```bash
npm install -g agent-code
npm install -g @avala-ai/agent-code
```

## Usage
Expand Down
5 changes: 3 additions & 2 deletions npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@avala-ai/agent-code",
"version": "0.14.0",
"version": "0.15.1",
"description": "AI coding agent for the terminal. Built in Rust.",
"license": "MIT",
"repository": {
Expand All @@ -22,6 +22,7 @@
},
"files": [
"install.js",
"bin/"
"bin/",
"README.md"
]
}
Loading