- Deleted `ClientAdapter` implementation and associated fallback methods. - Removed legacy executor logic from `codex`, `claude`, `gemini`, and `qwen` executors. - Simplified `handlers` by eliminating `UnwrapError` handling and related dependencies. - Cleaned up `model_registry` by removing logic associated with suspended clients. - Updated `.gitignore` to ignore `.serena/` directory.
14 lines
124 B
Plaintext
14 lines
124 B
Plaintext
config.yaml
|
|
bin/*
|
|
docs/*
|
|
logs/*
|
|
conv/*
|
|
auths/*
|
|
!auths/.gitkeep
|
|
.vscode/*
|
|
.claude/*
|
|
AGENTS.md
|
|
CLAUDE.md
|
|
*.exe
|
|
temp/*
|
|
.serena/ |