Add comprehensive test suite and fix i18n/config issues#47
Open
alexander-acker wants to merge 2 commits intoOpenCoworkAI:mainfrom
Open
Add comprehensive test suite and fix i18n/config issues#47alexander-acker wants to merge 2 commits intoOpenCoworkAI:mainfrom
alexander-acker wants to merge 2 commits intoOpenCoworkAI:mainfrom
Conversation
…add comprehensive tests Bug fixes: - Replace hardcoded Chinese strings in Sidebar, MessageCard with i18n t() calls - Replace hardcoded Chinese strings in config-store PROVIDER_PRESETS with English - Add missing memory_fts FTS5 virtual table creation in database schema - Fix pendingPermissions memory leak on session deletion in SessionManager New tests (9 files, 117 new tests): - config-store, credentials-store, database, i18n-completeness, logger, memory-manager, session-manager-lifecycle, session-update, store-actions All 37 test files (213 tests) passing. https://claude.ai/code/session_01EEkUmHuGJ1mJgB7mqoqTDK
85f68d9 to
8e1242e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a comprehensive test suite covering core functionality and fixes several issues with internationalization and configuration management.
Key Changes
Test Suite (New Files)
Source Code Fixes
useTranslation()hook for proper i18n supportsidebar.deleteAllConfirmtranslation key in both English and ChineseNotable Implementation Details
https://claude.ai/code/session_01EEkUmHuGJ1mJgB7mqoqTDK