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
{{ message }}
This repository was archived by the owner on Sep 18, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
# TermAI
1
+
# OpenCode
2
2
3
3
> **⚠️ Early Development Notice:** This project is in early development and is not yet ready for production use. Features may change, break, or be incomplete. Use at your own risk.
4
4
5
5
A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal.
TermAI is a Go-based CLI application that brings AI assistance to your terminal. It provides a TUI (Terminal User Interface) for interacting with various AI models to help with coding tasks, debugging, and more.
11
+
OpenCode is a Go-based CLI application that brings AI assistance to your terminal. It provides a TUI (Terminal User Interface) for interacting with various AI models to help with coding tasks, debugging, and more.
12
12
13
13
## Features
14
14
@@ -23,16 +23,16 @@ TermAI is a Go-based CLI application that brings AI assistance to your terminal.
23
23
24
24
```bash
25
25
# Coming soon
26
-
go install github.com/kujtimiihoxha/termai@latest
26
+
go install github.com/kujtimiihoxha/opencode@latest
27
27
```
28
28
29
29
## Configuration
30
30
31
-
TermAI looks for configuration in the following locations:
31
+
OpenCode looks for configuration in the following locations:
32
32
33
-
-`$HOME/.termai.json`
34
-
-`$XDG_CONFIG_HOME/termai/.termai.json`
35
-
-`./.termai.json` (local directory)
33
+
-`$HOME/.opencode.json`
34
+
-`$XDG_CONFIG_HOME/opencode/.opencode.json`
35
+
-`./.opencode.json` (local directory)
36
36
37
37
You can also use environment variables:
38
38
@@ -43,11 +43,11 @@ You can also use environment variables:
43
43
## Usage
44
44
45
45
```bash
46
-
# Start TermAI
47
-
termai
46
+
# Start OpenCode
47
+
opencode
48
48
49
49
# Start with debug logging
50
-
termai -d
50
+
opencode -d
51
51
```
52
52
53
53
### Keyboard Shortcuts
@@ -81,7 +81,7 @@ termai -d
81
81
82
82
## Architecture
83
83
84
-
TermAI is built with a modular architecture:
84
+
OpenCode is built with a modular architecture:
85
85
86
86
-**cmd**: Command-line interface using Cobra
87
87
-**internal/app**: Core application services
@@ -103,22 +103,22 @@ TermAI is built with a modular architecture:
0 commit comments