ngpt 3.5.4__tar.gz → 3.5.5__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.
Files changed (58) hide show
  1. {ngpt-3.5.4 → ngpt-3.5.5}/PKG-INFO +1 -1
  2. {ngpt-3.5.4 → ngpt-3.5.5}/docs/usage/cli_config.md +2 -0
  3. {ngpt-3.5.4 → ngpt-3.5.5}/ngpt/cli/args.py +1 -1
  4. {ngpt-3.5.4 → ngpt-3.5.5}/pyproject.toml +1 -1
  5. {ngpt-3.5.4 → ngpt-3.5.5}/uv.lock +1 -1
  6. {ngpt-3.5.4 → ngpt-3.5.5}/.github/workflows/aur-publish.yml +0 -0
  7. {ngpt-3.5.4 → ngpt-3.5.5}/.github/workflows/python-publish.yml +0 -0
  8. {ngpt-3.5.4 → ngpt-3.5.5}/.gitignore +0 -0
  9. {ngpt-3.5.4 → ngpt-3.5.5}/.python-version +0 -0
  10. {ngpt-3.5.4 → ngpt-3.5.5}/COMMIT_GUIDELINES.md +0 -0
  11. {ngpt-3.5.4 → ngpt-3.5.5}/CONTRIBUTING.md +0 -0
  12. {ngpt-3.5.4 → ngpt-3.5.5}/LICENSE +0 -0
  13. {ngpt-3.5.4 → ngpt-3.5.5}/PKGBUILD +0 -0
  14. {ngpt-3.5.4 → ngpt-3.5.5}/README.md +0 -0
  15. {ngpt-3.5.4 → ngpt-3.5.5}/docs/CONTRIBUTING.md +0 -0
  16. {ngpt-3.5.4 → ngpt-3.5.5}/docs/LICENSE.md +0 -0
  17. {ngpt-3.5.4 → ngpt-3.5.5}/docs/_config.yml +0 -0
  18. {ngpt-3.5.4 → ngpt-3.5.5}/docs/_sass/custom/custom.scss +0 -0
  19. {ngpt-3.5.4 → ngpt-3.5.5}/docs/configuration.md +0 -0
  20. {ngpt-3.5.4 → ngpt-3.5.5}/docs/examples/advanced.md +0 -0
  21. {ngpt-3.5.4 → ngpt-3.5.5}/docs/examples/basic.md +0 -0
  22. {ngpt-3.5.4 → ngpt-3.5.5}/docs/examples.md +0 -0
  23. {ngpt-3.5.4 → ngpt-3.5.5}/docs/index.md +0 -0
  24. {ngpt-3.5.4 → ngpt-3.5.5}/docs/installation.md +0 -0
  25. {ngpt-3.5.4 → ngpt-3.5.5}/docs/overview.md +0 -0
  26. {ngpt-3.5.4 → ngpt-3.5.5}/docs/usage/cli_usage.md +0 -0
  27. {ngpt-3.5.4 → ngpt-3.5.5}/docs/usage/gitcommsg.md +0 -0
  28. {ngpt-3.5.4 → ngpt-3.5.5}/docs/usage/web_search.md +0 -0
  29. {ngpt-3.5.4 → ngpt-3.5.5}/docs/usage.md +0 -0
  30. {ngpt-3.5.4 → ngpt-3.5.5}/ngpt/__init__.py +0 -0
  31. {ngpt-3.5.4 → ngpt-3.5.5}/ngpt/__main__.py +0 -0
  32. {ngpt-3.5.4 → ngpt-3.5.5}/ngpt/cli/__init__.py +0 -0
  33. {ngpt-3.5.4 → ngpt-3.5.5}/ngpt/cli/config_manager.py +0 -0
  34. {ngpt-3.5.4 → ngpt-3.5.5}/ngpt/cli/formatters.py +0 -0
  35. {ngpt-3.5.4 → ngpt-3.5.5}/ngpt/cli/main.py +0 -0
  36. {ngpt-3.5.4 → ngpt-3.5.5}/ngpt/cli/modes/__init__.py +0 -0
  37. {ngpt-3.5.4 → ngpt-3.5.5}/ngpt/cli/modes/chat.py +0 -0
  38. {ngpt-3.5.4 → ngpt-3.5.5}/ngpt/cli/modes/code.py +0 -0
  39. {ngpt-3.5.4 → ngpt-3.5.5}/ngpt/cli/modes/gitcommsg.py +0 -0
  40. {ngpt-3.5.4 → ngpt-3.5.5}/ngpt/cli/modes/interactive.py +0 -0
  41. {ngpt-3.5.4 → ngpt-3.5.5}/ngpt/cli/modes/rewrite.py +0 -0
  42. {ngpt-3.5.4 → ngpt-3.5.5}/ngpt/cli/modes/shell.py +0 -0
  43. {ngpt-3.5.4 → ngpt-3.5.5}/ngpt/cli/modes/text.py +0 -0
  44. {ngpt-3.5.4 → ngpt-3.5.5}/ngpt/cli/renderers.py +0 -0
  45. {ngpt-3.5.4 → ngpt-3.5.5}/ngpt/cli/ui.py +0 -0
  46. {ngpt-3.5.4 → ngpt-3.5.5}/ngpt/client.py +0 -0
  47. {ngpt-3.5.4 → ngpt-3.5.5}/ngpt/utils/__init__.py +0 -0
  48. {ngpt-3.5.4 → ngpt-3.5.5}/ngpt/utils/cli_config.py +0 -0
  49. {ngpt-3.5.4 → ngpt-3.5.5}/ngpt/utils/config.py +0 -0
  50. {ngpt-3.5.4 → ngpt-3.5.5}/ngpt/utils/log.py +0 -0
  51. {ngpt-3.5.4 → ngpt-3.5.5}/ngpt/utils/web_search.py +0 -0
  52. {ngpt-3.5.4 → ngpt-3.5.5}/previews/ngpt-g.png +0 -0
  53. {ngpt-3.5.4 → ngpt-3.5.5}/previews/ngpt-i.png +0 -0
  54. {ngpt-3.5.4 → ngpt-3.5.5}/previews/ngpt-s-c.png +0 -0
  55. {ngpt-3.5.4 → ngpt-3.5.5}/previews/ngpt-sh-c-a.png +0 -0
  56. {ngpt-3.5.4 → ngpt-3.5.5}/previews/ngpt-w-self.png +0 -0
  57. {ngpt-3.5.4 → ngpt-3.5.5}/previews/ngpt-w.png +0 -0
  58. {ngpt-3.5.4 → ngpt-3.5.5}/wiki.md +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ngpt
3
- Version: 3.5.4
3
+ Version: 3.5.5
4
4
  Summary: Swiss army knife for LLMs: powerful CLI and interactive chatbot in one package. Seamlessly work with OpenAI, Ollama, Groq, Claude, Gemini, or any OpenAI-compatible API to generate code, craft git commits, rewrite text, and execute shell commands.
5
5
  Project-URL: Homepage, https://github.com/nazdridoy/ngpt
6
6
  Project-URL: Repository, https://github.com/nazdridoy/ngpt
@@ -166,11 +166,13 @@ The CLI configuration system enforces these rules to prevent incompatible combin
166
166
  ### Mode-Specific Options
167
167
 
168
168
  #### Code Generation Mode
169
+
169
170
  | Option | Type | Default | Description |
170
171
  |--------|------|---------|-------------|
171
172
  | `language` | string | python | Programming language for code generation |
172
173
 
173
174
  #### Git Commit Message Mode
175
+
174
176
  | Option | Type | Default | Description |
175
177
  |--------|------|---------|-------------|
176
178
  | `rec-chunk` | bool | false | Process large diffs in chunks recursively |
@@ -10,7 +10,7 @@ def setup_argument_parser():
10
10
  description = f"{COLORS['cyan']}{COLORS['bold']}nGPT{COLORS['reset']} - Interact with AI language models via OpenAI-compatible APIs"
11
11
 
12
12
  # Minimalist, clean epilog design
13
- epilog = f"\n{COLORS['yellow']}nGPT {COLORS['bold']}v{__version__}{COLORS['reset']} • {COLORS['green']}Docs: {COLORS['bold']}https://nazdridoy.github.io/ngpt/usage/cli_usage.html{COLORS['reset']}"
13
+ epilog = f"\n{COLORS['yellow']}nGPT {COLORS['bold']}v{__version__}{COLORS['reset']} • {COLORS['green']}Docs: {COLORS['bold']}https://nazdridoy.github.io/ngpt/usage/cli_usage{COLORS['reset']}"
14
14
 
15
15
  parser = argparse.ArgumentParser(description=description, formatter_class=ColoredHelpFormatter, epilog=epilog)
16
16
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "ngpt"
3
- version = "3.5.4"
3
+ version = "3.5.5"
4
4
  description = "Swiss army knife for LLMs: powerful CLI and interactive chatbot in one package. Seamlessly work with OpenAI, Ollama, Groq, Claude, Gemini, or any OpenAI-compatible API to generate code, craft git commits, rewrite text, and execute shell commands."
5
5
  authors = [
6
6
  {name = "nazDridoy", email = "nazdridoy399@gmail.com"},
@@ -148,7 +148,7 @@ wheels = [
148
148
 
149
149
  [[package]]
150
150
  name = "ngpt"
151
- version = "3.5.4"
151
+ version = "3.5.5"
152
152
  source = { editable = "." }
153
153
  dependencies = [
154
154
  { name = "beautifulsoup4" },
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