Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
23daf16
refactor: streamline Azure storage handling and update documentation
data-angel Dec 5, 2025
4fa307d
refactor: enhance Redis client implementation with improved error han…
data-angel Dec 12, 2025
675e8de
Merge branch 'jmac_simplify_cfh' into jmac_misc_agent
data-angel Dec 12, 2025
3a062b2
refactor: enhance file handling and model selection capabilities
data-angel Dec 12, 2025
e7692b3
refactor: implement context scoping for file handling and streamline …
data-angel Dec 16, 2025
34ba4aa
feat: enhance file handling with context-aware functions and improved…
data-angel Dec 16, 2025
97c7e4f
feat: enhance blob upload and retention management with contextId sup…
data-angel Dec 16, 2025
fd63d91
feat: enhance file handling and GraphQL integration with context-awar…
data-angel Dec 18, 2025
4aa4113
Merge branch 'main' into jmac_misc_agent
data-angel Dec 18, 2025
548f8b5
CR feedback
data-angel Dec 18, 2025
0a436e1
feat: add comprehensive file system documentation
data-angel Dec 18, 2025
f71cf53
fix: update generateFileMessageContent to pass contextId for short-li…
data-angel Dec 18, 2025
0b2392c
feat: enhance file collection management with inCollection support
data-angel Dec 18, 2025
21d00f2
refactor: update file collection handling and memory normalization
data-angel Dec 19, 2025
a7ea03c
refactor: improve file existence checks and cleanup logic in Redis ha…
data-angel Dec 19, 2025
2be1922
chore: update version to 2.7.0 in package.json and package-lock.json
data-angel Dec 19, 2025
35d5a26
refactor: streamline Azure container setup in file handler
data-angel Dec 19, 2025
ddf0466
refactor: enhance Azure container name retrieval logic
data-angel Dec 19, 2025
510af41
refactor: improve Azure blob tag handling for local emulator support
data-angel Dec 19, 2025
ac99712
refactor: improve blob tag handling and URL generation in StorageService
data-angel Dec 19, 2025
2109372
feat: implement encryption and decryption for file metadata in Redis
data-angel Dec 19, 2025
f2d7829
feat: enhance encryption and decryption functions to support AES-256-GCM
data-angel Dec 19, 2025
ec6ab37
feat: add MIME type handling and enhance logging security
data-angel Dec 19, 2025
dc50073
Bug fixes for crypto and youtube handling
data-angel Dec 19, 2025
f8e7d34
refactor: enhance file message generation and error handling
data-angel Dec 19, 2025
0f0c8d9
feat: add file collection cache invalidation and serialization for edits
data-angel Dec 19, 2025
a1c7edb
feat: implement file size limits and caching for edit and write opera…
data-angel Dec 19, 2025
b3d5a72
feat: implement sync and strip functionality for chat history file ma…
data-angel Dec 20, 2025
1126261
feat: add sys_tool_slides_gemini for generating presentation visuals
data-angel Dec 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/workflows/cortex-file-handler-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,9 @@ jobs:
- name: Setup GCS test environment
run: cp .env.test.gcs.ci .env.test.gcs

- name: Setup Azure test environment
run: cp .env.test.azure.ci .env.test.azure

- name: Run GCS tests
- name: Run GCS tests (includes Azure tests)
run: npm run test:gcs

- name: Run Azure tests
run: npm run test:azure

- name: Run tests
run: npm test
env:
Expand Down
Loading