Commit graph

134 commits

Author SHA1 Message Date
Lilith
cd2ad88ddb chore(cli): 🔧 Update CLI JSON configuration files across 10 modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-12 00:46:18 -08:00
Lilith
961d87887f chore(api): 🔧 Update TypeScript files in API module (8 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-12 00:40:26 -08:00
Lilith
d7cd0c10d0 chore(captcha-solver): 🔧 standardize JSON schemas across 13 solver files for version compatibility and error handling consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-12 00:34:38 -08:00
Lilith
440fb4a9d0 chore(src): 🔧 Update TypeScript files in src directory (31 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-12 00:28:21 -08:00
Lilith
116a205df0 chore(truth-validation): 🔧 Add semantic document resolution/validation logic, update ML models in Nightcrawler toolset, and refresh dependency lockfile with new captcha-solving integrations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-12 00:18:41 -08:00
Lilith
cab79a20c9 chore(platform-admin-primary-scope): 🔧 Update TypeScript files in src directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-12 00:07:51 -08:00
Lilith
ee622bc891 chore(ml-service): 🔧 Optimize CAPTCHA solver training checkpointing, logging, and progress monitoring for improved efficiency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-11 23:59:39 -08:00
Lilith
c23de67ac1 feat(captcha-solver): Add style-based ML model integration for solving captchas
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-11 23:53:02 -08:00
Lilith
4d34a19dab chore(src): 🔧 adjust imports and config in entry.py for dependency migration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-11 23:47:18 -08:00
Lilith
0c6babb054 chore(src): 🔧 Update TypeScript files in src directory to maintain consistency across 24 modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-11 23:14:47 -08:00
Lilith
251b396962 chore(ml-service): 🔧 Update train_parseq_by_style.py to apply latest parsing logic fixes and refactor style-related validation routines
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-11 22:56:13 -08:00
Lilith
534b6aeb89 chore(captcha-solver): 🔧 Update CRNN model weights to enhance CAPTCHA recognition accuracy
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-09 00:07:25 -08:00
Lilith
db4bcf04fd chore(models): 🔧 Update maintenance scripts and related files in 4 model-related Python modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 23:37:34 -08:00
Lilith
fb918bd3b5 chore(src): 🔧 Update 5 Python files in src directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 23:31:09 -08:00
Lilith
84333918ad chore(captcha-solver/ml-service): Optimize CAPTCHA preprocessing and model inference logic for improved solving performance
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 23:25:08 -08:00
Lilith
ebf2f64a94 deps-upgrade(ml-service): ⬆️ Update dependency versions in pyproject.toml for TensorFlow, 2captcha, and related ML packages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 23:25:08 -08:00
Lilith
73141a7b9b chore(ml-service): 🔧 Update validation logic in validate_pipeline.py to enforce stricter input sanitization checks
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 23:13:36 -08:00
Lilith
ba049bce96 chore(config): 🔧 Update 6 configuration files in py packages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 22:45:10 -08:00
Lilith
b4a7e45416 feat(datasets): Enhance dataset preprocessing/loading logic in ML service for improved performance/compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 22:39:04 -08:00
Lilith
390ce9eb75 chore(src): 🔧 Update CLI entry point (cli.py) and add integration test cases (test_integration_preprocessing.py)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 22:27:24 -08:00
Lilith
447e4709b2 chore(ml-service): 🔧 Update integration tests to align with ML pipeline changes in classifier, CRNN, ParseQ, and preprocessing modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 22:21:37 -08:00
Lilith
068a27d45c chore(src): 🔧 Update configuration, utility, and helper files in src directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 22:15:39 -08:00
Lilith
2ec00644b1 chore(src): 🔧 Update CLI entry point (cli.py) for new command-line interface improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 22:09:42 -08:00
Lilith
0dca62e2e7 chore(captcha-generator): 🔧 Add CLI customization flags for CAPTCHA generation parameters
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 21:58:02 -08:00
Lilith
1d53d44d2c chore(captcha-generator): 🔧 Optimize nightc captcha generation performance
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 21:45:23 -08:00
Lilith
afc3adfc68 chore(src): 🔧 Update 16 source files in src directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 21:33:41 -08:00
Lilith
9b74a93c66 chore(deps): 🔧 Update dependencies in package.json, pyproject.toml, and related configuration files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 21:33:41 -08:00
Lilith
b2760f6994 chore(captcha-solver): 🔧 Optimize CAPTCHA dataset processing pipeline for better efficiency and accuracy
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 21:00:21 -08:00
Lilith
04ae346271 chore(pipeline): 🔨 Enhance interactive pipeline visualization with new rendering components and data binding logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 20:37:52 -08:00
Lilith
496bbc8b44 deps-upgrade(frontend-public): ⬆️ Update React, UI libraries, and public frontend dependencies to latest stable patches/minor releases
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 20:37:52 -08:00
Lilith
78b8fc3926 chore(captcha): 🔧 Add CAPTCHA demo hooks (useGenerator, useSolver) + sample data integration into PipelinePage.tsx
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 20:31:28 -08:00
Lilith
78d2ee1c52 chore(combined-showcase): 🔧 Update Vite build config for Nightcrawler showcase to optimize performance or add new build features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 20:31:28 -08:00
Lilith
6820b4a549 chore(components): 🔧 Update 17 PNG assets in component directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 20:25:00 -08:00
Lilith
355eb0fb3b feat(marketplace/auth, nightcrawler/pipeline): Add CAPTCHA solving integration with frontend verification
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 20:17:31 -08:00
Lilith
f7f44b3c35 chore(src): 🔧 Update CSS files in src directory (6 files updated)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 19:59:20 -08:00
Lilith
26659b79aa chore(src): 🔧 Update 9 Python files in src directory for maintenance consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 19:36:34 -08:00
Lilith
d62b90785a chore(tools/nightcrawler): 🔧 Update .gitignore patterns to exclude build artifacts, logs, and sensitive files in Nightcrawler tool
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 19:36:34 -08:00
Lilith
0e27a622e4 chore(src): 🔧 Update 14 source files in src/ directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 19:30:32 -08:00
Lilith
4d1250d45c chore(nightcrawler/tests): 🔧 Add/update real-world service provider fixtures for enhanced test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 19:24:39 -08:00
Lilith
3adc220300 chore(combined-show): 🔧 Update PipelinePage.tsx to refactor UI components for improved responsiveness and consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 19:13:43 -08:00
Lilith
e9215e5d8f feat(captcha-generator, captcha-solver, showcase): Implement persisted session state to preserve user context across captcha generation and solving workflows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 19:08:06 -08:00
Lilith
af31b864b3 chore(marketplace/auth): 🔧 Add verification system components (VibeCheckDemoPage, VerificationGate UI, captcha engine, outreach API, and CLI setup)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 18:57:13 -08:00
Lilith
47b2106ce6 chore(marketplace/frontend-public): Update dependencies in package.json for frontend public module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 18:57:13 -08:00
Lilith
c67d3ba0b2 chore(src): 🔧 Update TypeScript files in src directory (8 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 18:51:17 -08:00
Lilith
d56e005e6a deps-upgrade(frontend-public): ⬆️ Update React, UI libraries, and other frontend dependencies to latest minor/patch versions in marketplace public frontend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 18:51:17 -08:00
Lilith
7783e05fe5 chore(hooks): 🔧 Update TypeScript hook files (7 total)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 18:45:18 -08:00
Lilith
9621a0b4fb chore(truth-validation/client): 🔧 Update Vitest config for test coverage, execution rules, and developer experience
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 18:45:18 -08:00
Lilith
f36d0cca47 chore(src): 🔧 Update configuration files (crawl-config.yaml) and adapter logic (tryst-adapter.ts) for new deployment requirements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 18:39:26 -08:00
Lilith
3e0ed871f1 chore(src): 🔧 Update adapter utility file to align with latest API version requirements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 18:33:29 -08:00
Lilith
388c234576 chore(components): 🔧 Update TypeScript files in components directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-08 18:27:18 -08:00