roksta 0.3.2__cp311-cp311-macosx_10_9_universal2.whl → 0.3.8__cp311-cp311-macosx_10_9_universal2.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.
Files changed (131) hide show
  1. roksta/__init__.cpython-311-darwin.so +0 -0
  2. roksta/ai/__init__.cpython-311-darwin.so +0 -0
  3. roksta/ai/call_ai.cpython-311-darwin.so +0 -0
  4. roksta/ai/gemini.cpython-311-darwin.so +0 -0
  5. roksta/ai/generic.cpython-311-darwin.so +0 -0
  6. roksta/ai/llm.cpython-311-darwin.so +0 -0
  7. roksta/ai/openai.cpython-311-darwin.so +0 -0
  8. roksta/ai/tools/__init__.cpython-311-darwin.so +0 -0
  9. roksta/ai/tools/delete_file.cpython-311-darwin.so +0 -0
  10. roksta/ai/tools/edit_file.cpython-311-darwin.so +0 -0
  11. roksta/ai/tools/final_response.cpython-311-darwin.so +0 -0
  12. roksta/ai/tools/get_file_summaries.cpython-311-darwin.so +0 -0
  13. roksta/ai/tools/read_file.cpython-311-darwin.so +0 -0
  14. roksta/ai/tools/regex_replace.cpython-311-darwin.so +0 -0
  15. roksta/ai/tools/shell_any.cpython-311-darwin.so +0 -0
  16. roksta/ai/tools/shell_limited.cpython-311-darwin.so +0 -0
  17. roksta/ai/tools/tool_defs.cpython-311-darwin.so +0 -0
  18. roksta/ai/tools/tool_utils.cpython-311-darwin.so +0 -0
  19. roksta/ai/tools/web_fetch.cpython-311-darwin.so +0 -0
  20. roksta/ai/tools/write_file.cpython-311-darwin.so +0 -0
  21. roksta/analytics.cpython-311-darwin.so +0 -0
  22. roksta/balance.cpython-311-darwin.so +0 -0
  23. roksta/build_project.cpython-311-darwin.so +0 -0
  24. roksta/chat_workflow.cpython-311-darwin.so +0 -0
  25. roksta/check_for_updates.cpython-311-darwin.so +0 -0
  26. roksta/check_subtask_sequence.cpython-311-darwin.so +0 -0
  27. roksta/checkpoints.cpython-311-darwin.so +0 -0
  28. roksta/clarify_goal.cpython-311-darwin.so +0 -0
  29. roksta/codebase_listing.cpython-311-darwin.so +0 -0
  30. roksta/command_handlers/__init__.cpython-311-darwin.so +0 -0
  31. roksta/command_handlers/handle_activate_command.cpython-311-darwin.so +0 -0
  32. roksta/command_handlers/handle_add_funds_command.cpython-311-darwin.so +0 -0
  33. roksta/command_handlers/handle_auto_charge_command.cpython-311-darwin.so +0 -0
  34. roksta/command_handlers/handle_auto_commit_command.cpython-311-darwin.so +0 -0
  35. roksta/command_handlers/handle_building_command.cpython-311-darwin.so +0 -0
  36. roksta/command_handlers/handle_chat_command.cpython-311-darwin.so +0 -0
  37. roksta/command_handlers/handle_dev_rate_command.cpython-311-darwin.so +0 -0
  38. roksta/command_handlers/handle_feedback_command.cpython-311-darwin.so +0 -0
  39. roksta/command_handlers/handle_goal_command.cpython-311-darwin.so +0 -0
  40. roksta/command_handlers/handle_help_command.cpython-311-darwin.so +0 -0
  41. roksta/command_handlers/handle_init_command.cpython-311-darwin.so +0 -0
  42. roksta/command_handlers/handle_linting_command.cpython-311-darwin.so +0 -0
  43. roksta/command_handlers/handle_login_command.cpython-311-darwin.so +0 -0
  44. roksta/command_handlers/handle_logout_command.cpython-311-darwin.so +0 -0
  45. roksta/command_handlers/handle_payment_details_command.cpython-311-darwin.so +0 -0
  46. roksta/command_handlers/handle_quit_command.cpython-311-darwin.so +0 -0
  47. roksta/command_handlers/handle_redeem_command.cpython-311-darwin.so +0 -0
  48. roksta/command_handlers/handle_request_activation_command.cpython-311-darwin.so +0 -0
  49. roksta/command_handlers/handle_testing_command.cpython-311-darwin.so +0 -0
  50. roksta/command_handlers/handle_usage_command.cpython-311-darwin.so +0 -0
  51. roksta/create_default_config.cpython-311-darwin.so +0 -0
  52. roksta/create_default_ignore_file.cpython-311-darwin.so +0 -0
  53. roksta/default_config.cpython-311-darwin.so +0 -0
  54. roksta/default_ignores.cpython-311-darwin.so +0 -0
  55. roksta/discover_test_command.cpython-311-darwin.so +0 -0
  56. roksta/enums.cpython-311-darwin.so +0 -0
  57. roksta/env.cpython-311-darwin.so +0 -0
  58. roksta/extended_text_area.cpython-311-darwin.so +0 -0
  59. roksta/firebase.cpython-311-darwin.so +0 -0
  60. roksta/firebase_auth_web.cpython-311-darwin.so +0 -0
  61. roksta/firebase_config.cpython-311-darwin.so +0 -0
  62. roksta/fix_tests.cpython-311-darwin.so +0 -0
  63. roksta/gen_codebase_summaries.cpython-311-darwin.so +0 -0
  64. roksta/gen_one_line_goal.cpython-311-darwin.so +0 -0
  65. roksta/gen_subtasks.cpython-311-darwin.so +0 -0
  66. roksta/get_codebase_structure.cpython-311-darwin.so +0 -0
  67. roksta/get_failing_tests.cpython-311-darwin.so +0 -0
  68. roksta/goal_workflow.cpython-311-darwin.so +0 -0
  69. roksta/init_codebase.cpython-311-darwin.so +0 -0
  70. roksta/lint_code.cpython-311-darwin.so +0 -0
  71. roksta/logger.cpython-311-darwin.so +0 -0
  72. roksta/main.cpython-311-darwin.so +0 -0
  73. roksta/make_issue.cpython-311-darwin.so +0 -0
  74. roksta/new_features.cpython-311-darwin.so +0 -0
  75. roksta/parse_directive_cli_tokens.cpython-311-darwin.so +0 -0
  76. roksta/parse_readme.cpython-311-darwin.so +0 -0
  77. roksta/propose_solution.cpython-311-darwin.so +0 -0
  78. roksta/response_formats.cpython-311-darwin.so +0 -0
  79. roksta/rewrite_goal.cpython-311-darwin.so +0 -0
  80. roksta/roksta.cpython-311-darwin.so +0 -0
  81. roksta/run_cli_goal.cpython-311-darwin.so +0 -0
  82. roksta/save_chat_transcript.cpython-311-darwin.so +0 -0
  83. roksta/select_files.cpython-311-darwin.so +0 -0
  84. roksta/tips.cpython-311-darwin.so +0 -0
  85. roksta/utils.cpython-311-darwin.so +0 -0
  86. roksta/write_code.cpython-311-darwin.so +0 -0
  87. roksta-0.3.8.dist-info/METADATA +471 -0
  88. roksta-0.3.8.dist-info/RECORD +91 -0
  89. {roksta-0.3.2.dist-info → roksta-0.3.8.dist-info}/top_level.txt +0 -1
  90. roksta-0.3.2.dist-info/METADATA +0 -40
  91. roksta-0.3.2.dist-info/RECORD +0 -121
  92. tests/__init__.py +0 -2
  93. tests/conftest.py +0 -211
  94. tests/functions/__init__.py +0 -2
  95. tests/functions/api_v1_00/__init__.py +0 -2
  96. tests/functions/api_v1_00/test__analytics.py +0 -416
  97. tests/functions/api_v1_00/test__gemini_proxy.py +0 -352
  98. tests/functions/api_v1_00/test__generic_proxy.py +0 -428
  99. tests/functions/api_v1_00/test__get_payment_details.py +0 -356
  100. tests/functions/api_v1_00/test__openai_proxy.py +0 -449
  101. tests/functions/api_v1_00/test__redeem_credit_code.py +0 -167
  102. tests/functions/api_v1_00/test__sync_emails.py +0 -325
  103. tests/functions/api_v1_00/test__take_payment.py +0 -491
  104. tests/functions/api_v1_00/test__use_activation_code.py +0 -438
  105. tests/functions/api_v1_01/__init__.py +0 -2
  106. tests/functions/api_v1_01/test__analytics.py +0 -416
  107. tests/functions/api_v1_01/test__gemini_proxy.py +0 -352
  108. tests/functions/api_v1_01/test__generic_proxy.py +0 -428
  109. tests/functions/api_v1_01/test__get_payment_details.py +0 -356
  110. tests/functions/api_v1_01/test__openai_proxy.py +0 -449
  111. tests/functions/api_v1_01/test__redeem_credit_code.py +0 -167
  112. tests/functions/api_v1_01/test__sync_emails.py +0 -325
  113. tests/functions/api_v1_01/test__take_payment.py +0 -491
  114. tests/functions/api_v1_01/test__use_activation_code.py +0 -438
  115. tests/functions/api_v1_02/__init__.py +0 -2
  116. tests/functions/api_v1_02/test__analytics.py +0 -416
  117. tests/functions/api_v1_02/test__gemini_proxy.py +0 -352
  118. tests/functions/api_v1_02/test__generic_proxy.py +0 -428
  119. tests/functions/api_v1_02/test__get_payment_details.py +0 -356
  120. tests/functions/api_v1_02/test__openai_proxy.py +0 -449
  121. tests/functions/api_v1_02/test__redeem_credit_code.py +0 -167
  122. tests/functions/api_v1_02/test__sync_emails.py +0 -325
  123. tests/functions/api_v1_02/test__take_payment.py +0 -491
  124. tests/functions/api_v1_02/test__use_activation_code.py +0 -438
  125. tests/functions/api_v1_02/test_proxy_keyword_replacement.py +0 -557
  126. tests/functions/api_v1_02/test_replace_keywords.py +0 -74
  127. tests/functions/test_auth.py +0 -24
  128. tests/functions/test_main.py +0 -73
  129. tests/functions/test_utils.py +0 -484
  130. {roksta-0.3.2.dist-info → roksta-0.3.8.dist-info}/WHEEL +0 -0
  131. {roksta-0.3.2.dist-info → roksta-0.3.8.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,471 @@
1
+ Metadata-Version: 2.4
2
+ Name: roksta
3
+ Version: 0.3.8
4
+ Summary: An AI coding assistant
5
+ Author-email: Prash Naidu <prash@roksta.ai>
6
+ Project-URL: Homepage, https://roksta.ai
7
+ Requires-Python: <3.15,>=3.11
8
+ Description-Content-Type: text/markdown
9
+ Requires-Dist: openai==1.108.0
10
+ Requires-Dist: google-genai==1.38.0
11
+ Requires-Dist: pydantic>=2.11.7
12
+ Requires-Dist: tiktoken>=0.9.0
13
+ Requires-Dist: rich>=14.0.0
14
+ Requires-Dist: pyyaml>=6.0.2
15
+ Requires-Dist: textual>=3.5.0
16
+ Requires-Dist: cryptography>=45.0.4
17
+ Requires-Dist: httpx>=0.28.1
18
+ Requires-Dist: ulid-py>=1.1.0
19
+ Requires-Dist: packaging>=25.0
20
+ Requires-Dist: pyperclip>=1.9.0
21
+ Requires-Dist: filetype>=1.2.0
22
+ Requires-Dist: gitpython>=3.1.44
23
+ Requires-Dist: jsonref>=1.1.0
24
+ Requires-Dist: pathspec>=0.12.1
25
+ Requires-Dist: psutil>=7.1.0
26
+ Requires-Dist: PyNaCl>=1.6.0
27
+ Requires-Dist: markdownify>=1.2.0
28
+ Provides-Extra: tests
29
+ Requires-Dist: pytest>=8.4.1; extra == "tests"
30
+ Requires-Dist: pytest-asyncio>=1.0.0; extra == "tests"
31
+ Requires-Dist: pytest-mock>=3.14.1; extra == "tests"
32
+ Requires-Dist: ruff>=0.12.8; extra == "tests"
33
+ Requires-Dist: pytest-cov>=7.0.0; extra == "tests"
34
+ Provides-Extra: build
35
+ Requires-Dist: setuptools>=80.9.0; extra == "build"
36
+ Requires-Dist: wheel>=0.45.1; extra == "build"
37
+ Requires-Dist: twine>=6.1.0; extra == "build"
38
+ Requires-Dist: cython>=3.1.2; extra == "build"
39
+ Requires-Dist: cibuildwheel>=3.0.0; extra == "build"
40
+ Requires-Dist: build>=1.2.2.post1; extra == "build"
41
+ Provides-Extra: admin
42
+ Requires-Dist: invoke>=2.2.0; extra == "admin"
43
+ Requires-Dist: google-cloud-firestore>=2.21.0; extra == "admin"
44
+ Requires-Dist: firebase-admin>=7.1.0; extra == "admin"
45
+ Provides-Extra: benchmark
46
+ Requires-Dist: sb-cli>=0.1.5; extra == "benchmark"
47
+ Requires-Dist: datasets>=4.2.0; extra == "benchmark"
48
+ Requires-Dist: gitpython>=3.1.45; extra == "benchmark"
49
+
50
+ # Roksta: Your AI Concept-to-Code Assistant 🤘
51
+
52
+ Welcome!
53
+
54
+ Just like Figma bridges the gap between designers and developers, **Roksta bridges the gap between product owners and developers**.
55
+
56
+ Roksta helps you take rough ideas, shape them into detailed, time-scoped implementation plans, and then turn them into working code.
57
+
58
+ Unlike other tools that only generate code, Roksta supports the **entire lifecycle, from concept to code** — keeping product owners and developers on the same page.
59
+
60
+ - 🏗️ **End-to-end support**: From capturing concepts to delivering working code.
61
+ - 🚀 **Smart orchestration**: Powered by multiple LLMs for the best balance of accuracy, speed, and cost.
62
+ - 💸 **Simple pricing**: Pay-as-you-go with no subscriptions required.
63
+
64
+ ---
65
+
66
+ ## Table of Contents
67
+
68
+ - [Installation & Setup](#installation--setup)
69
+ - [Usage](#usage)
70
+ - [Recommended Workflow](#recommended-workflow)
71
+ - [Command Reference](#command-reference)
72
+ - [Command Line Parameters](#command-line-parameters)
73
+ - [Troubleshooting](#troubleshooting)
74
+ - [Terms & Conditions](https://roksta.ai/TandCs.html)
75
+
76
+ ---
77
+
78
+ ## Installation & Setup
79
+
80
+ ### Prerequisites
81
+ - Python 3.11 or later
82
+ - [pipx](https://pipx.pypa.io/stable/installation/) installed
83
+
84
+
85
+ ### Supported Platforms
86
+ - Linux (x86_64, aarch64)
87
+ - macOS (x86_64, arm64)
88
+ - Windows (64-bit)
89
+
90
+
91
+ ### Installation
92
+ ```bash
93
+ pipx install roksta
94
+ pipx ensurepath
95
+ ```
96
+
97
+
98
+ ### Launching Roksta
99
+ Navigate to your project's root folder and run:
100
+
101
+ ```bash
102
+ roksta
103
+ ```
104
+ Once launched, you will see a welcome screen and instructions on how to get started.
105
+
106
+
107
+ ### Activation
108
+ Before you can use Roksta, you'll need to log in and activate it.
109
+
110
+ Log in with the `/login` command; this will open a browser window that will allow you to log in via GitHub, Google or Microsoft.
111
+
112
+ Once you've logged in, you can activate your account using an activation code. Activate Roksta using `/activate <activation_code>`. If you don't have an activation code, you can request activation using the `/request-activation` command.
113
+
114
+ You will not be able to use Roksta till it has been activated. This feature has been implemented to control user adoption of Roksta as we scale. We expect to allow general access in due course.
115
+
116
+
117
+ ### Initial Setup
118
+
119
+ Run the `/init` command in Roksta to initialise the codebase. This step prepares the configuration files and indexes your project structure. This can take a few minutes depending on the size of your project. However, it only needs to be done once and significantly speeds up Roksta during subsequent runs.
120
+
121
+ The command also creates a `.roksta` folder in the project directory and adds it to the `.gitignore` file. It also places a `.rokstarc` file in the project root folder that provides Roksta with project specific configuration details.
122
+
123
+ We recommend that you edit this file to make it specific for your project. Under `ignore`, list directories and file patterns that Roksta should ignore; you may use standard glob patterns.
124
+
125
+ A better specified file will improve Roksta's speed and reduce token usage which ultimately reduces the cost of using Roksta.
126
+
127
+ You're now ready to start using Roksta!🤘
128
+
129
+ PS: Roksta also supports an AGENTS.md file in the project root folder.
130
+
131
+ ---
132
+
133
+ ## Usage
134
+
135
+ ### Setting Goals
136
+ Once Roksta has been initialised, you can tell it what you want it to do by issuing the `/goal` command and then specifying your goal in the input box. The input box accepts multi-line inputs, so you will need to press **Ctrl+Enter** or **Ctrl+S** to submit your goal.
137
+
138
+ Directives can be used to control how Roksta behaves. They are:
139
+
140
+ - `#full-auto`: Instructs Roksta to work on the goal and apply changes without requiring any human intervention. It's therefore important to ensure that the goal is well specified.
141
+
142
+ - `#clarify`: Force goal clarification even in full-auto mode.
143
+
144
+ - `#no-clarify`: Skip goal clarification.
145
+
146
+ - `#yolo`: Allow Roksta to run any shell command without asking for permission, can be useful when combined with the #full-auto directive.
147
+
148
+ - `#thinking(<param>)`: Adjusts the AI's computational effort for the task. The following class of models will be used by default: `gpt-5-mini`, `grok-4-fast`, `gemini-2.5-flash`, `claude-haiku-4.5`.
149
+ - `<param>` can be:
150
+ - `more`: Uses models that think more. Useful for more complex tasks where deeper analysis is required. The following types of models used will be: `gpt-5`, `grok-4`, `gemini-2.5-pro`, `claude-sonnet-4.5`.
151
+ - `fast`: Uses faster models (e.g. `mini`, `fast`, `flash`) or fast inference providers (e.g. Cerebras) or a combination to deliver results faster.
152
+ - If multiple `#thinking` directives are used in a single goal, the last one specified will take precedence.
153
+ - Example:
154
+ ```
155
+ Refactor the authentication module. #thinking(more)
156
+ ```
157
+
158
+ - `#llm-family(<family>)`: Specifies the preferred LLM family for the task (case-insensitive). Accepted values:
159
+ - `OpenAI`
160
+ - `Gemini`
161
+ - `Anthropic`
162
+ - `xAI`
163
+
164
+ This directive guides Roksta's model selection to balance performance and cost. Example usage:
165
+ ```
166
+ Refactor data pipeline. #llm-family(Gemini)
167
+ ```
168
+
169
+ - `#verbose`: Temporarily enables more detailed, user-facing output while Roksta works on the current goal. This setting applies only to the active goal and is not saved across sessions or future goals.
170
+
171
+ - `#commit`: Automatically commits the changes made by Roksta to your local git repository after they have been applied. It will stage only the files modified or deleted by Roksta in the current run and use an auto-generated commit message. This does not push the changes to a remote repository. Can be overridden by the `#no-commit` directive.
172
+
173
+ - `#no-commit`: Prevents all forms of automatic committing for the specific goal to which it's applied, overriding any global auto-commit settings or the `#commit` directive.
174
+
175
+ - `#test`: Temporarily force running of tests for this goal run if a test command is configured in `.rokstarc`. If no test command is configured a warning is printed and no tests are attempted. This directive only affects the current goal execution and does not persist to project configuration.
176
+
177
+ - `#no-test`: Prevents automatic running of tests even if testing has been enabled via the `/testing on` command. Takes precedence over `#test` if both are present.
178
+
179
+ - `#build`: Temporarily force a build for this goal run if a build command is configured in `.rokstarc`. If no build command is configured a warning is printed and no build is attempted. This directive only affects the current goal execution and does not persist to project configuration.
180
+
181
+ - `#no-build`: Temporarily skip building for this goal run. Takes precedence over `#build` if both are present. This directive only affects the current goal execution and does not persist to project configuration.
182
+
183
+ The following directives can be used to tune the context window to help improve performance:
184
+
185
+ - `#file(<pattern>)`: Add a file or glob pattern to the list of files to be modified or included for context.
186
+ - `#focus(<pattern>)`: Add a file or glob pattern to include as context for understanding the goal.
187
+ - `#ignore(<pattern>)`: Exclude files from consideration entirely.
188
+
189
+ If multiple directives of the same type are used, all specified patterns will be merged. Each directive should be on its own line, and directives may be placed anywhere in the goal text.
190
+
191
+ ---
192
+
193
+ ## Recommended Workflow
194
+
195
+ We recommend using the following workflow when working with Roksta.
196
+
197
+ 1. Activate a git branch for the goal you're going to work on.
198
+
199
+ 1. Give Roksta your goal using the `/goal` command. Don't make goals too ambitious, if it would take an experienced developer over a week to complete it, it's probably worth breaking the goal down into smaller chunks. Ideally, something that would take 1-3 days of coding.
200
+
201
+ 1. Review the code changes it has made in your IDE.
202
+
203
+ 1. Accept/edit/discard changes as you see fit and commit.
204
+
205
+ 1. If Roksta has got the task very wrong, simply discard the changes and re-run Roksta with the same goal but modified to tell it not to do what it did wrong. The chance of errors also increases if the goal is large and complicated in which case better results would be obtained by breaking the goal into smaller tasks.
206
+
207
+ 1. Iterate till the goal has been achieved.
208
+
209
+ **Tip**: If you're not sure when asked a clarifying question, you can tell Roksta that you're not sure or ask it to do whatever it thinks is best practice.
210
+
211
+ ---
212
+
213
+ ## Command Reference
214
+
215
+ Below are the commands that are available in Roksta. Commands that require the user to be logged in are noted accordingly.
216
+
217
+ ### /help
218
+
219
+ - **Description:** Displays all available commands along with a help message.
220
+
221
+ ### /quit (or Ctrl+Q)
222
+
223
+ - **Description:** Quits the application.
224
+
225
+ ### /init
226
+
227
+ - **Description:** Initialises the codebase. Use this command if Roksta has not yet been initialised. This may take a few minutes and only needs to be done once. If you omit this step, Roksta will automatically run the initialisation step when you give it your first goal.
228
+
229
+ ### /goal
230
+
231
+ - **Requires login**
232
+
233
+ - **Description:** Starts the process by which you can ask Roksta to work on achieving a specific goal. [Click here](https://roksta.ai/README.html#setting-goals) to understand how to set goals for Roksta to work on.
234
+
235
+ ### /chat
236
+
237
+ - **Requires login**
238
+
239
+ - **Description:** Starts an interactive chat session where you can ask questions about your codebase. Roksta can read your files to provide contextually-aware answers. This command is for querying and understanding your code; to apply code changes, use the `/goal` command. To exit the chat session, use the `/end` command (`/quit` and `/exit` will also work) or press `Ctrl+R`.
240
+
241
+ - **Directives** The chat interface supports the following directives:
242
+ - `#thinking(<level>)`: Adjusts the AI's computational effort. Accepted levels:
243
+ - `more`
244
+ - `less`
245
+ - `default`
246
+ - `#save`: This will save the chat transcript.
247
+
248
+ ### /login
249
+
250
+ - **Description:** Logs you in. Logging in is a prerequisite to use Roksta.
251
+
252
+ Note: Once you log in, Roksta will store your login token in the .roksta.yaml file in your home directory. It will use this token to auto-login every time to start up Roksta. If you don't want it to log you in automatically, set the value of auto to false.
253
+
254
+ ### /activate
255
+
256
+ - **Requires login**
257
+
258
+ - **Description:** Activates your account using an activation code.
259
+
260
+ - **Usage:** `/activate <activation_code>`
261
+
262
+ - **Example:** `/activate YourActivationCode`
263
+
264
+ ### /request-activation
265
+
266
+ - **Requires login**
267
+
268
+ - **Description:** Submits an activation request for your account.
269
+
270
+ ### /add-funds
271
+
272
+ - **Requires login**
273
+
274
+ - **Description:** Adds funds to your account. You cannot add less than $5 to your account per transaction.
275
+
276
+ - **Usage:** `/add-funds <amount>`
277
+
278
+ - **Example:** `/add-funds 10`
279
+
280
+ ### /payment-details
281
+
282
+ - **Requires login**
283
+
284
+ - **Description:** Opens a Stripe webpage for providing or updating your payment details. By default Roksta will take a payment of $10 every time the balance drops below $2. You can toggle the auto-payment feature and set how much it adds and the threshold amount using the `/auto-charge` command. The threshold can't be less than $1 and the payment amount can't be less than $5.
285
+
286
+ ### /auto-charge
287
+
288
+ - **Requires login**
289
+
290
+ - **Description:** Configures automatic top-up of your account balance. When enabled, Roksta will automatically add funds to your account if your balance drops below a specified threshold. Settings are stored in the `.roksta.yaml` file in your home directory and can also be manually edited there.
291
+
292
+ - **Usage:** `/auto-charge <on|off> [charge_amount trigger_balance]`
293
+
294
+ - **Parameters:**
295
+ - `<on|off>`: (Required)
296
+ - `on`: Enables auto-charge. If `charge_amount` and `trigger_balance` are not provided, it uses the default values ($10.00 charge amount, $2.00 trigger balance) or the last saved values from your `.roksta.yaml` configuration.
297
+ - `off`: Disables auto-charge.
298
+ - `[charge_amount]`: (Optional) The amount to be automatically charged to your payment method. Minimum $5.00. If provided, `trigger_balance` must also be provided. Defaults to $10.00 if enabling with `on` and no custom values are set.
299
+ - `[trigger_balance]`: (Optional) The balance threshold below which an auto-charge will be triggered. Minimum $1.00. If provided, `charge_amount` must also be provided. Defaults to $2.00 if enabling with `on` and no custom values are set.
300
+
301
+ - **Example:** `/auto-charge on 15 3`
302
+
303
+ - **Notes:**
304
+ - If you wish to specify `charge_amount` and `trigger_balance`, both must be provided.
305
+ - The system will use the values from your `.roksta.yaml` file in your home directory by default if you just use `/auto-charge on` without specifying amounts. You can directly edit this file for more persistent configuration of auto-charge settings.
306
+
307
+ ### /auto-commit
308
+
309
+ - **Description:** Enables or disables automatic commits for this project. The setting is stored in the project configuration file at `<project-root>/.rokstarc` as the top-level key `auto_commit`.
310
+
311
+ - **Usage:** `/auto-commit <on|off>`
312
+
313
+ - **Example:** `/auto-commit on`
314
+
315
+ ### /linting
316
+
317
+ - **Description:** Manage project-specific linting configuration stored under the top-level `linting` key in your project config file. The `/linting` command records three configuration values (enabled, check and fix) in `<project-root>/.rokstarc`. It does NOT run linters; it only saves the commands Roksta can reference later.
318
+
319
+ - **Usage:** `/linting <on|off|set|clear|status> ["check command"] ["fix command"]`
320
+
321
+ - **Subcommands:**
322
+ - `status` (or no parameters): Show the current values of `linting.enabled`, `linting.check` and `linting.fix`.
323
+ - `on`: Enable linting by setting `linting.enabled` = true and persisting the project config.
324
+ - `off`: Disable linting by setting `linting.enabled` = false and persisting the project config.
325
+ - `set "check" ["fix"]`: Save a `check` command and an optional `fix` command, and set `linting.enabled` = true. The `check` parameter is required and must be non-empty. Example: `/linting set "flake8 ." "black ."`.
326
+ - `clear`: Remove or clear the `linting` configuration (sets enabled = false and empties check/fix). If no config file exists the command will clear the in-memory project config instead.
327
+
328
+ - **Behaviour:**
329
+ - If no project config file exists the command will create one and initialise it with sensible defaults.
330
+ - If the project config file contains invalid JSON, `/linting` will refuse to operate and will prompt you to fix `.rokstarc` manually.
331
+
332
+ - **Examples:**
333
+ ```
334
+ /linting status
335
+ /linting on
336
+ /linting off
337
+ /linting set "flake8 ." "black ."
338
+ /linting clear
339
+ ```
340
+
341
+ ### /testing
342
+
343
+ - **Description:** Manage project-specific testing configuration stored under the top-level `testing` key in your project config file. The `/testing` command records two configuration values (enabled and command) in `<project-root>/.rokstarc`. It does NOT run the tests; it only saves the command Roksta can reference later.
344
+
345
+ - **Usage:** `/testing <on|off|set|clear|status> ["test command"]`
346
+
347
+ - **Subcommands:**
348
+ - `status` (or no parameters): Show the current values of `testing.enabled` and `testing.command`.
349
+ - `on`: Enable testing by setting `testing.enabled` = true and persisting the project config.
350
+ - `off`: Disable testing by setting `testing.enabled` = false and persisting the project config.
351
+ - `set "command"`: Save the testing command and set `testing.enabled` = true. The command parameter is required and must be non-empty. Example: `/testing set "pytest"`.
352
+ - `clear`: Remove or clear the `testing` configuration (sets enabled = false and empties command). If no config file exists the command will clear the in-memory project config instead.
353
+
354
+ - **Behaviour:**
355
+ - If no project config file exists the command will create one and initialise it with sensible defaults.
356
+ - If the project config file contains invalid JSON, `/testing` will refuse to operate and will prompt you to fix `.rokstarc` manually.
357
+
358
+ - **Examples:**
359
+ ```
360
+ /testing status
361
+ /testing on
362
+ /testing off
363
+ /testing set "jest"
364
+ /testing clear
365
+ ```
366
+
367
+ - **Example workflow:**
368
+ 1. Configure the project test command:
369
+ ```
370
+ /testing set "pytest"
371
+ ```
372
+ 2. Use `#test` in your goal to trigger the configured test command for this run. Example goal:
373
+ ```
374
+ Run unit tests for the payments module and fix failures. #test
375
+ ```
376
+
377
+ ### /building
378
+
379
+ - **Description:** Manage project-specific build configuration stored under the top-level `building` key in your project config file. The `/building` command records two configuration values (enabled and command) in `<project-root>/.rokstarc`. It does NOT run your build; it only saves the command Roksta can reference later.
380
+
381
+ - **Usage:** `/building <on|off|set|clear|status> ["build command"]`
382
+
383
+ - **Subcommands:**
384
+ - `status` (or no parameters): Show the current values of `building.enabled` and `building.command`.
385
+ - `on`: Enable building by setting `building.enabled` = true and persisting the project config.
386
+ - `off`: Disable building by setting `building.enabled` = false and persisting the project config.
387
+ - `set "command"`: Save the build command and set `building.enabled` = true. The command parameter is required and must be non-empty. Example: `/building set "npm run build"`.
388
+ - `clear`: Remove or clear the `building` configuration (sets enabled = false and empties command). If no config file exists the command will clear the in-memory project config instead.
389
+
390
+ - **Behaviour:**
391
+ - If no project config file exists the command will create one and initialise it with sensible defaults.
392
+ - If the project config file contains invalid JSON, `/building` will refuse to operate and will prompt you to fix `.rokstarc` manually.
393
+
394
+ - **Examples:**
395
+ ```
396
+ /building status
397
+ /building on
398
+ /building off
399
+ /building set "npm run build"
400
+ /building clear
401
+ ```
402
+
403
+ ### /redeem
404
+
405
+ - **Requires login**
406
+
407
+ - **Description:** Redeems a credit code to update your account balance.
408
+
409
+ - **Usage:** `/redeem <credit_code>`
410
+
411
+ - **Example:** `/redeem CreditCode123`
412
+
413
+ ### /usage
414
+
415
+ - **Requires login**
416
+
417
+ - **Description:** Displays the session usage and cost, along with your current balance.
418
+
419
+ ### /dev-rate
420
+
421
+ - **Description:** Used to set the developer rate which will be used to calculate developer savings. It will display the rate currently being used if it's called without providing a rate.
422
+
423
+ - **Usage:** `/dev-rate [hourly_rate]`
424
+
425
+ - **Example:** `/dev-rate 75`
426
+
427
+ ### /feedback
428
+
429
+ - **Requires login**
430
+
431
+ - **Description:** Submits feedback regarding the application.
432
+
433
+ ---
434
+
435
+ ## Command Line Parameters
436
+
437
+ Roksta also accepts command line parameters to allow batch execution.
438
+
439
+ - **--goal**: Provide a file which contains the goal that Roksta will immediately start working towards on startup. e.g. `roksta --goal goal_file.txt`. Ensure you include the `#full-auto` directive within the goal to enable it to operate in a fully automatic manner. Otherwise, Roksta will pause for user feedback.
440
+
441
+ - **--exit**: Instructs Roksta to exit once the goal has been completed. e.g. `roksta --goal goal_file.txt --exit`
442
+
443
+ - **--no-index**: Prevents Roksta from constructing an index for the codebase.
444
+
445
+ - **--benchmark**: A useful shortcut when running Roksta within benchmarks. Equivalent to setting `--full-auto --yolo --test --exit --no-index`.
446
+
447
+ - **# Directives**: All goal directives, e.g. `#full-auto`, can also be provided as command line
448
+ parameters. Just replace the `#` with `--` on the command line. Directives that take parameters,
449
+ e.g. `#thinking(more)` can also be used; simply provide the parameter after a space or `=` sign.
450
+ e.g. `--thinking more` or `--thinking=more`.
451
+
452
+ If directives are also specified within the goal, the two lists are merged to create a single list
453
+ of directives that are then implemented.
454
+
455
+ ---
456
+
457
+ ## Troubleshooting
458
+
459
+ - **Login is mandatory:** Roksta won't work if you don't log in.
460
+
461
+ - **Activation:** Make sure you have activated your account using an activation code.
462
+
463
+ - **Multi-line input:** Sometimes, Roksta will switch to multi-line mode, so if you can't submit your input with just Enter, try Ctrl+Enter or Ctrl+S. Note that if you use Roksta within an IDE's terminal, Ctrl+Enter might not work as IDEs sometimes capture that combination, use Ctrl+S instead.
464
+
465
+ - **Initialisation delay:** The `/init` command may take several minutes on first run as it indexes your codebase. Please be patient during this process.
466
+
467
+ - **Command not recognized:** If you encounter a message stating that a command is not recognized, double-check the spelling and ensure that you are using the correct multi-line format.
468
+
469
+ ---
470
+
471
+ Happy building and keep roking!🤘
@@ -0,0 +1,91 @@
1
+ roksta-0.3.8.dist-info/RECORD,,
2
+ roksta-0.3.8.dist-info/WHEEL,sha256=VWNc5NH4DDoQDkc74R-nMZPza3RGJ6ac2abjVbvC-0k,141
3
+ roksta-0.3.8.dist-info/entry_points.txt,sha256=mzRdYg_DlzZRwjxYUt9-gyoRCkM1QBTeTbwETgiTdGw,44
4
+ roksta-0.3.8.dist-info/top_level.txt,sha256=Worlz0mMqoxRSgPmoN1j_P-sJgIrmzD0uJ08qJwpWpQ,7
5
+ roksta-0.3.8.dist-info/METADATA,sha256=njGSqO8sq7l9LbIdpJQ10fBREO9tdYV0L6x4XdvR12o,22581
6
+ roksta/logger.cpython-311-darwin.so,sha256=kTlvL7sP7JNofBR97qBGv88xsWYYfbOdzTFQkyDlKhU,122528
7
+ roksta/save_chat_transcript.cpython-311-darwin.so,sha256=FsnWuAYKHAa4f397TX6pzw9_wq3SWxyM2oQ0OGgX6jQ,191416
8
+ roksta/check_subtask_sequence.cpython-311-darwin.so,sha256=IOQmpzh-SlSO2Kv_UjWUTnWCRUapOJynbl0CWvjjtew,156272
9
+ roksta/lint_code.cpython-311-darwin.so,sha256=lAjt2CYKfr6eZBDOcEGSaPVxZSGtqja8_-9LJFI0jBw,224864
10
+ roksta/gen_subtasks.cpython-311-darwin.so,sha256=8np27K7scN4k_jX6IAg0RP2tLJtbCC_Wato-HNd_Rg4,191312
11
+ roksta/get_codebase_structure.cpython-311-darwin.so,sha256=pan9xauFKaGZ7CZ4fpOv3em0h9lCl_FTe3qVvNrF284,190816
12
+ roksta/checkpoints.cpython-311-darwin.so,sha256=exKPnlALV_3E_Vpug8GZkNTEzp5PEciplyeFMelciQ4,238480
13
+ roksta/parse_directive_cli_tokens.cpython-311-darwin.so,sha256=JlFXhklk0hwURmwUUAUkWPo7whDxTzH0-cX3SybtxMA,173264
14
+ roksta/extended_text_area.cpython-311-darwin.so,sha256=AXGMxek8We22oec6cduOO3ZRgvUsiVR_cKE41KdkAYE,308280
15
+ roksta/firebase_config.cpython-311-darwin.so,sha256=LsK6TIMp7PlhCqTXh9gD2DK0lqp-JvI69_ieIi5Y5Ec,86920
16
+ roksta/init_codebase.cpython-311-darwin.so,sha256=KHBLNDhQVFETr_sHfSJ3sOwo4nBawVfsOohQ1oozfLY,342016
17
+ roksta/gen_one_line_goal.cpython-311-darwin.so,sha256=WrAkawnmZicgY7gZsiJH-MfsTkzg8XEYbX09VreDFzs,191608
18
+ roksta/new_features.cpython-311-darwin.so,sha256=ooFm96yCfIeD-zsQtA8bK391hOxOtNa0WClE8h97lm4,86080
19
+ roksta/chat_workflow.cpython-311-darwin.so,sha256=V0zclJ64mrpn6DPZt5wE-YPhIQr71pwmi3uXgvIGDik,257568
20
+ roksta/select_files.cpython-311-darwin.so,sha256=vunb4i7jwRoATYoA_6AqEuIBuE0UL1YJUxuXTlEVM-Y,191632
21
+ roksta/parse_readme.cpython-311-darwin.so,sha256=rr3aJH8wCY71vHngPlxtdbIO4_3CwdV17QONkRyeTJs,191152
22
+ roksta/firebase.cpython-311-darwin.so,sha256=fDLw_IEbfRXfYopbJD-gnJpNI7Wv7vd5VHqvIVXH_jA,472048
23
+ roksta/goal_workflow.cpython-311-darwin.so,sha256=Ve-w3YAMn0aguOKsd8CRjhpWgDt_prMheM3ohC0nG_o,671456
24
+ roksta/tips.cpython-311-darwin.so,sha256=PUoIuD_iqRk0ioDN8ih4DJHick4lW04PUrx_2OOVE94,86040
25
+ roksta/write_code.cpython-311-darwin.so,sha256=wXomii6X0g6ynKtZxqvgOMX92m0Uh7Ncceh-z1ndnt0,191504
26
+ roksta/enums.cpython-311-darwin.so,sha256=5eaf_dGXRatrTiyzCTxkXCKuIcSmUPfvEEGu9gIiZDQ,355048
27
+ roksta/analytics.cpython-311-darwin.so,sha256=mjLu6tw3FeFNZDFDz0vJ71HUBqIJ9im3pIS__LQ3hgk,290816
28
+ roksta/create_default_ignore_file.cpython-311-darwin.so,sha256=rzJQ4J9RaZeH1qb7o3pyg5EA_WWFNqRVayQaKJdP3nQ,122144
29
+ roksta/main.cpython-311-darwin.so,sha256=y_jMczLJnyCyr_yPV10xo_QWvVdX1302aN0ounCX6Rw,155944
30
+ roksta/response_formats.cpython-311-darwin.so,sha256=my2PAEiYlwIeCW2pKPdVZpWkl2c2jE0SUrc25BvB9lY,154248
31
+ roksta/check_for_updates.cpython-311-darwin.so,sha256=Cg3aoFTyxTShu1hxSVCgRc5OtFl6YfjQzXibVq4FVQc,290632
32
+ roksta/utils.cpython-311-darwin.so,sha256=wu7sjO6Tl12kSuAi_4HyU6vTbnMASD9y4IdMRFZ074o,655512
33
+ roksta/fix_tests.cpython-311-darwin.so,sha256=is2K_4t-8fHtAD5wMUmqd7fEfi-Rj_Z2TDx1sqdAK-U,224544
34
+ roksta/firebase_auth_web.cpython-311-darwin.so,sha256=Afsj5OuQv_7wUQIoqHVtXdUXdNPQA3gUUGdiqOM8Y-I,440408
35
+ roksta/discover_test_command.cpython-311-darwin.so,sha256=EBzZJZdwjI0pVZEhwpACLk3DglIsBrFY-lAOV5tFfUQ,157848
36
+ roksta/default_ignores.cpython-311-darwin.so,sha256=krjVKoMbTrsy0CzO9OcRSWdZF70_5huXEpO4j8OIYMc,86040
37
+ roksta/env.cpython-311-darwin.so,sha256=iDlljM5J_eFzkgeJddAvPYw3kt_Qc2_4zXLA4wQBTFs,121288
38
+ roksta/get_failing_tests.cpython-311-darwin.so,sha256=OjtbX9WdeAOoNYywZ58quw16fBB4I82koNKSzCzE3n0,191624
39
+ roksta/clarify_goal.cpython-311-darwin.so,sha256=lLWy23jctBKYXbFo_htvGxD9mvye5LF3mg7MXIPAcjc,191648
40
+ roksta/roksta.cpython-311-darwin.so,sha256=2ZgM1UjrHZwNUKe3Pb5HioJThvsIvKu10njwp4VoZBI,605760
41
+ roksta/build_project.cpython-311-darwin.so,sha256=RisrCYu0A7wcI26VhQi6ZEFlz4ArjQPF9Qlle7-az6A,191408
42
+ roksta/rewrite_goal.cpython-311-darwin.so,sha256=Z8T7JfTbzlcxaROoZo3gijbKp4wk5lowWU7I8cy3Dwc,191248
43
+ roksta/run_cli_goal.cpython-311-darwin.so,sha256=ldxZ8NP8IAcY1i0BIsLW1u8UyIdB4tJ_y_5v-mrrkeU,191104
44
+ roksta/codebase_listing.cpython-311-darwin.so,sha256=P6Vl-GEe8W2A209npg4gNa62Kl6OMHNgVJ6z4dofv0s,155928
45
+ roksta/default_config.cpython-311-darwin.so,sha256=67Pt9iSEp7eumcbkcDfoqmf3kqHb1eolQWbtaEU0B1g,86152
46
+ roksta/__init__.cpython-311-darwin.so,sha256=NO8K7hBjnG-c9WJ1Pde2rdQSX9-JIn22NgNuGeHmD00,86000
47
+ roksta/create_default_config.cpython-311-darwin.so,sha256=vwY_1cHK54CUNB-dHE2bI0_tyQ8CAl0lu6yUE4PrbQ4,122104
48
+ roksta/make_issue.cpython-311-darwin.so,sha256=-_nhYWYWxJyaNPDSaTfyIxSs_upricrxc_RHf1HVzUk,222480
49
+ roksta/propose_solution.cpython-311-darwin.so,sha256=ehaGLLx3PnXFOd3McAPjEF_iJe4StkhTFX8uNbag-Js,191336
50
+ roksta/balance.cpython-311-darwin.so,sha256=EaA2kP5p1eJKJ0t0WAHniN1Uz_ZyuPkuSUZKyDWpd14,472656
51
+ roksta/gen_codebase_summaries.cpython-311-darwin.so,sha256=yczISpveNpKD3ENJdagITWBL6_Wl2PzE_a01yTtDw9U,621888
52
+ roksta/command_handlers/handle_goal_command.cpython-311-darwin.so,sha256=4jCFTqn5KEPdJj0UseYsb-iRsMrieYwBBF4LYR5XcqY,157528
53
+ roksta/command_handlers/handle_quit_command.cpython-311-darwin.so,sha256=nma-azdxAHBL33wIq13bspuNQ9AsTtdCFTxg9pjiSes,87800
54
+ roksta/command_handlers/handle_payment_details_command.cpython-311-darwin.so,sha256=-SU3Si3yA0zEa9FFxEbbMh1AXJ2Kz1E4RRPSW0CBkVw,190440
55
+ roksta/command_handlers/handle_request_activation_command.cpython-311-darwin.so,sha256=5xv_RtGETsTXF7xnpR7HdHy-xj0vKKivL2xvYXpxMpw,190952
56
+ roksta/command_handlers/handle_feedback_command.cpython-311-darwin.so,sha256=QMvgau76gO59_J3FvwXqRe8YI5kgQPVsiLTXdTNa6MM,190704
57
+ roksta/command_handlers/handle_testing_command.cpython-311-darwin.so,sha256=jFXUJxfI5FeDxFFztlrEIPt7fesZMmcaWjFhrxQUxkU,156480
58
+ roksta/command_handlers/handle_chat_command.cpython-311-darwin.so,sha256=5AGqcRCU5olShi5bE9cuFPLHuiuu9ssPrKF3h0jeR4c,157208
59
+ roksta/command_handlers/handle_init_command.cpython-311-darwin.so,sha256=3ebJjdxnygjAA2I-bmi78IbsKp4T-SvF8M-n_BAoKhI,157528
60
+ roksta/command_handlers/handle_activate_command.cpython-311-darwin.so,sha256=9WS3Kvy0wT7ju9NdGQYUy4C3FoXLB5AbaFBuqHD-JO0,224256
61
+ roksta/command_handlers/handle_login_command.cpython-311-darwin.so,sha256=XxiAxf5UqqMGwyPGJNz7oQE5a2TNOJ9E1oPVhXVnKiA,191176
62
+ roksta/command_handlers/handle_dev_rate_command.cpython-311-darwin.so,sha256=hKEb9Jrm5RV9j24ZFwyjRtdU3KqIUfdDVIrm4HJEOYM,156448
63
+ roksta/command_handlers/handle_linting_command.cpython-311-darwin.so,sha256=xO4nnOScmDtDHXRw0PbetIVsDURIqYnen2HKTwIXHPk,156496
64
+ roksta/command_handlers/handle_help_command.cpython-311-darwin.so,sha256=OpwvV1VDMua2QPDj4b31gYhnyPfOBN0t_fd29B7daOM,253624
65
+ roksta/command_handlers/handle_auto_commit_command.cpython-311-darwin.so,sha256=Bc0aD-lFT-B8Zth9qmNamk22iVpqccnhjxcAUjhmaNE,122976
66
+ roksta/command_handlers/handle_add_funds_command.cpython-311-darwin.so,sha256=AqHqXRliiH0MMV6c7LrR0r-vM3L5Yd0ZTuNypuFCDWg,224704
67
+ roksta/command_handlers/__init__.cpython-311-darwin.so,sha256=gEDUm7qXXeKZ7uwUOxb5joOugxqE9j4YtovRE9E6jbw,86672
68
+ roksta/command_handlers/handle_logout_command.cpython-311-darwin.so,sha256=Z7d7NhgyO_YYhUK0HNiGi48Z2OAPhuQlv6YTD1DRk8k,122136
69
+ roksta/command_handlers/handle_auto_charge_command.cpython-311-darwin.so,sha256=PL5V5rCB06Zy2JkGkRqtyp4phn6EDIRsdaSTj5LykM4,157056
70
+ roksta/command_handlers/handle_usage_command.cpython-311-darwin.so,sha256=ddjg-qdJtfNpVpq0SQr721p4zr4ZHfOlMyR1OBvp_m8,191912
71
+ roksta/command_handlers/handle_redeem_command.cpython-311-darwin.so,sha256=sKWL2319s4ZG23T8oveoLdyuHUR0fv1fEoIt36W5DnY,158056
72
+ roksta/command_handlers/handle_building_command.cpython-311-darwin.so,sha256=NiPpM1_cW1pWTVwcX8gksy9kV7FwEhFz7VinvHol524,156480
73
+ roksta/ai/openai.cpython-311-darwin.so,sha256=2fJuX1Ir5FuRywQrV_xyoMTZP0y9wb5lVfnA7yyBZ34,290784
74
+ roksta/ai/call_ai.cpython-311-darwin.so,sha256=HjHq4ekgRH9uhq_Kc7Bx5RbXmrX-fh3mma9XLksHQXU,307760
75
+ roksta/ai/llm.cpython-311-darwin.so,sha256=Y3GtP3duSHO-mn7wfmBzf33DWnOl_-mioT8dKdBuozA,305128
76
+ roksta/ai/gemini.cpython-311-darwin.so,sha256=T9lbwcCptZfQUTTzh6VP9wDZ252WVBjkxaDrsaP_IHY,390032
77
+ roksta/ai/generic.cpython-311-darwin.so,sha256=FJtMvSJ3XnH1orbinRQBy_e-vYjNGnwwZD3kOH4bTLU,290784
78
+ roksta/ai/__init__.cpython-311-darwin.so,sha256=bfNF1N6lOOgV0LD8Hoyq3BC1yxmsP9OHVvJtV8kYf8Q,86000
79
+ roksta/ai/tools/edit_file.cpython-311-darwin.so,sha256=qK_fMvkfWDgCumAKHdzbcgmrYQUetFXXcLbmpkd52mE,155680
80
+ roksta/ai/tools/get_file_summaries.cpython-311-darwin.so,sha256=1FTa8bD3xHy2DpXT-RS70DANwsZ6KsRp1XNrOo-VLnE,123160
81
+ roksta/ai/tools/web_fetch.cpython-311-darwin.so,sha256=KKsJ-0XPut1ljISxId_-XK-QW_WVEafsnEOA6nv8oXE,305232
82
+ roksta/ai/tools/shell_limited.cpython-311-darwin.so,sha256=NVLS-frCYjJN04oiz5ArGl6AaWpKmkv8ZRMdSpJ8e5c,191056
83
+ roksta/ai/tools/regex_replace.cpython-311-darwin.so,sha256=YTOiLa4TuRf_uCBlmVAnoft3XZ7AUBTQewljJG_hO_0,156000
84
+ roksta/ai/tools/shell_any.cpython-311-darwin.so,sha256=Mpkxi7pJbxNqyfW5Rcz5D5g0YUwH3R0uVWpgpefMvCg,224224
85
+ roksta/ai/tools/delete_file.cpython-311-darwin.so,sha256=6MdNfYDPcsv7ppG894Cspp22CudtrJsuO8gCUoUPPlg,122480
86
+ roksta/ai/tools/write_file.cpython-311-darwin.so,sha256=XEaAINYRZGmPGT1KKmDRIB0rkn7SToJukzm74DzTrkU,122560
87
+ roksta/ai/tools/read_file.cpython-311-darwin.so,sha256=oWj6DOVh6SaWDGtRVEbyjT3mIX97fXD7h4bgkaXseCQ,156304
88
+ roksta/ai/tools/tool_utils.cpython-311-darwin.so,sha256=C6tuHyzLJTc11Jy3OJa2BzZt6k6QJYtfKCtV1roE4WE,291184
89
+ roksta/ai/tools/tool_defs.cpython-311-darwin.so,sha256=Hjro8niqC_6OhEJ5y4mgU5zepYDLOFnfLukS_hrBMjw,137840
90
+ roksta/ai/tools/__init__.cpython-311-darwin.so,sha256=J99h03xSbt5sRr28ODMuVArlfuG0i4MXGm64T4FQHX0,120624
91
+ roksta/ai/tools/final_response.cpython-311-darwin.so,sha256=rgQReFOSG_DfDtGkRRdYR6oD1LHq7UnJkrI9pr3ogk0,88312
@@ -1,40 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: roksta
3
- Version: 0.3.2
4
- Summary: An AI coding assistant
5
- Author-email: Prash Naidu <prash@roksta.ai>
6
- Project-URL: Homepage, https://roksta.ai
7
- Requires-Dist: openai==1.108.0
8
- Requires-Dist: google-genai==1.38.0
9
- Requires-Dist: pydantic>=2.11.7
10
- Requires-Dist: tiktoken>=0.9.0
11
- Requires-Dist: rich>=14.0.0
12
- Requires-Dist: pyyaml>=6.0.2
13
- Requires-Dist: textual>=3.5.0
14
- Requires-Dist: cryptography>=45.0.4
15
- Requires-Dist: httpx>=0.28.1
16
- Requires-Dist: ulid-py>=1.1.0
17
- Requires-Dist: packaging>=25.0
18
- Requires-Dist: pyperclip>=1.9.0
19
- Requires-Dist: filetype>=1.2.0
20
- Requires-Dist: gitpython>=3.1.44
21
- Requires-Dist: jsonref>=1.1.0
22
- Requires-Dist: pathspec>=0.12.1
23
- Requires-Dist: psutil>=7.1.0
24
- Requires-Dist: PyNaCl>=1.6.0
25
- Provides-Extra: tests
26
- Requires-Dist: pytest>=8.4.1; extra == "tests"
27
- Requires-Dist: pytest-asyncio>=1.0.0; extra == "tests"
28
- Requires-Dist: pytest-mock>=3.14.1; extra == "tests"
29
- Requires-Dist: ruff>=0.12.8; extra == "tests"
30
- Provides-Extra: build
31
- Requires-Dist: setuptools>=80.9.0; extra == "build"
32
- Requires-Dist: wheel>=0.45.1; extra == "build"
33
- Requires-Dist: twine>=6.1.0; extra == "build"
34
- Requires-Dist: cython>=3.1.2; extra == "build"
35
- Requires-Dist: cibuildwheel>=3.0.0; extra == "build"
36
- Requires-Dist: build>=1.2.2.post1; extra == "build"
37
- Provides-Extra: admin
38
- Requires-Dist: invoke>=2.2.0; extra == "admin"
39
- Requires-Dist: google-cloud-firestore>=2.21.0; extra == "admin"
40
- Requires-Dist: firebase-admin>=7.1.0; extra == "admin"