Matthias Puchstein mpuchstein
  • Joined on 2020-02-21
mpuchstein pushed to main at mpuchstein/dotfiles 2025-11-02 05:32:58 +01:00
45d3dea8ee config: system setup and CS2 training infrastructure optimization
mpuchstein pushed to main at mpuchstein/dotfiles 2025-10-09 20:12:22 +02:00
ec5d2c707a feat: add btop config with Rose Pine theme and update CS:GO settings
mpuchstein opened issue Owlibou/owlen#33 2025-10-07 16:48:54 +02:00
multiple Layoutoptions
mpuchstein opened issue Owlibou/owlen#32 2025-10-07 16:37:06 +02:00
Modechange between chat and coding
mpuchstein closed issue Owlibou/owlen#2 2025-09-30 03:44:41 +02:00
Caret mode for chatbot outputbox
mpuchstein opened issue Owlibou/owlen#19 2025-09-28 19:24:11 +02:00
Autoscroll not working
mpuchstein opened issue Owlibou/owlen#18 2025-09-28 19:23:27 +02:00
Add j/k support for scrolling the chatbox
mpuchstein commented on issue Owlibou/owlen#5 2025-09-28 17:11:01 +02:00
MCP Support

MCP integration

  • Use MCP’s dynamic capability discovery so the client can query connected servers for tools/resources/prompts and build a unified registry visible to the planner and…
mpuchstein commented on issue Owlibou/owlen#10 2025-09-28 17:10:17 +02:00
Introduce a Multi-Step Coding Agent Workflow

Planner access and routing

  • Pass the planner a structured “capability inventory” of providers/models, including tags, budgets, and disallowed tools; the planner proposes a per-step…
mpuchstein opened issue Owlibou/owlen#17 2025-09-28 17:05:39 +02:00
[feat
mpuchstein commented on issue Owlibou/owlen#14 2025-09-28 16:59:44 +02:00
Configuration & Theming Improvements

an idea for configuring providers

[providers.ollama]
enabled = true
base_url = "http://localhost:11434"
models = ["llama3.2:latest", "qwen2.5-coder:7b"]

[providers.cloud_x]
enabled =…
mpuchstein closed issue Owlibou/owlen#4 2025-09-28 16:57:11 +02:00
[feat] MCP support
mpuchstein opened issue Owlibou/owlen#16 2025-09-28 16:49:08 +02:00
Provider Extensibility Guide
mpuchstein opened issue Owlibou/owlen#15 2025-09-28 16:48:49 +02:00
Documentation & Contributor Onboarding
mpuchstein opened issue Owlibou/owlen#14 2025-09-28 16:48:04 +02:00
Configuration & Theming Improvements
mpuchstein opened issue Owlibou/owlen#13 2025-09-28 16:47:43 +02:00
Testing Framework Enhancements
mpuchstein opened issue Owlibou/owlen#12 2025-09-28 16:47:24 +02:00
Logging, Undo, and Git Integration
mpuchstein opened issue Owlibou/owlen#11 2025-09-28 16:47:06 +02:00
TUI Diff Viewer & Acceptance Flow
mpuchstein opened issue Owlibou/owlen#10 2025-09-28 16:46:40 +02:00
Introduce a Multi-Step Coding Agent Workflow
mpuchstein opened issue Owlibou/owlen#9 2025-09-28 16:46:16 +02:00
Expose File-Editing Tools to the LLM (read_file/write_file/apply_patch)