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: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Automated tests exist for utility modules under `tests/`. Run the mini-a-utils t
19
19
For core agent behavior, validate by scripting representative goals (see `USAGE.md`) and capture the agent transcript with `debug=true`. When adding MCP integrations, run the corresponding `mcp-*.yaml` job standalone before wiring it into Mini-A. Document manual verification steps in the PR description, and note any scenarios not exercised.
Copy file name to clipboardExpand all lines: USAGE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -390,7 +390,7 @@ If every stage returns an empty list (or errors), Mini-A logs the issue and fall
390
390
#### Libraries and Extensions
391
391
-**`libs`** (string): Comma-separated list of additional OpenAF libraries to load
392
392
-**`useutils`** (boolean, default: false): Auto-register the Mini File Tool utilities as a dummy MCP server for quick file operations
393
-
- Exposes three streamlined actions: `init` (configure the working root and permissions), `fileQuery` (read/list/search/info via the `operation` field), and `fileModify` (write/append/delete with `operation` plus required `content` or `confirm` flags)
393
+
- Exposes three streamlined actions: `init` (configure the working root and permissions), `filesystemQuery` (read/list/search/info via the `operation` field), and `filesystemModify` (write/append/delete with `operation` plus required `content` or `confirm` flags)
394
394
395
395
#### Conversation Management
396
396
-**`conversation`** (string): Path to file for loading/saving conversation history
@@ -400,7 +400,7 @@ If every stage returns an empty list (or errors), Mini-A logs the issue and fall
400
400
-**`mode`** (string): Shortcut for loading a preset argument bundle from [`mini-a-modes.yaml`](mini-a-modes.yaml) or `~/.openaf-mini-a_modes.yaml` (custom modes override built-in ones). Presets are merged before explicit flags, so command-line overrides always win. Bundled configurations include:
401
401
-`shell` – Enables read-only shell access.
402
402
-`shellrw` – Enables shell access with write permissions (`readwrite=true`).
403
-
-`shellutils` – Adds the Mini File Tool helpers as an MCP (`useutils=true usetools=true`) exposing `init`, `fileQuery`, and `fileModify` actions.
403
+
-`shellutils` – Adds the Mini File Tool helpers as an MCP (`useutils=true usetools=true`) exposing `init`, `filesystemQuery`, and `filesystemModify` actions.
404
404
-`chatbot` – Switches to conversational mode (`chatbotmode=true`).
405
405
-`web` – Optimizes for the browser UI with MCP tools registered (`usetools=true`).
406
406
-`webfull` – Turns on diagrams, charts, ASCII sketches, attachments, history retention, and planning for the web UI (`usetools=true usediagrams=true usecharts=true useascii=true usehistory=true useattach=true historykeep=true useplanning=true`).
varinstructionText="You are summarizing a conversation between a user and an AI assistant. Provide a clear, concise summary that:\n1) Identifies the main topics discussed\n2) Highlights key decisions or outcomes\n3) Notes any unresolved questions or next steps\n\nFormat the summary in a readable way with bullet points where appropriate."
description: "Perform various operations on files and directories within the configured root, including reading, listing, searching, and retrieving information.",
956
+
filesystemQuery: {
957
+
name : "filesystemQuery",
958
+
description: "Execute read-only filesystem actions such as reading file contents, listing directories, searching text, or retrieving metadata within the configured root.",
0 commit comments