Logo
Explore Help
Register Sign In
siddheshmhatre/noentropy
1
0
Fork 0
You've already forked noentropy
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
1f0547a210db8a227cea2e4e52cc5b04e383f577
noentropy/src/settings/mod.rs

11 lines
193 B
Rust
Raw Normal View History

refactored every component thoroughly.
2025-12-30 02:08:26 +05:30
pub mod config;
pub mod prompt;
Add custom categories feature - Add support for user-defined custom categories in config.toml - Update Config struct with categories field and default_categories() function - Thread categories through GeminiClient and prompt builder - Update AI prompts to use dynamic categories instead of hardcoded ones - Add comprehensive documentation with examples for different use cases - Update tests to support new categories field - Maintain backward compatibility with default categories - Update version from 1.0.3 to 1.0.4 Closes feature request for custom categories.
2025-12-31 13:01:15 +05:30
pub use config::{
Config, get_or_prompt_api_key, get_or_prompt_config, get_or_prompt_download_folder,
};
refactored every component thoroughly.
2025-12-30 02:08:26 +05:30
pub use prompt::Prompter;
#[cfg(test)]
mod tests;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 29ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API