protoagent 0.1.14 → 0.1.15

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 CHANGED
@@ -7,7 +7,7 @@ A minimal, educational AI coding agent CLI written in TypeScript. It stays small
7
7
 
8
8
  ## Features
9
9
 
10
- - **Multi-provider chat** — OpenAI, Anthropic, Google Gemini, and Cerebras via the OpenAI SDK
10
+ - **Multi-provider chat** — OpenAI, Anthropic, Google Gemini via the OpenAI SDK
11
11
  - **Built-in tools** — Read, write, edit, list, search, run shell commands, manage todos, and fetch web pages with `webfetch`
12
12
  - **Approval system** — Inline confirmation for file writes, file edits, and non-safe shell commands
13
13
  - **Session persistence** — Conversations and TODO state are saved automatically and can be resumed with `--session`
@@ -135,9 +135,6 @@ The codebase is organized so each part is easy to trace:
135
135
  - Gemini 2.5 Flash
136
136
  - Gemini 2.5 Pro
137
137
 
138
- ### Cerebras
139
- - Cerebras — Llama 4 Scout 17B
140
-
141
138
  ## Why ProtoAgent?
142
139
 
143
140
  ProtoAgent is not trying to be a giant framework. It is a compact reference implementation for how coding agents work in practice: configuration, dynamic system prompts, a streaming agent loop, tool registries, approvals, sessions, MCP, skills, and delegated sub-agents.