Files
manual_slop/Readme.md
2026-02-22 09:20:02 -05:00

1.3 KiB

Manual Slop

An AI coding assistant interface featuring multi-project management, rich discussion history, dynamic tool utilization, and a robust frontend.

This tool is designed to work as an auxiliary assistant that natively interacts with your codebase via PowerShell and MCP-like file tools, supporting both Anthropic and Gemini APIs.

Features:

  • Multi-provider support (Anthropic & Gemini).
  • Multi-project workspace management via TOML configuration.
  • Rich discussion history with branching and timestamps.
  • Real-time file context aggregation and summarization.
  • Integrated tool execution:
    • PowerShell scripting for file modifications.
    • MCP-like filesystem tools (read, list, search, summarize).
    • Web search and URL fetching.
  • Extensive UI features:
    • Word-wrap toggles.
    • Popup text viewers for large script/output inspection.
    • Color theming and UI scaling.

Documentation

Running

Use uv run gui.py or python gui.py to launch the frontend. Requires a credentials.toml file in the root directory containing gemini and anthropic API keys.