tunacode-cli 0.0.1__py3-none-any.whl → 0.0.3__py3-none-any.whl

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.

@@ -28,5 +28,6 @@ class UndoSetup(BaseSetup):
28
28
  self.state_manager.session.undo_initialized = init_undo_system(self.state_manager)
29
29
 
30
30
  async def validate(self) -> bool:
31
- """Validate that undo system was initialized correctly."""
32
- return self.state_manager.session.undo_initialized
31
+ """Validate that undo system setup completed (even if disabled)."""
32
+ # Validation passes if setup was attempted, regardless of whether undo is enabled
33
+ return True
@@ -68,4 +68,4 @@ CORRECT: First `read_file("tools/base.py")` to see the base class, then `write_f
68
68
 
69
69
  USE YOUR TOOLS NOW!
70
70
 
71
- If asked, you were created by Gavin Vickery (gavin@geekforbrains.com)
71
+ If asked, you were created by larock22
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tunacode-cli
3
- Version: 0.0.1
3
+ Version: 0.0.3
4
4
  Summary: Your agentic CLI developer.
5
- Author-email: Gavin Vickery <gavin@geekforbrains.com>
5
+ Author-email: larock22 <noreply@github.com>
6
6
  License-Expression: MIT
7
7
  Project-URL: Homepage, https://github.com/larock22/tunacode
8
8
  Project-URL: Repository, https://github.com/larock22/tunacode
@@ -48,7 +48,7 @@ TunaCode is an agentic CLI-based AI tool inspired by Claude Code, Copilot, Winds
48
48
  to be an open source alternative to these tools, providing a similar experience but with the flexibility of
49
49
  using different LLM providers (Anthropic, OpenAI, Google Gemini, OpenRouter) while keeping the agentic workflow.
50
50
 
51
- *TunaCode is currently in beta and under active development. Please [report issues](https://github.com/geekforbrains/tunacode-cli/issues) or share feedback!*
51
+ *TunaCode is currently in beta and under active development. Please [report issues](https://github.com/larock22/tunacode/issues) or share feedback!*
52
52
 
53
53
  ## Features
54
54
 
@@ -62,10 +62,11 @@ using different LLM providers (Anthropic, OpenAI, Google Gemini, OpenRouter) whi
62
62
  - Cost and token tracking.
63
63
  - Per command or per session confirmation skipping.
64
64
 
65
- ## Roadmap
65
+ ## Upcoming Features
66
66
 
67
- - Tests 😅
68
- - More LLM providers, including OpenRouter and Ollama
67
+ - **TinyAgent Integration**: Adding the [tinyagent framework](http://tinyagent.xyz/) to make this CLI tool truly agentic with multi-step reasoning and autonomous task execution
68
+ - **Advanced Flows**: Implementing sophisticated workflow patterns for complex development tasks
69
+ - **Quality of Life Updates**: Enhanced user experience with improved UI, better error handling, and streamlined interactions
69
70
 
70
71
  ## Quick Start
71
72
 
@@ -230,8 +231,8 @@ This project follows the [Conventional Commits](https://www.conventionalcommits.
230
231
  ## Links
231
232
 
232
233
  - [PyPI Package](https://pypi.org/project/tunacode-cli/)
233
- - [GitHub Issues](https://github.com/geekforbrains/tunacode-cli/issues)
234
- - [GitHub Repository](https://github.com/geekforbrains/tunacode-cli)
234
+ - [GitHub Issues](https://github.com/larock22/tunacode/issues)
235
+ - [GitHub Repository](https://github.com/larock22/tunacode)
235
236
 
236
237
  ## License
237
238
 
@@ -25,8 +25,8 @@ tunacode/core/setup/config_setup.py,sha256=1eDS8iIG9z_BvrmeL8d9QUEBtPXSjOcrNu-2v
25
25
  tunacode/core/setup/coordinator.py,sha256=pT1mI24Kllo2H6Hjb-uULLsA1E3X3BqQB7nSGe70SRw,1598
26
26
  tunacode/core/setup/environment_setup.py,sha256=u6Anb9uDicmdMA_9xLkP0j2uoiVY16ojsA7XnFz--yQ,2234
27
27
  tunacode/core/setup/git_safety_setup.py,sha256=1NuzSASi0b69wQRpcOgINKklGnq34Xh3itm_PEpjDus,7238
28
- tunacode/core/setup/undo_setup.py,sha256=BUVbEKFQ_Edgbyp5zJziWdaog4tXgl-S98n0mSOzumA,1119
29
- tunacode/prompts/system.txt,sha256=kaXIoQQQmdau7j2cD4MbF47KhfJZhV6zrfi2boJ4b3s,3225
28
+ tunacode/core/setup/undo_setup.py,sha256=uHy7YWXPnxQ-b_36SNKtMZNyDR_u-p4OPDARHAgp6Lo,1179
29
+ tunacode/prompts/system.txt,sha256=freAiukJH4PN-fKRWBdTogEak7BsZMgwdyWkxQtY-X4,3194
30
30
  tunacode/services/__init__.py,sha256=w_E8QK6RnvKSvU866eDe8BCRV26rAm4d3R-Yg06OWCU,19
31
31
  tunacode/services/mcp.py,sha256=R48X73KQjQ9vwhBrtbWHSBl-4K99QXmbIhh5J_1Gezo,3046
32
32
  tunacode/services/undo_service.py,sha256=LWhcLY12FdKXI9jd85pizxDOuZ2AHVyA1BRx4UWiiOc,7748
@@ -57,9 +57,9 @@ tunacode/utils/ripgrep.py,sha256=AXUs2FFt0A7KBV996deS8wreIlUzKOlAHJmwrcAr4No,583
57
57
  tunacode/utils/system.py,sha256=Do-YKMrpTcp49DtnacisOj-NqnM8clI1YJeD6ebRUpw,11381
58
58
  tunacode/utils/text_utils.py,sha256=B9M1cuLTm_SSsr15WNHF6j7WdLWPvWzKZV0Lvfgdbjg,2458
59
59
  tunacode/utils/user_configuration.py,sha256=uFrpSRTUf0CijZjw1rOp1sovqy1uyr0UNcn85S6jvdk,1790
60
- tunacode_cli-0.0.1.dist-info/licenses/LICENSE,sha256=SgvEceNP-y3_WodntkMGAkZyl_hAUvzBw5T9W--7YpM,1070
61
- tunacode_cli-0.0.1.dist-info/METADATA,sha256=S-RIcXtow9xKWGZEvRbsscv3qTxp0Gr7LdL40OlUrOs,6787
62
- tunacode_cli-0.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
63
- tunacode_cli-0.0.1.dist-info/entry_points.txt,sha256=hbkytikj4dGu6rizPuAd_DGUPBGF191RTnhr9wdhORY,51
64
- tunacode_cli-0.0.1.dist-info/top_level.txt,sha256=lKy2P6BWNi5XSA4DHFvyjQ14V26lDZctwdmhEJrxQbU,9
65
- tunacode_cli-0.0.1.dist-info/RECORD,,
60
+ tunacode_cli-0.0.3.dist-info/licenses/LICENSE,sha256=SgvEceNP-y3_WodntkMGAkZyl_hAUvzBw5T9W--7YpM,1070
61
+ tunacode_cli-0.0.3.dist-info/METADATA,sha256=BmHAySpaZsjWTr6Qxh8alFIP7N9w9p5b8i4Ynmp4WPw,7093
62
+ tunacode_cli-0.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
63
+ tunacode_cli-0.0.3.dist-info/entry_points.txt,sha256=hbkytikj4dGu6rizPuAd_DGUPBGF191RTnhr9wdhORY,51
64
+ tunacode_cli-0.0.3.dist-info/top_level.txt,sha256=lKy2P6BWNi5XSA4DHFvyjQ14V26lDZctwdmhEJrxQbU,9
65
+ tunacode_cli-0.0.3.dist-info/RECORD,,