Skip to content

Commit 1fd0065

Browse files
milispclaude
andcommitted
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

30 files changed

+1064
-264
lines changed

bun.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"@tauri-apps/api": "^2",
2121
"@tauri-apps/plugin-dialog": "~2",
2222
"@tauri-apps/plugin-fs": "~2",
23+
"@tauri-apps/plugin-log": "~2",
2324
"@tauri-apps/plugin-opener": "^2",
2425
"@tauri-apps/plugin-shell": "~2",
2526
"@types/diff": "^8.0.0",

0 commit comments

Comments
 (0)