Skip to content

Conversation

@VirtualAgentics
Copy link
Owner

Description

Updates CHANGELOG.md to document recent repository improvements following the Keep a Changelog format.

Changes

Repository Reorganization

  • Created examples/ directory for better code organization
  • Moved example_usage.py from root to examples/
  • Moved 8 test files from root to tests/ directory
  • Moved 4 development documentation files to docs/ directory
  • Cleaned up 9 temporary files and empty files
  • Updated all documentation references for new structure

Security Improvement

  • Fixed Semgrep security warning for API key logging
  • Changed log message from 'API key present' to 'Authentication configured'
  • Resolved python.lang.security.audit.logging.logger-credential-leak finding

Files Modified

  • CHANGELOG.md - Added entries under "Changed" and "Security" sections

Related

Closes #46

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 24, 2025

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • CHANGELOG.md is excluded by !**/*.md and included by none

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch docs/update-changelog-issue-46

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Oct 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@VirtualAgentics VirtualAgentics merged commit 14538cb into main Oct 24, 2025
14 checks passed
@VirtualAgentics VirtualAgentics deleted the docs/update-changelog-issue-46 branch October 24, 2025 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update CHANGELOG.md with repository reorganization

3 participants