@spinabot/brigade 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
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.2](https://github.com/Bhasvanth-Dev9380/brigade/compare/v0.1.1...v0.1.2) (2026-05-03)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **readme:** use absolute raw URL for banner so npm renders it ([975f5f2](https://github.com/Bhasvanth-Dev9380/brigade/commit/975f5f2884ef98af017720c0eaa499eb4c9f3572))
9
+
3
10
  ## [0.1.1](https://github.com/Bhasvanth-Dev9380/brigade/compare/v0.1.0...v0.1.1) (2026-05-03)
4
11
 
5
12
 
package/README.md CHANGED
@@ -1,14 +1,7 @@
1
1
  <p align="center">
2
- <img src="https://github.com/user-attachments/assets/e739669f-1e77-4093-bb72-6b5c9d4ca3db#gh-light-mode-only" alt="BRIGADE — your personal AI crew" width="900" />
2
+ <img src="https://raw.githubusercontent.com/Bhasvanth-Dev9380/brigade/main/assets/brigade-banner-on-black.gif" alt="BRIGADE — your personal AI crew" width="900" />
3
3
  </p>
4
4
 
5
- <p>
6
- <img src="https://github.com/user-attachments/assets/44afe91e-bc06-4b85-a8a9-dcc608041e28#gh-dark-mode-only" alt="Brigade demo" width="180" align="right" />
7
- <img src="./assets/brigade-wordmark.png#gh-dark-mode-only" alt="BRIGADE" width="600" />
8
- </p>
9
-
10
- <br clear="all" />
11
-
12
5
  <p>
13
6
  <a href="https://github.com/Bhasvanth-Dev9380/brigade/actions/workflows/ci.yml"><img src="https://github.com/Bhasvanth-Dev9380/brigade/actions/workflows/ci.yml/badge.svg" alt="CI" /></a>
14
7
  <a href="https://www.npmjs.com/package/@spinabot/brigade"><img src="https://img.shields.io/npm/v/@spinabot/brigade" alt="npm version" /></a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spinabot/brigade",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "description": "Brigade — your personal AI crew. Polished terminal CLI for Anthropic, OpenAI, Gemini, Groq, xAI, DeepSeek, Mistral, OpenRouter, Cerebras, Ollama and any OpenAI-compatible endpoint. Built on the Pi SDK.",
6
6
  "license": "MIT",