Skip to content

Commit 005f4aa

Browse files
morozovddclaude
andcommitted
docs: sync CLI npm README with root README, bump to 0.1.9
Full sync including Buy Me a Coffee badge, --read-only flag, Configuration section, pot list/delete, and --pot on todo. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ca81af0 commit 005f4aa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/cli/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![GitHub Release](https://img.shields.io/github/v/release/hyper3labs/clawdrive?style=flat-square&color=green)](https://github.com/hyper3labs/clawdrive/releases)
77
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/Hyper3Labs/clawdrive)
88
[![Discord](https://img.shields.io/badge/Discord-hyper%C2%B3labs-5865F2?style=flat-square&logo=discord&logoColor=white)](https://discord.gg/Za3rBkTPSf)
9+
[![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-morozovdd-FFDD00?style=flat-square&logo=buy-me-a-coffee&logoColor=black)](https://buymeacoffee.com/morozovdd)
910

1011
[Website](https://claw3drive.com) · [Documentation](https://github.com/hyper3labs/clawdrive/blob/main/CLI.md) · [Live Demo](https://app.claw3drive.com/) · [Report Bug](https://github.com/hyper3labs/clawdrive/issues/new?template=bug_report.md) · [Request Feature](https://github.com/hyper3labs/clawdrive/issues/new?template=feature_request.md)
1112

@@ -51,6 +52,9 @@ export GEMINI_API_KEY="your-key-here"
5152

5253
# Launch the web UI with a curated NASA demo (~248 MB on first run)
5354
cdrive serve --demo nasa
55+
56+
# For a read-only hosted demo, add --read-only
57+
cdrive serve --demo nasa --read-only
5458
```
5559

5660
The npm package is `clawdrive`; the installed CLI command is `cdrive`.

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clawdrive",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "Google Drive for AI agents. Multimodal semantic search and 3D file visualization.",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)