Commit Graph

9 Commits

Author SHA1 Message Date
mingholy.lmh
56d24a6e99 chore: update ESLint configuration and improve TypeScript type handling
- Added additional test file patterns to ESLint configuration for better coverage.
- Introduced new rule to ignore unused TypeScript variables starting with an underscore.
- Updated `PermissionController` to set approval mode correctly.
- Refactored timeout constants in `Query` class for better maintainability.
- Enhanced E2E tests for permission control and multi-turn conversations with clearer prompts and expectations.
- Removed outdated simple query test file and added new single-turn test suite for better organization.
2025-11-21 17:49:19 +08:00
mingholy.lmh
f635cd3070 refactor: session and canUseTool support 2025-11-21 16:22:18 +08:00
mingholy.lmh
e7f61d879e feat: add cli args 2025-11-19 16:05:01 +08:00
mingholy.lmh
19899516a7 refactor(sdk): config validation 2025-11-14 10:02:51 +08:00
mingholy.lmh
1c31f1accb fix: ts error 2025-11-12 11:19:35 +08:00
mingholy.lmh
6b42500b7b fix: update Query and Transport to fix abort control errors 2025-11-11 19:18:29 +08:00
mingholy.lmh
6c58c3d632 refactor: SDK files
- remove SDK files - moved to mingholy/feat/sdk-draft branch
- revert package.json & launch.json changes
2025-11-06 10:14:11 +08:00
mingholy.lmh
f0e0c13300 refactor: nonInteractive mode framework 2025-11-02 21:42:13 +08:00
mingholy.lmh
1aa282c054 feat: create draft framework for SDK-support CLI 2025-10-30 18:18:41 +08:00