- 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.
20 lines
200 B
Plaintext
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 |