@dgxo/mashadevcli 1.1.0 → 1.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,8 @@
1
1
  # Masha Dev
2
+ > 🍴 **Masha Dev CLI** is a fork of [Gemini CLI](https://github.com/google-gemini/gemini-cli) by Google,
3
+ > rebranded and extended with multi-provider support (Gemini + OpenRouter) and a custom AI persona.
4
+ > Original project is licensed under Apache 2.0.
5
+ > ⚠️ Masha Dev CLI requires a proper `MASHA.md` persona file, `skills/`, and `system-prompts/` directory to function as intended. Without them, this is just a standard Gemini CLI fork. Get the full Masha setup at [MashaAIPersona](https://repo.dgxo.my.id/DGameXO/MashaAIPersona).
2
6
 
3
7
  [![Masha Dev CI](https://github.com/DGameGT/mashadev-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/DGameGT/mashadev-cli/actions/workflows/ci.yml)
4
8
  [![Masha Dev E2E (Chained)](https://github.com/DGameGT/mashadev-cli/actions/workflows/chained_e2e.yml/badge.svg)](https://github.com/DGameGT/mashadev-cli/actions/workflows/chained_e2e.yml)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dgxo/mashadevcli",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },