tunacode-cli 0.0.16__tar.gz → 0.0.17__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.

Potentially problematic release.


This version of tunacode-cli might be problematic. Click here for more details.

Files changed (74) hide show
  1. {tunacode_cli-0.0.16/src/tunacode_cli.egg-info → tunacode_cli-0.0.17}/PKG-INFO +14 -1
  2. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/README.md +14 -1
  3. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/pyproject.toml +1 -1
  4. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/constants.py +1 -1
  5. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/ui/console.py +3 -2
  6. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/ui/output.py +5 -0
  7. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17/src/tunacode_cli.egg-info}/PKG-INFO +14 -1
  8. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/LICENSE +0 -0
  9. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/setup.cfg +0 -0
  10. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/setup.py +0 -0
  11. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/__init__.py +0 -0
  12. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/cli/__init__.py +0 -0
  13. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/cli/commands.py +0 -0
  14. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/cli/main.py +0 -0
  15. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/cli/repl.py +0 -0
  16. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/cli/textual_app.py +0 -0
  17. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/cli/textual_bridge.py +0 -0
  18. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/configuration/__init__.py +0 -0
  19. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/configuration/defaults.py +0 -0
  20. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/configuration/models.py +0 -0
  21. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/configuration/settings.py +0 -0
  22. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/context.py +0 -0
  23. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/core/__init__.py +0 -0
  24. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/core/agents/__init__.py +0 -0
  25. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/core/agents/main.py +0 -0
  26. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/core/setup/__init__.py +0 -0
  27. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/core/setup/agent_setup.py +0 -0
  28. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/core/setup/base.py +0 -0
  29. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/core/setup/config_setup.py +0 -0
  30. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/core/setup/coordinator.py +0 -0
  31. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/core/setup/environment_setup.py +0 -0
  32. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/core/setup/git_safety_setup.py +0 -0
  33. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/core/state.py +0 -0
  34. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/core/tool_handler.py +0 -0
  35. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/exceptions.py +0 -0
  36. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/prompts/system.txt +0 -0
  37. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/py.typed +0 -0
  38. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/services/__init__.py +0 -0
  39. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/services/mcp.py +0 -0
  40. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/setup.py +0 -0
  41. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/tools/__init__.py +0 -0
  42. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/tools/base.py +0 -0
  43. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/tools/bash.py +0 -0
  44. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/tools/grep.py +0 -0
  45. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/tools/read_file.py +0 -0
  46. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/tools/run_command.py +0 -0
  47. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/tools/update_file.py +0 -0
  48. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/tools/write_file.py +0 -0
  49. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/types.py +0 -0
  50. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/ui/__init__.py +0 -0
  51. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/ui/completers.py +0 -0
  52. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/ui/constants.py +0 -0
  53. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/ui/decorators.py +0 -0
  54. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/ui/input.py +0 -0
  55. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/ui/keybindings.py +0 -0
  56. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/ui/lexers.py +0 -0
  57. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/ui/panels.py +0 -0
  58. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/ui/prompt_manager.py +0 -0
  59. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/ui/tool_ui.py +0 -0
  60. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/ui/validators.py +0 -0
  61. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/utils/__init__.py +0 -0
  62. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/utils/bm25.py +0 -0
  63. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/utils/diff_utils.py +0 -0
  64. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/utils/file_utils.py +0 -0
  65. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/utils/ripgrep.py +0 -0
  66. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/utils/system.py +0 -0
  67. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/utils/text_utils.py +0 -0
  68. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode/utils/user_configuration.py +0 -0
  69. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode_cli.egg-info/SOURCES.txt +0 -0
  70. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode_cli.egg-info/dependency_links.txt +0 -0
  71. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode_cli.egg-info/entry_points.txt +0 -0
  72. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode_cli.egg-info/requires.txt +0 -0
  73. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/src/tunacode_cli.egg-info/top_level.txt +0 -0
  74. {tunacode_cli-0.0.16 → tunacode_cli-0.0.17}/tests/test_escape_mechanism.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tunacode-cli
3
- Version: 0.0.16
3
+ Version: 0.0.17
4
4
  Summary: Your agentic CLI developer.
5
5
  Author-email: larock22 <noreply@github.com>
6
6
  License-Expression: MIT
@@ -475,3 +475,16 @@ MIT License - see [LICENSE](LICENSE) file for details.
475
475
  ## Acknowledgments
476
476
 
477
477
  TunaCode is a fork of [sidekick-cli](https://github.com/geekforbrains/sidekick-cli). Special thanks to the sidekick-cli team for creating the foundation that made TunaCode possible.
478
+
479
+ ### Key Differences from sidekick-cli
480
+
481
+ While TunaCode builds on the foundation of sidekick-cli, we've made several architectural changes for our workflow:
482
+
483
+ - **JSON Tool Parsing Fallback**: Added fallback parsing for when API providers fail with structured tool calling
484
+ - **Parallel Search Tools**: New `bash` and `grep` tools with parallel execution for codebase navigation
485
+ - **ReAct Reasoning**: Implemented ReAct (Reasoning + Acting) patterns with configurable iteration limits
486
+ - **Dynamic Configuration**: Added `/refresh` command and modified configuration management
487
+ - **Safety Changes**: Removed automatic git commits and `/undo` command - requires explicit git usage
488
+ - **Error Recovery**: Multiple fallback mechanisms and orphaned tool call recovery
489
+ - **Tool System Rewrite**: Complete overhaul of internal tools with atomic operations and different confirmation UIs
490
+ - **Debug Commands**: Added `/parsetools`, `/thoughts`, `/iterations` for debugging
@@ -438,4 +438,17 @@ MIT License - see [LICENSE](LICENSE) file for details.
438
438
 
439
439
  ## Acknowledgments
440
440
 
441
- TunaCode is a fork of [sidekick-cli](https://github.com/geekforbrains/sidekick-cli). Special thanks to the sidekick-cli team for creating the foundation that made TunaCode possible.
441
+ TunaCode is a fork of [sidekick-cli](https://github.com/geekforbrains/sidekick-cli). Special thanks to the sidekick-cli team for creating the foundation that made TunaCode possible.
442
+
443
+ ### Key Differences from sidekick-cli
444
+
445
+ While TunaCode builds on the foundation of sidekick-cli, we've made several architectural changes for our workflow:
446
+
447
+ - **JSON Tool Parsing Fallback**: Added fallback parsing for when API providers fail with structured tool calling
448
+ - **Parallel Search Tools**: New `bash` and `grep` tools with parallel execution for codebase navigation
449
+ - **ReAct Reasoning**: Implemented ReAct (Reasoning + Acting) patterns with configurable iteration limits
450
+ - **Dynamic Configuration**: Added `/refresh` command and modified configuration management
451
+ - **Safety Changes**: Removed automatic git commits and `/undo` command - requires explicit git usage
452
+ - **Error Recovery**: Multiple fallback mechanisms and orphaned tool call recovery
453
+ - **Tool System Rewrite**: Complete overhaul of internal tools with atomic operations and different confirmation UIs
454
+ - **Debug Commands**: Added `/parsetools`, `/thoughts`, `/iterations` for debugging
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "tunacode-cli"
7
- version = "0.0.16"
7
+ version = "0.0.17"
8
8
  description = "Your agentic CLI developer."
9
9
  keywords = ["cli", "agent", "development", "automation"]
10
10
  readme = "README.md"
@@ -7,7 +7,7 @@ Centralizes all magic strings, UI text, error messages, and application constant
7
7
 
8
8
  # Application info
9
9
  APP_NAME = "TunaCode"
10
- APP_VERSION = "0.0.16"
10
+ APP_VERSION = "0.0.17"
11
11
 
12
12
  # File patterns
13
13
  GUIDE_FILE_PATTERN = "{name}.md"
@@ -9,8 +9,8 @@ from rich.markdown import Markdown
9
9
  # Import and re-export all functions from specialized modules
10
10
  from .input import formatted_text, input, multiline_input
11
11
  from .keybindings import create_key_bindings
12
- from .output import (banner, clear, info, line, muted, print, spinner, success, sync_print,
13
- update_available, usage, version, warning)
12
+ from .output import (banner, clear, info, line, muted, print, show_update_message, spinner, success,
13
+ sync_print, update_available, usage, version, warning)
14
14
  from .panels import (agent, dump_messages, error, help, models, panel, sync_panel,
15
15
  sync_tool_confirm, tool_confirm)
16
16
  from .prompt_manager import PromptConfig, PromptManager
@@ -46,6 +46,7 @@ __all__ = [
46
46
  "line",
47
47
  "muted",
48
48
  "print",
49
+ "show_update_message",
49
50
  "spinner",
50
51
  "success",
51
52
  "sync_print",
@@ -89,6 +89,11 @@ async def update_available(latest_version: str) -> None:
89
89
  await muted(MSG_UPDATE_INSTRUCTION)
90
90
 
91
91
 
92
+ async def show_update_message(latest_version: str) -> None:
93
+ """Display update available message (alias for update_available)."""
94
+ await update_available(latest_version)
95
+
96
+
92
97
  async def spinner(show: bool = True, spinner_obj=None, state_manager: StateManager = None):
93
98
  """Manage a spinner display."""
94
99
  icon = SPINNER_TYPE
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tunacode-cli
3
- Version: 0.0.16
3
+ Version: 0.0.17
4
4
  Summary: Your agentic CLI developer.
5
5
  Author-email: larock22 <noreply@github.com>
6
6
  License-Expression: MIT
@@ -475,3 +475,16 @@ MIT License - see [LICENSE](LICENSE) file for details.
475
475
  ## Acknowledgments
476
476
 
477
477
  TunaCode is a fork of [sidekick-cli](https://github.com/geekforbrains/sidekick-cli). Special thanks to the sidekick-cli team for creating the foundation that made TunaCode possible.
478
+
479
+ ### Key Differences from sidekick-cli
480
+
481
+ While TunaCode builds on the foundation of sidekick-cli, we've made several architectural changes for our workflow:
482
+
483
+ - **JSON Tool Parsing Fallback**: Added fallback parsing for when API providers fail with structured tool calling
484
+ - **Parallel Search Tools**: New `bash` and `grep` tools with parallel execution for codebase navigation
485
+ - **ReAct Reasoning**: Implemented ReAct (Reasoning + Acting) patterns with configurable iteration limits
486
+ - **Dynamic Configuration**: Added `/refresh` command and modified configuration management
487
+ - **Safety Changes**: Removed automatic git commits and `/undo` command - requires explicit git usage
488
+ - **Error Recovery**: Multiple fallback mechanisms and orphaned tool call recovery
489
+ - **Tool System Rewrite**: Complete overhaul of internal tools with atomic operations and different confirmation UIs
490
+ - **Debug Commands**: Added `/parsetools`, `/thoughts`, `/iterations` for debugging
File without changes
File without changes
File without changes