tunacode-cli 0.0.68__py3-none-any.whl → 0.0.70__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.
- tunacode/constants.py +1 -1
- tunacode/core/setup/config_setup.py +5 -1
- {tunacode_cli-0.0.68.dist-info → tunacode_cli-0.0.70.dist-info}/METADATA +1 -1
- {tunacode_cli-0.0.68.dist-info → tunacode_cli-0.0.70.dist-info}/RECORD +7 -7
- {tunacode_cli-0.0.68.dist-info → tunacode_cli-0.0.70.dist-info}/WHEEL +0 -0
- {tunacode_cli-0.0.68.dist-info → tunacode_cli-0.0.70.dist-info}/entry_points.txt +0 -0
- {tunacode_cli-0.0.68.dist-info → tunacode_cli-0.0.70.dist-info}/licenses/LICENSE +0 -0
tunacode/constants.py
CHANGED
|
@@ -44,6 +44,10 @@ class ConfigSetup(BaseSetup):
|
|
|
44
44
|
self.state_manager.session.device_id = system.get_device_id()
|
|
45
45
|
loaded_config = user_configuration.load_config()
|
|
46
46
|
|
|
47
|
+
# Set the loaded config to session BEFORE initializing first-time user
|
|
48
|
+
if loaded_config:
|
|
49
|
+
self.state_manager.session.user_config = loaded_config
|
|
50
|
+
|
|
47
51
|
# Initialize first-time user settings if needed
|
|
48
52
|
user_configuration.initialize_first_time_user(self.state_manager)
|
|
49
53
|
|
|
@@ -497,7 +501,7 @@ class ConfigSetup(BaseSetup):
|
|
|
497
501
|
"openrouter:anthropic/claude-sonnet-4",
|
|
498
502
|
"Claude Sonnet 4 via OpenRouter (recommended)",
|
|
499
503
|
),
|
|
500
|
-
("openrouter:openai/gpt-
|
|
504
|
+
("openrouter:openai/gpt-4.1", "GPT-4.1 via OpenRouter"),
|
|
501
505
|
("openrouter:google/gemini-2.5-flash", "Google Gemini 2.5 Flash latest"),
|
|
502
506
|
],
|
|
503
507
|
"Google": [
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
tunacode/__init__.py,sha256=yUul8igNYMfUrHnYfioIGAqvrH8b5BKiO_pt1wVnmd0,119
|
|
2
|
-
tunacode/constants.py,sha256=
|
|
2
|
+
tunacode/constants.py,sha256=fJ8A1kkzW2-5y4fi0kNz80jmJZflq0AGxW_Vdzn7wzE,6100
|
|
3
3
|
tunacode/context.py,sha256=YtfRjUiqsSkk2k9Nn_pjb_m-AXyh6XcOBOJWtFI0wVw,2405
|
|
4
4
|
tunacode/exceptions.py,sha256=m80njR-LqBXhFAEOPqCE7N2QPU4Fkjlf_f6CWKO0_Is,8479
|
|
5
5
|
tunacode/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -68,7 +68,7 @@ tunacode/core/logging/logger.py,sha256=9RjRuX0GoUojRJ8WnJGQPFdXiluiJMCoFmvc8xEio
|
|
|
68
68
|
tunacode/core/setup/__init__.py,sha256=seoWYpRonptxNyApapS-yGz4o3jTj8vLsRPCTUO4siM,439
|
|
69
69
|
tunacode/core/setup/agent_setup.py,sha256=tpOIW85C6o1m8pwAZQBIMKxKIyBUOpHHn4JJmDBFH3Q,1403
|
|
70
70
|
tunacode/core/setup/base.py,sha256=FMjBQQS_q3KOxHqfg7NJGmKq-1nxC40htiPZprzTu7I,970
|
|
71
|
-
tunacode/core/setup/config_setup.py,sha256=
|
|
71
|
+
tunacode/core/setup/config_setup.py,sha256=varmg7pLY9jw_5cnpbuL53_S6Koakb49mpObMU7UZsc,24418
|
|
72
72
|
tunacode/core/setup/coordinator.py,sha256=5ZhD4rHUrW0RIdGnjmoK4wCvqlNGcXal4Qwev4s039U,2393
|
|
73
73
|
tunacode/core/setup/environment_setup.py,sha256=n3IrObKEynHZSwtUJ1FddMg2C4sHz7ca42awemImV8s,2225
|
|
74
74
|
tunacode/core/setup/git_safety_setup.py,sha256=Htt8A4BAn7F4DbjhNu_SO01zjwaRQ3wMv-vZujE1-JA,7328
|
|
@@ -147,8 +147,8 @@ tunacode/utils/system.py,sha256=J8KqJ4ZqQrNSnM5rrJxPeMk9z2xQQp6dWtI1SKBY1-0,1112
|
|
|
147
147
|
tunacode/utils/text_utils.py,sha256=HAwlT4QMy41hr53cDbbNeNo05MI461TpI9b_xdIv8EY,7288
|
|
148
148
|
tunacode/utils/token_counter.py,sha256=dmFuqVz4ywGFdLfAi5Mg9bAGf8v87Ek-mHU-R3fsYjI,2711
|
|
149
149
|
tunacode/utils/user_configuration.py,sha256=OA-L0BgWNbf9sWpc8lyivgLscwJdpdI8TAYbe0wRs1s,4836
|
|
150
|
-
tunacode_cli-0.0.
|
|
151
|
-
tunacode_cli-0.0.
|
|
152
|
-
tunacode_cli-0.0.
|
|
153
|
-
tunacode_cli-0.0.
|
|
154
|
-
tunacode_cli-0.0.
|
|
150
|
+
tunacode_cli-0.0.70.dist-info/METADATA,sha256=oziDuVsyfx7OZ10yE9YaOw_lah-p7GVfant7HByB2mc,6773
|
|
151
|
+
tunacode_cli-0.0.70.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
152
|
+
tunacode_cli-0.0.70.dist-info/entry_points.txt,sha256=hbkytikj4dGu6rizPuAd_DGUPBGF191RTnhr9wdhORY,51
|
|
153
|
+
tunacode_cli-0.0.70.dist-info/licenses/LICENSE,sha256=Btzdu2kIoMbdSp6OyCLupB1aRgpTCJ_szMimgEnpkkE,1056
|
|
154
|
+
tunacode_cli-0.0.70.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|