ngpt 3.0.3__tar.gz → 3.0.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ngpt-3.0.3 → ngpt-3.0.4}/.github/workflows/aur-publish.yml +8 -1
- {ngpt-3.0.3 → ngpt-3.0.4}/PKG-INFO +1 -1
- {ngpt-3.0.3 → ngpt-3.0.4}/pyproject.toml +1 -1
- {ngpt-3.0.3 → ngpt-3.0.4}/uv.lock +1 -1
- {ngpt-3.0.3 → ngpt-3.0.4}/.github/workflows/python-publish.yml +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/.gitignore +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/.python-version +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/COMMIT_GUIDELINES.md +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/CONTRIBUTING.md +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/LICENSE +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/PKGBUILD +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/README.md +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/docs/CONTRIBUTING.md +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/docs/LICENSE.md +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/docs/README.md +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/docs/_config.yml +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/docs/api/README.md +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/docs/api/cli.md +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/docs/api/cli_config.md +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/docs/api/client.md +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/docs/api/config.md +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/docs/api/logging.md +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/docs/assets/css/style.scss +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/docs/configuration.md +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/docs/examples/README.md +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/docs/examples/advanced.md +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/docs/examples/basic.md +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/docs/examples/cli_components.md +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/docs/examples/integrations.md +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/docs/installation.md +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/docs/overview.md +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/docs/usage/README.md +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/docs/usage/cli_config.md +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/docs/usage/cli_framework.md +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/docs/usage/cli_usage.md +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/docs/usage/gitcommsg.md +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/docs/usage/library_usage.md +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/ngpt/__init__.py +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/ngpt/__main__.py +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/ngpt/cli/__init__.py +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/ngpt/cli/args.py +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/ngpt/cli/config_manager.py +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/ngpt/cli/formatters.py +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/ngpt/cli/interactive.py +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/ngpt/cli/main.py +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/ngpt/cli/modes/__init__.py +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/ngpt/cli/modes/chat.py +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/ngpt/cli/modes/code.py +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/ngpt/cli/modes/gitcommsg.py +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/ngpt/cli/modes/rewrite.py +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/ngpt/cli/modes/shell.py +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/ngpt/cli/modes/text.py +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/ngpt/cli/renderers.py +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/ngpt/cli/ui.py +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/ngpt/client.py +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/ngpt/utils/__init__.py +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/ngpt/utils/cli_config.py +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/ngpt/utils/config.py +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/ngpt/utils/log.py +0 -0
- {ngpt-3.0.3 → ngpt-3.0.4}/wiki.md +0 -0
@@ -55,4 +55,11 @@ jobs:
|
|
55
55
|
commit_message: "${{ github.event_name == 'workflow_dispatch' && 'Manual update to version' || 'Update to version' }} ${{ steps.extract_version.outputs.version }}"
|
56
56
|
ssh_keyscan_types: rsa,ecdsa,ed25519
|
57
57
|
updpkgsums: true # Let the action update checksums automatically
|
58
|
-
test: false # Disable testing since the environment doesn't have necessary tools
|
58
|
+
test: false # Disable testing since the environment doesn't have necessary tools
|
59
|
+
force_push: false # Add this to ensure clean updates
|
60
|
+
allow_empty_commits: false
|
61
|
+
post_process: |
|
62
|
+
# Remove any tar.gz files
|
63
|
+
rm -f *.tar.gz
|
64
|
+
# List files to verify
|
65
|
+
ls -la
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ngpt
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.4
|
4
4
|
Summary: Swiss army knife for LLMs: powerful CLI, interactive chatbot, and flexible Python library. Works with OpenAI, Ollama, Groq, Claude, Gemini, and any OpenAI-compatible API.
|
5
5
|
Project-URL: Homepage, https://github.com/nazdridoy/ngpt
|
6
6
|
Project-URL: Repository, https://github.com/nazdridoy/ngpt
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "ngpt"
|
3
|
-
version = "3.0.
|
3
|
+
version = "3.0.4"
|
4
4
|
description = "Swiss army knife for LLMs: powerful CLI, interactive chatbot, and flexible Python library. Works with OpenAI, Ollama, Groq, Claude, Gemini, and any OpenAI-compatible API."
|
5
5
|
authors = [
|
6
6
|
{name = "nazDridoy", email = "nazdridoy399@gmail.com"},
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|