You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add tests for local list get and set of OpenAI model
- Add `get_config_path` function for retrieving either local or user config path
- Update `delete` and `set` functions to use `get_config_path` function
- Add async-std dependency and update anyhow and async-trait versions
[e2e/test_config_local_list_get_set.sh]
- Add tests for local list get and set of OpenAI model
- Assert that local config set and delete fail when not using --local flag
- Assert that local config get returns the correct value after setting and deleting with --local flag
[src/actions/config.rs]
- Add `async_std::path::Path` to the imports
- Change the `get_config_path` function to handle both local and user config paths
- Add `get_config_path` function for retrieving either local or user config path
- Add error handling to the `delete` and `set` functions for when no config path is found
- Update the `delete` and `set` functions to use the `get_config_path` function
[Cargo.toml]
- Add async-std dependency
- Update anyhow and async-trait versions
0 commit comments