kodit 0.1.12__py3-none-any.whl → 0.1.13__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 kodit might be problematic. Click here for more details.

kodit/_version.py CHANGED
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '0.1.12'
21
- __version_tuple__ = version_tuple = (0, 1, 12)
20
+ __version__ = version = '0.1.13'
21
+ __version_tuple__ = version_tuple = (0, 1, 13)
kodit/cli.py CHANGED
@@ -1,6 +1,5 @@
1
1
  """Command line interface for kodit."""
2
2
 
3
- import os
4
3
  import signal
5
4
  from pathlib import Path
6
5
  from typing import Any
@@ -226,9 +225,7 @@ async def hybrid(
226
225
  @cli.command()
227
226
  @click.option("--host", default="127.0.0.1", help="Host to bind the server to")
228
227
  @click.option("--port", default=8080, help="Port to bind the server to")
229
- @with_app_context
230
228
  def serve(
231
- app_context: AppContext,
232
229
  host: str,
233
230
  port: int,
234
231
  ) -> None:
@@ -237,10 +234,6 @@ def serve(
237
234
  log.info("Starting kodit server", host=host, port=port)
238
235
  log_event("kodit_server_started")
239
236
 
240
- # Dump AppContext to a dictionary of strings, and set the env vars
241
- app_context_dict = {k: str(v) for k, v in app_context.model_dump().items()}
242
- os.environ.update(app_context_dict)
243
-
244
237
  # Configure uvicorn with graceful shutdown
245
238
  config = uvicorn.Config(
246
239
  "kodit.app:app",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kodit
3
- Version: 0.1.12
3
+ Version: 0.1.13
4
4
  Summary: Code indexing for better AI code generation
5
5
  Project-URL: Homepage, https://docs.helixml.tech/kodit/
6
6
  Project-URL: Documentation, https://docs.helixml.tech/kodit/
@@ -1,8 +1,8 @@
1
1
  kodit/.gitignore,sha256=ztkjgRwL9Uud1OEi36hGQeDGk3OLK1NfDEO8YqGYy8o,11
2
2
  kodit/__init__.py,sha256=aEKHYninUq1yh6jaNfvJBYg-6fenpN132nJt1UU6Jxs,59
3
- kodit/_version.py,sha256=dT0--P3ntKmcNKRbKEwrBhj1O2T26ST7PUdodqExauM,513
3
+ kodit/_version.py,sha256=Ln0urWB3R3JaxFwIIvoej0v08KbDCO89NUBxWx-zj0U,513
4
4
  kodit/app.py,sha256=Mr5BFHOHx5zppwjC4XPWVvHjwgl1yrKbUjTWXKubJQM,891
5
- kodit/cli.py,sha256=RNgTWMBOG95Yv8-3DKzL66bgIT6OJjmRXU_BpMMMlqU,8033
5
+ kodit/cli.py,sha256=VLoXFS1xJnQ0TLy3_cO8-B9tCb4NJHiYPfzZtHxpgRY,7784
6
6
  kodit/config.py,sha256=TDcLt6fiJn9cI1PoO5AqBqsL_Bxmm9JV5GqRxhj1tLw,4202
7
7
  kodit/database.py,sha256=kekSdyEATdb47jxzQemkSOXMNOwnUwmVVTpn9hYaDK8,2356
8
8
  kodit/log.py,sha256=HU1OmuxO4FcVw61k4WW7Y4WM7BrDaeplw1PcBHhuIZY,5434
@@ -37,8 +37,8 @@ kodit/source/__init__.py,sha256=1NTZyPdjThVQpZO1Mp1ColVsS7sqYanOVLqnoqV9Ipo,83
37
37
  kodit/source/source_models.py,sha256=xb42CaNDO1CUB8SIW-xXMrB6Ji8cFw-yeJ550xBEg9Q,2398
38
38
  kodit/source/source_repository.py,sha256=0EksMpoLzdkfe8S4eeCm4Sf7TuxsOzOzaF4BBsMYo-4,3163
39
39
  kodit/source/source_service.py,sha256=qBV9FCFQbJppeFrVo4uMgvC_mzWRIKldymp5yqLx9pw,9255
40
- kodit-0.1.12.dist-info/METADATA,sha256=Kg662YrY11JGmUWEftq9c5einLPg_LGQc0Flxul9XyA,2349
41
- kodit-0.1.12.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
42
- kodit-0.1.12.dist-info/entry_points.txt,sha256=hoTn-1aKyTItjnY91fnO-rV5uaWQLQ-Vi7V5et2IbHY,40
43
- kodit-0.1.12.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
44
- kodit-0.1.12.dist-info/RECORD,,
40
+ kodit-0.1.13.dist-info/METADATA,sha256=Od1OTG0tkd0Cf82juR2DGKBQ8l1RwHQ5VLgtiIW5qeA,2349
41
+ kodit-0.1.13.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
42
+ kodit-0.1.13.dist-info/entry_points.txt,sha256=hoTn-1aKyTItjnY91fnO-rV5uaWQLQ-Vi7V5et2IbHY,40
43
+ kodit-0.1.13.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
44
+ kodit-0.1.13.dist-info/RECORD,,
File without changes