Ed_ ddb53b250f refactor(gui2): Restructure layout into discrete Hubs
Automates the refactoring of the monolithic _gui_func in gui_2.py into separate rendering methods, nested within 'Context Hub', 'AI Settings Hub', 'Discussion Hub', and 'Operations Hub', utilizing tab bars. Adds tests to ensure the new default windows correctly represent this Hub structure.
2026-02-23 22:15:13 -05:00
2026-02-22 17:28:07 -05:00
2026-02-21 23:38:24 -05:00
2026-02-21 14:40:14 -05:00
2026-02-23 22:03:06 -05:00
2026-02-21 18:33:55 -05:00
2026-02-23 10:51:24 -05:00
2026-02-21 14:11:41 -05:00
2026-02-22 17:28:07 -05:00
2026-02-22 10:09:19 -05:00
2026-02-23 10:51:24 -05:00
2026-02-22 09:20:02 -05:00
2026-02-23 19:33:09 -05:00
2026-02-21 19:01:00 -05:00

Manual Slop

Vibe coding.. but more manual

img

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

Instructions

  1. Make a credentials.toml in the immediate directory of your clone:
[gemini]
api_key = "****"
[anthropic]
api_key = "****"
  1. Have fun. This is experiemntal slop.
uv run .\gui.py
Description
No description provided
Readme 5.7 MiB
Languages
Python 99.7%
PowerShell 0.3%