• Joined on 2023-08-10
juk0de created branch mypy_fixes in kaizenkodo/ChatMastermind 2023-08-16 08:15:06 +02:00
juk0de pushed to mypy_fixes at kaizenkodo/ChatMastermind 2023-08-16 08:15:06 +02:00
dc13213c4d configuration is now a TypedDict in its own module
4303fb414f added typ hints for all functions in 'main.py', 'utils.py', 'storage.py' and 'api_client.py'
ba41794f4e mypy: added 'disallow_untyped_defs = True'
Compare 3 commits »
juk0de pushed to main at kaizenkodo/ChatMastermind 2023-08-13 08:42:21 +02:00
a5075b14a0 added short aliases for subcommands
juk0de pushed to subcommands at kaizenkodo/ChatMastermind 2023-08-12 18:34:53 +02:00
1e15a52e26 updated README and some minor renaming
juk0de pushed to subcommands at kaizenkodo/ChatMastermind 2023-08-12 14:16:56 +02:00
c4a7c07a0c fixed tests
22bebc16ed fixed min nr of expected arguments
f7ba0c000f renamed 'model' command to 'config'
Compare 3 commits »
juk0de pushed to subcommands at kaizenkodo/ChatMastermind 2023-08-12 13:56:19 +02:00
f371a6146e moved 'read_config' to storage.py and added 'write_config'
juk0de pushed to subcommands at kaizenkodo/ChatMastermind 2023-08-12 10:27:43 +02:00
bc5e6228a6 defined 'ConfigType' for configuration file type hinting
juk0de pushed to subcommands at kaizenkodo/ChatMastermind 2023-08-12 09:52:23 +02:00
056bf4c6b5 fixed almost all tests
93a8b0081a main: cleanup
5119b3a874 fixed 'ask' command
5a435c5f8f fixed 'tag' and 'hist' commands
f90e7bcd47 fixed 'hist' command and simplified reading the config file
Compare 5 commits »
juk0de pushed to subcommands at kaizenkodo/ChatMastermind 2023-08-11 18:27:55 +02:00
6406d2f5b5 started to implement sub-commands
juk0de created branch subcommands in kaizenkodo/ChatMastermind 2023-08-11 18:26:41 +02:00
juk0de pushed to subcommands at kaizenkodo/ChatMastermind 2023-08-11 18:26:41 +02:00
8c35196a3a implemented sub-commands
juk0de opened issue kaizenkodo/ChatMastermind#1 2023-08-11 08:37:43 +02:00
Subcommands