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: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,19 @@ All notable changes to Sofos are documented in this file.
4
4
5
5
## [Unreleased]
6
6
7
+
### Added
8
+
-`edit_file` tool for targeted string replacement edits (no external API required)
9
+
-`glob_files` tool for recursive file pattern matching (`**/*.rs`, `src/**/mod.rs`)
10
+
-`web_fetch` tool for fetching URL content as readable text
11
+
- Syntax highlighting inside diffs with line numbers
12
+
- Streaming infrastructure for Anthropic SSE API (disabled pending incremental markdown rendering)
13
+
14
+
### Changed
15
+
- Renamed project instructions file from `.sofosrc` to `AGENTS.md` per the [AGENTS.md](https://agents.md) convention for providing project context to AI agents
- `create_directory`, `delete_file`, `delete_directory`, `move_file`, `copy_file` - Standard file ops
179
184
180
185
**Code & Search:**
181
186
- `search_code` - Fast regex-based code search (requires `ripgrep`)
182
187
- `web_search` - Real-time web information via Claude's/OpenAI's native search
188
+
- `web_fetch` - Fetch URL content as readable text (documentation, APIs)
183
189
- `execute_bash` - Run tests and build commands (read-only, sandboxed)
184
190
185
191
**Image Vision:**
@@ -190,7 +196,7 @@ Conversations auto-saved to `.sofos/sessions/`. Resume with `sofos -r` or `/resu
190
196
191
197
**Note:** Only `read_file`, `list_directory`, and `image` can access paths outside workspace when explicitly allowed in config. All other operations are workspace-only.
192
198
193
-
Safe mode (`--safe-mode` or `/s`) restricts to: `list_directory`, `read_file`, `web_search`, `image`.
199
+
Safe mode (`--safe-mode` or `/s`) restricts to: `list_directory`, `read_file`, `glob_files`, `web_search`, `web_fetch`, `image`.
0 commit comments