Commit 1fd0065
feat: implement comprehensive logging system with tauri-plugin-log
- Add tauri-plugin-log dependency for structured logging
- Replace tracing with standard log crate throughout Rust backend
- Add model provider configuration loading from config.toml
- Implement ModelStore for frontend model management
- Add configService for centralized configuration handling
- Remove custom logger implementation in favor of tauri-plugin-log
- Update capabilities to include log plugin permissions
- Enhance codex client with provider-specific configuration support
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent e38d9d4 commit 1fd0065
File tree
30 files changed
+1064
-264
lines changed- src-tauri
- capabilities
- src
- filesystem
- file_parsers
- services
- utils
- src
- components
- chat
- layout
- services
- stores
- types
30 files changed
+1064
-264
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments