Files
nexus-claude-api/.gitignore
Guangfei.Zhao 0e98ce57d4 Refactor models and logging for nexus-claude-api
- Update default models in config to use `claude-opus-4.6`.
- Introduce logging configuration to write logs to a file.
- Add correlation ID to error responses for better traceability.
- Implement diagnostics for summarizing message requests.
- Normalize legacy system messages in the API.
- Enhance tests to cover new logging and error handling features.
- Update README and documentation to reflect changes in model defaults and logging behavior.
2026-06-26 22:36:09 +08:00

20 lines
200 B
Plaintext

.venv/
.uv-cache/
.pytest_cache/
.test-tmp/
pytest-cache-files-*/
__pycache__/
*.py[cod]
*$py.class
.env
.env.*
!.env.example
nexus-claude-api.local.json
# agents
.omo
.codegraph
.agents
# logs
logs