-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.0.4 docs and integrate metametameta
- Loading branch information
1 parent
29808d0
commit 5058a73
Showing
84 changed files
with
6,326 additions
and
2,974 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[SPELLING] | ||
# Spelling dictionary name. Available dictionaries: none. To make it working | ||
# install python-enchant package. | ||
spelling-dict=en_US | ||
# A path to a file that contains private dictionary; one word per line. | ||
spelling-private-dict-file=private_dictionary.txt | ||
|
||
[MESSAGES CONTROL] | ||
disable=all |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
|
||
## [1.0.4] - 2024-01-20 | ||
|
||
### Added | ||
|
||
- Started tracking changes. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
"""Metadata for ai_shell.""" | ||
|
||
__all__ = [ | ||
"__title__", | ||
"__version__", | ||
"__description__", | ||
"__author__", | ||
"__author_email__", | ||
"__keywords__", | ||
"__status__", | ||
"__license__", | ||
"__readme__", | ||
"__repository__", | ||
"__homepage__", | ||
"__documentation__", | ||
] | ||
|
||
__title__ = "ai_shell" | ||
__version__ = "1.0.4" | ||
__description__ = "Filesystem Shell interface that an OpenAI Assitant can use as a tool." | ||
__author__ = "Matthew Martin" | ||
__author_email__ = "[email protected]" | ||
__keywords__ = ["openai", "chatgpt"] | ||
__status__ = "3 - Alpha" | ||
__license__ = "MIT" | ||
__readme__ = "README.md" | ||
__repository__ = "https://github.com/matthewdeanmartin/ai_shell" | ||
__homepage__ = "https://github.com/matthewdeanmartin/ai_shell" | ||
__documentation__ = "https://github.com/matthewdeanmartin/ai_shell" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.