savant-code 0.0.13 → 0.0.14

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  Built with TypeScript/Bun, governed by the [ECHO Protocol](https://github.com/savant0x/savant-code/blob/main/ECHO.md), and designed for local-first use with Ollama or any OpenAI-compatible provider.
6
6
 
7
7
  [![GitHub Stars](https://img.shields.io/github/stars/savant0x/savant-code?style=social)](https://github.com/savant0x/savant-code)
8
- [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/savant0x/savant-code/blob/main/LICENSE)
8
+ [![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/savant0x/savant-code/blob/main/LICENSE)
9
9
 
10
10
  ## Installation
11
11
 
@@ -150,4 +150,4 @@ Savant-Code requires at least one LLM provider. Run `/provider` to configure one
150
150
  - **GitHub:** [github.com/savant0x/savant-code](https://github.com/savant0x/savant-code)
151
151
  - **Docs:** [savant-code.com/docs](https://savant-code.com/docs)
152
152
  - **Issues:** [GitHub Issues](https://github.com/savant0x/savant-code/issues)
153
- - **License:** MIT
153
+ - **License:** [Apache 2.0](https://github.com/savant0x/savant-code/blob/main/LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "savant-code",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "Multi-Agent AI Coding Assistant with ECHO Protocol",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Savant Code <founders@savant-code.com>",