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.
- package/README.md +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
|
[](https://github.com/savant0x/savant-code)
|
|
8
|
-
[](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:**
|
|
153
|
+
- **License:** [Apache 2.0](https://github.com/savant0x/savant-code/blob/main/LICENSE)
|