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
+11-33Lines changed: 11 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Code without a keyboard. Send a message from your phone, and **txtcode** dispatc
35
35
36
36
1.**Text your AI** from WhatsApp, Telegram, Discord, Slack, Teams, or Signal
37
37
2.**It writes code** using Claude Code, Cursor, Codex, Gemini CLI, or other adapters
38
-
3.**You stay in control** with mode switching, tool calling, and session logs
38
+
3.**You stay in control** with mode switching and session logs
39
39
40
40
No port forwarding. No VPN. Just message and code.
41
41
@@ -66,10 +66,6 @@ Claude Code, Cursor CLI, OpenAI Codex, Gemini CLI, Kiro CLI, OpenCode, and Ollam
66
66
</td>
67
67
<tdwidth="50%">
68
68
69
-
### 9 Built-in Tools
70
-
71
-
Terminal, process manager, git, file search, HTTP client, environment variables, network diagnostics, cron jobs, and system info all callable by the LLM.
72
-
73
69
### Session Logging
74
70
75
71
Per-session logs accessible from the TUI. Follow live, view by index, auto-pruned after 7 days.
@@ -159,7 +155,7 @@ txtcode supports **9 LLM providers** for chat mode. Configure one or more during
159
155
|**HuggingFace**|_Discovered at runtime_| Inference Providers API |
160
156
|**OpenRouter**|_Discovered at runtime_| Unified API for 100+ models |
161
157
162
-
All providers support tool calling and the LLM can invoke any built-in tool.
158
+
All providers are used in chat mode for general conversation and coding questions.
163
159
164
160
---
165
161
@@ -179,37 +175,19 @@ Use `/code` mode to route messages directly to a coding adapter with full coding
179
175
180
176
---
181
177
182
-
## 🛠️ Built-in Tools
183
-
184
-
The primary LLM in chat mode has access to **9 built-in tools** that it can call autonomously:
"You are TxtCode AI — a helpful, knowledgeable coding assistant accessible via messaging. Be concise, use markdown for clarity, and suggest /code mode for deep coding work.";
0 commit comments