Skip to content

Commit 09ab547

Browse files
glommerclaude
andcommitted
cachebro: bump to 0.2.0, fix repo URL
- Version 0.2.0: init command, offset/limit, OpenCode support - Fix repo URL to glommer/cachebro Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9b08bc9 commit 09ab547

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cachebro",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "File cache with diff tracking for AI coding agents. Drop-in replacement for file reads that saves ~26% tokens.",
55
"type": "module",
66
"bin": {
@@ -42,7 +42,7 @@
4242
"license": "MIT",
4343
"repository": {
4444
"type": "git",
45-
"url": "https://github.com/tursodatabase/cachebro"
45+
"url": "https://github.com/glommer/cachebro"
4646
},
47-
"homepage": "https://github.com/tursodatabase/cachebro"
47+
"homepage": "https://github.com/glommer/cachebro"
4848
}

0 commit comments

Comments
 (0)