Skip to content
Open
Changes from 1 commit
Commits
Show all changes
91 commits
Select commit Hold shift + click to select a range
fa5bea5
Update Python version requirements to 3.10+
PabloLION Aug 15, 2025
5f56be7
chore: add autoflake dev dependency
PabloLION Aug 16, 2025
ff683dc
Modernize typing syntax to Python 3.10+ standards
PabloLION Aug 16, 2025
d628b0b
WIP: Remove Any types and improve type safety
PabloLION Aug 16, 2025
c81c8d3
feat: Improve type safety with TypedDict and reduce mypy errors
PabloLION Aug 16, 2025
c07dcc8
feat: Replace JSONSerializable with TypedDict for improved type safety
PabloLION Aug 16, 2025
aaa4909
fix: Improve TypedDict compatibility and JSONSerializable handling
PabloLION Aug 16, 2025
7ac1792
chore: Fix pytest coverage configuration and update .gitignore
PabloLION Aug 16, 2025
6edb4f7
refactor: Improve type safety with Optional/None handling
PabloLION Aug 16, 2025
555215e
refactor: Fix type compatibility issues in data processing modules
PabloLION Aug 16, 2025
92ad5f6
refactor: Improve datetime handling in display controller
PabloLION Aug 16, 2025
1453c8e
fix: Resolve union type arithmetic and protocol compatibility issues
PabloLION Aug 16, 2025
6d5d959
fix: Resolve TypedDict compatibility issues in SessionBlock and analy…
PabloLION Aug 16, 2025
299f116
fix: Resolve return type mismatches with structured TypedDicts
PabloLION Aug 16, 2025
511d5eb
feat: Major type safety improvements across codebase
PabloLION Aug 16, 2025
e29e36e
WIP: Improve safe_get_int function to avoid Any type
PabloLION Aug 17, 2025
eba74e0
chore: Add VS Code settings for pytest test discovery
PabloLION Aug 17, 2025
d6698ab
fix: Restore CLI argument parsing in Settings constructor calls
PabloLION Aug 17, 2025
e092683
feat: Add specific TypedDicts for Claude message types
PabloLION Aug 17, 2025
745c1ca
feat: Migrate data processing to use specific ClaudeJSONEntry types
PabloLION Aug 17, 2025
bcd3157
refactor: Complete type migration by removing RawJSONEntry and UsageData
PabloLION Aug 17, 2025
b3da5d4
fix: Update monitoring layer for TypedDict compatibility
PabloLION Aug 17, 2025
dcd6a2f
feat: Complete display controller type safety improvements
PabloLION Aug 17, 2025
15ad80b
fix: Achieve 100% mypy compliance across entire codebase
PabloLION Aug 17, 2025
8e65e9d
refactor: Reorganize TypedDicts into domain-based types package
PabloLION Aug 17, 2025
42daf02
feat: Add foundation TypedDicts for method return types
PabloLION Aug 17, 2025
25219cb
feat: Add aggregate TypedDicts and fix import issues
PabloLION Aug 17, 2025
acc4f75
feat: Major type safety improvements across codebase
PabloLION Aug 17, 2025
cff5643
refactor: Make detect_timezone_time_preference public with TODO
PabloLION Aug 17, 2025
c35db9a
chore: Remove unused imports with autoflake
PabloLION Aug 17, 2025
8e21860
chore: Add autoflake configuration to pyproject.toml
PabloLION Aug 17, 2025
0655c1c
feat: Eliminate private method access in main code through public APIs
PabloLION Aug 17, 2025
cc640f9
fix: Add type ignore comments for private usage in test files
PabloLION Aug 17, 2025
db2a6bb
chore: Apply ruff formatting and import organization
PabloLION Aug 17, 2025
beaa66b
feat: Implement comprehensive type safety improvements
PabloLION Aug 18, 2025
398011b
fix: Resolve remaining type issues and merge BlockData/BlockDict types
PabloLION Aug 18, 2025
be31485
fix: Complete type safety cleanup and resolve strict mypy issues
PabloLION Aug 18, 2025
570e379
feat: Add new TypedDict definitions for dict[str, JSONSerializable] r…
PabloLION Aug 18, 2025
8a55283
fix: Apply explicit type constructors and eliminate remaining = [] pa…
PabloLION Aug 18, 2025
7834c67
feat: Replace all dict[str, JSONSerializable] with specific TypedDict…
PabloLION Aug 18, 2025
c04a033
feat: Complete (almost) TypedDict migration by adding TokenSource and…
PabloLION Aug 18, 2025
dab2d2d
fix: Complete final TypedDict migration and resolve type errors
PabloLION Aug 18, 2025
4aa13e8
refactor: Remove find_private_usage.py script as it is no longer needed
PabloLION Aug 18, 2025
c8628fc
feat: Enhance backport utilities with HAS_TOMLLIB flag and clean up _…
PabloLION Aug 18, 2025
8397ccb
fix: Remove unsafe locals() usage and improve type safety
PabloLION Aug 18, 2025
055ce80
fix: Simplify BlockData conversion logic in get_token_limit function
PabloLION Aug 18, 2025
78c63f5
fix: Resolve all Pylance type issues in data_processors.py and improv…
PabloLION Aug 18, 2025
70218e4
refactor: Use TypedDict inheritance to eliminate duplication in API t…
PabloLION Aug 18, 2025
465271d
refactor: Replace complex union types with structured TypedDict defin…
PabloLION Aug 18, 2025
9378311
refactor: Add SystemMessageContent and optimize model extraction logic
PabloLION Aug 18, 2025
d7ffc44
refactor: Simplify model name extraction logic in DataConverter class
PabloLION Aug 18, 2025
b57db64
refactor: Update extract_model_name method to indicate potential outd…
PabloLION Aug 18, 2025
d158a85
refactor: Simplify model name extraction logic in DataConverter class
PabloLION Aug 18, 2025
7494eca
refactor: Add TotalAggregatedData type and update aggregation call stack
PabloLION Aug 18, 2025
13ea9d5
refactor: Initialize __all__ as an empty list in terminal and utils p…
PabloLION Aug 18, 2025
1b877f8
fix: Resolve all Pylance type errors in analyzer.py
PabloLION Aug 18, 2025
94cc1f2
fix: Resolve all Pylance type errors in display_controller.py
PabloLION Aug 18, 2025
6477184
fix: Remove unnecessary isinstance checks in reader.py
PabloLION Aug 18, 2025
349a53b
fix: Remove unnecessary isinstance checks in session_monitor.py
PabloLION Aug 18, 2025
58bffc9
fix: Resolve all Pylance type errors in time_utils.py
PabloLION Aug 18, 2025
827aa21
fix: Improve import formatting and add spacing in formatting.py
PabloLION Aug 18, 2025
626cb72
fix: Resolve all Pylance type errors in analyzer.py
PabloLION Aug 18, 2025
1fd8594
refactor: Extract MessageContentBase for common message content fields
PabloLION Aug 18, 2025
f3b9120
refactor: Improve type annotations in analyzer.py
PabloLION Aug 18, 2025
41bbe66
fix: Restore necessary isinstance checks in display_controller.py
PabloLION Aug 18, 2025
5d3b00a
style: Apply ruff formatting and fix import organization
PabloLION Aug 18, 2025
d212a01
style: Reorganize imports and improve code formatting in display_cont…
PabloLION Aug 18, 2025
5fc93fc
fix: Add runtime checks for test compatibility in DisplayController a…
PabloLION Aug 18, 2025
46a063c
style: Reorganize imports and improve code formatting in reader.py
PabloLION Aug 18, 2025
9564d57
fix: Handle optional reset_time field safely in LimitDetectionInfo fo…
PabloLION Aug 18, 2025
6831666
fix: Resolve multiple Pylance diagnostic issues
PabloLION Aug 18, 2025
bef73a6
refactor: Replace untyped empty dict literals with typed constructors
PabloLION Aug 18, 2025
c631c7a
style: Replace untyped empty dict literals with explicit typed constr…
PabloLION Aug 18, 2025
d390c1c
style: Fix remaining empty list literal patterns in return statements
PabloLION Aug 18, 2025
2442d5b
refactor: Replace dictionary literals with TypedDict keyword construc…
PabloLION Aug 18, 2025
8d208a3
refactor: Resolve TypedDict naming conflicts after systematic renaming
PabloLION Aug 18, 2025
51c5478
test: Add type ignore comments for protected method calls in test_dis…
PabloLION Aug 18, 2025
65ce2c3
test: Complete type annotation fixes for test_display_controller.py
PabloLION Aug 18, 2025
7b78ceb
style: Apply ruff auto-formatting across entire src directory
PabloLION Aug 18, 2025
bc689be
test: Apply type assertions and fix unused variables in test_data_rea…
PabloLION Aug 19, 2025
6c6cc29
fix: Correct indentation in test_data_reader.py with statements
PabloLION Aug 19, 2025
e8dd8f9
fix: Correct variable references in test_data_reader.py
PabloLION Aug 19, 2025
0412dc1
style: Apply ruff auto-formatting across entire src directory
PabloLION Aug 19, 2025
9a6a2ff
fix: Resolve all type errors in test_data_reader.py
PabloLION Aug 19, 2025
03bd55e
test: Fix all type errors in api_examples.py
PabloLION Aug 19, 2025
2a579aa
refactor: Replace star imports with explicit imports in types/__init_…
PabloLION Aug 19, 2025
71b0a1c
fix: Complete type error resolution and broken test fixes
PabloLION Aug 19, 2025
94c90fb
style: Apply consistent formatting and spacing in orchestrator and te…
PabloLION Aug 19, 2025
8fce00b
fix: Resolve all remaining type errors in test_monitoring_orchestrato…
PabloLION Aug 19, 2025
d6eb131
fix: Resolve final type errors and linting issues across all test files
PabloLION Aug 19, 2025
b66c60c
fix: Update type hints and imports in test files for consistency and …
PabloLION Aug 19, 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
Prev Previous commit
Next Next commit
chore: Add VS Code settings for pytest test discovery
- Configure pytest args to point to src/tests directory
- Enable pytest and disable unittest in VS Code
- Set correct Python interpreter path to .venv
- Fix VS Code test discovery issue

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
  • Loading branch information
PabloLION and claude committed Aug 17, 2025
commit eba74e0c951ceaf8627a4cb896aebcebbcb5eaaa
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": false,
"python.testing.pytestArgs": [
"src/tests"
],
"python.defaultInterpreterPath": "./.venv/bin/python"
}