Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit 7a39811

Browse files
authored
Merge pull request #12 from withrawi/develop
fix: update version to 0.0.1 and enhance description in package.json …
2 parents 83f1308 + fe248a4 commit 7a39811

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rawi",
33
"description": "Rawi (راوي): A developer-friendly AI-powered CLI tool that delivers clear answers, summaries, and analyses. It supports multiple AI providers, including OpenAI, Google, Amazon Bedrock, and more.",
4-
"version": "0.0.1-beta.6",
4+
"version": "0.0.1",
55
"type": "module",
66
"license": "MIT",
77
"bin": {

src/cli/program.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ const getPackageInfo = () => {
2727

2828
return {
2929
name: 'rawi',
30-
description: 'A developer-friendly AI-powered CLI tool',
31-
version: '0.0.0',
30+
description:
31+
'Rawi (راوي): A developer-friendly AI-powered CLI tool that delivers clear answers, summaries, and analyses. It supports multiple AI providers, including OpenAI, Google, Amazon Bedrock, and more.',
32+
version: '0.0.1',
3233
};
3334
};
3435

@@ -37,7 +38,6 @@ export const createProgram = (): Command => {
3738

3839
const program = new Command();
3940

40-
// Compose version string: rawi/0.0.0-beta.12 linux-x64 node-v18.20.2
4141
const nodeVersion = process.version;
4242
const platform = process.platform;
4343
const arch = process.arch;

0 commit comments

Comments
 (0)