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
+41-91Lines changed: 41 additions & 91 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Terminal Intelligence (TI)
2
2
3
-
A lightweight CLI-based IDE with integrated AI assistance through Ollama. Features a split-window terminal interface with an integrated code editor and AI assistant for creating, editing, and testing scripts and markdown documents.
3
+
A lightweight CLI-based IDE with integrated AI assistance through Ollama, Gemini & Bedrock. Features a split-window terminal interface with an integrated code editor and AI assistant for creating, editing, and testing scripts and markdown documents.
4
+
5
+
### ~~ ***Early Days but whatch this space*** ~~
4
6
5
7
### Menu View & Shotcuts
6
8
Quick overview of current menu shotcuts and key combinations
@@ -16,7 +18,7 @@ Quick overview of current menu shotcuts and key combinations
16
18
-**Multi-Language Support**: Edit and run Bash, PowerShell, Python, Go, and Markdown files
17
19
-**Auto-Install Detection**: Automatically detects missing language runtimes and offers to install them
18
20
-**Code Editor**: Syntax-aware text editing with line numbers and file type detection
19
-
-**AI Integration**: Context-aware AI assistance powered by Ollamaor Gemini
21
+
-**AI Integration**: Context-aware AI assistance powered by Ollama, Gemini, or AWS Bedrock
20
22
-**Agentic Code Fixing**: AI autonomously reads, analyzes, and fixes code directly in the editor
21
23
-**Chat History Management**: Save and reload complete AI conversations with Ctrl+A and Ctrl+L
22
24
-**Integrated Git Operations**: Full Git workflow support with visual panel interface
0 commit comments