forked from Aider-AI/aider
-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Description
Issue
I see that if I switch to edit mode from ask mode then I don't have access to tools in edit mode.
But if I switch to edit mode from agent mode then edit mode does have access to tools.
Is there a way/command to enable tools in edit mode? It would be great if we can also allow tool access in ask mode on the fly.
agent> /ask
Processing...
cecli v0.97.1.dev25
Main model: openai/claude with ask edit format, 31.2k think tokens, infinite output
Weak model: openai/scribe
Git repo: .git with 12 files
Repo-map: disabled
───────────────────────────────────────────────────────────────────────────────────────────────────────────────
ask> /edit
Processing...
/bin/sh: 1: vi: not found
✅ Opened editor (no input provided)
Finished.
───────────────────────────────────────────────────────────────────────────────────────────────────────────────
ask> /tokens
Processing...
Approximate context window usage for openai/claude, in tokens:
$ 0.0002 68 system messages
==================
$ 0.0002 68 tokens total
199,932 tokens remaining in context window
200,000 tokens max context window size
✅ Token report generated
Finished.
───────────────────────────────────────────────────────────────────────────────────────────────────────────────
ask> /agent
Processing...
Context management enabled for large files
cecli v0.97.1.dev25
Main model: openai/claude with agent edit format, 31.2k think tokens, infinite output
Weak model: openai/scribe
Git repo: .git with 12 files
Repo-map: disabled
MCP servers configured: Local
───────────────────────────────────────────────────────────────────────────────────────────────────────────────
agent> /edit
Processing...
/bin/sh: 1: vi: not found
✅ Opened editor (no input provided)
Finished.
───────────────────────────────────────────────────────────────────────────────────────────────────────────────
agent> /tokens
Processing...
Approximate context window usage for openai/claude, in tokens:
$ 0.0036 1,191 system messages
$ 0.0002 80 Environment Info context block /context-blocks to toggle
$ 0.0004 140 Git Status context block /context-blocks to toggle
==================
$ 0.0042 1,411 tokens total
198,589 tokens remaining in context window
200,000 tokens max context window size
✅ Token report generated
Finished.
───────────────────────────────────────────────────────────────────────────────────────────────────────────────
agent>
Version and model info
v0.97.1.dev25
Claude thru LiteLLM
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels