Enhance user configuration management and logging

- Introduced user configuration command to set API key.
- Updated README and documentation for user config and logging paths.
- Refactored logging to support user-specific log files.
- Added tests for user configuration and logging behavior.
This commit is contained in:
2026-06-27 10:21:00 +08:00
parent 0e98ce57d4
commit 4685a0165d
10 changed files with 434 additions and 25 deletions

3
.gitignore vendored
View File

@@ -3,6 +3,7 @@
.pytest_cache/
.test-tmp/
pytest-cache-files-*/
dist/
__pycache__/
*.py[cod]
*$py.class
@@ -17,4 +18,4 @@ nexus-claude-api.local.json
.agents
# logs
logs
logs