larkcc 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.1.2] - 2025-03-24
9
+
10
+ ### Changed
11
+
12
+ - Update README installation instructions for npm publishing
13
+ - Add release.sh script for automated version releases
14
+
8
15
  ## [0.1.1] - 2025-03-24
9
16
 
10
17
  ### Changed
package/README.md CHANGED
@@ -8,7 +8,13 @@ Claude Code in Feishu — 在任意项目目录启动,通过飞书机器人与
8
8
  ## 安装
9
9
 
10
10
  ```bash
11
- git clone <repo>
11
+ npm install -g larkcc
12
+ ```
13
+
14
+ ### 从源码安装
15
+
16
+ ```bash
17
+ git clone https://github.com/suj1e/larkcc.git
12
18
  cd larkcc
13
19
  chmod +x install.sh
14
20
  ./install.sh
@@ -460,6 +466,15 @@ Claude Code in Feishu/Lark — Start in any project directory, chat with Claude
460
466
  npm install -g larkcc
461
467
  ```
462
468
 
469
+ ### Install from Source
470
+
471
+ ```bash
472
+ git clone https://github.com/suj1e/larkcc.git
473
+ cd larkcc
474
+ chmod +x install.sh
475
+ ./install.sh
476
+ ```
477
+
463
478
  ## Quick Start
464
479
 
465
480
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "larkcc",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Claude Code in Feishu/Lark - AI coding assistant bot",
5
5
  "author": "sujie <13156660820@163.com>",
6
6
  "license": "MIT",