You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Bright Vision Core
1
+
# BrightVision Core
2
2
3
-
**PyPI:**[`bright-vision-core`](https://pypi.org/project/bright-vision-core/) — cecli engine + headless HTTP API for the [Bright Vision](https://github.com/Digital-Defiance/bright-vision) desktop IDE.
3
+
**PyPI:**[`bright-vision-core`](https://pypi.org/project/bright-vision-core/) — cecli engine + headless HTTP API for the [BrightVision](https://github.com/Digital-Defiance/bright-vision) desktop IDE.
4
4
5
5
| Piece | Role |
6
6
|-------|------|
@@ -19,15 +19,15 @@ bright-vision-core-serve # HTTP API at http://127.0.0.1:8741
19
19
curl -s http://127.0.0.1:8741/health
20
20
```
21
21
22
-
Editable dev install (Bright Vision monorepo submodule):
22
+
Editable dev install (BrightVision monorepo submodule):
23
23
24
24
```bash
25
25
pip install -e ./bright-vision-core
26
26
```
27
27
28
28
The same wheel also provides the **`cecli`** CLI (`cecli`, `aider-ce`, `ce.cli`) for terminal use.
29
29
30
-
**Bright Vision desktop** manages Ollama locally (Terminal → Local LLM) and spawns this core on **Terminal → Start**. You do not need a separate `local-llm.sh` repo for the app.
30
+
**BrightVision desktop** manages Ollama locally (Terminal → Local LLM) and spawns this core on **Terminal → Start**. You do not need a separate `local-llm.sh` repo for the app.
Copy file name to clipboardExpand all lines: bright_vision_core/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# bright_vision_core
2
2
3
-
HTTP/SSE integration layer for **Bright Vision** on top of [cecli](https://github.com/dwash96/cecli). Ported from `aider_vision_core` — see [docs/LINEAGE.md](../docs/LINEAGE.md).
3
+
HTTP/SSE integration layer for **BrightVision** on top of [cecli](https://github.com/dwash96/cecli). Ported from `aider_vision_core` — see [docs/LINEAGE.md](../docs/LINEAGE.md).
0 commit comments