nanocode-cli 0.2.6__tar.gz → 0.2.8__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nanocode-cli
3
- Version: 0.2.6
3
+ Version: 0.2.8
4
4
  Summary: A lightweight terminal-based AI coding assistant
5
5
  Author-email: hit9 <hit9@icloud.com>
6
6
  License-Expression: BSD-3-Clause
@@ -21,6 +21,7 @@ Classifier: Topic :: Terminals
21
21
  Requires-Python: >=3.11
22
22
  Description-Content-Type: text/markdown
23
23
  License-File: LICENSE
24
+ Requires-Dist: json-repair>=0.39
24
25
  Requires-Dist: prompt-toolkit>=3.0
25
26
  Requires-Dist: typing-extensions>=4.7
26
27
  Provides-Extra: dev
@@ -76,6 +77,7 @@ export NANOCODE_DIR=".nanocode"
76
77
  export NANOCODE_TEMPERATURE="0.7"
77
78
  export NANOCODE_REASONING="on"
78
79
  export NANOCODE_REASONING_EFFORT="medium"
80
+ export NANOCODE_STREAM="on"
79
81
  export NANOCODE_MODEL_TIMEOUT="60"
80
82
  export NANOCODE_SHELL_TIMEOUT="60"
81
83
  export NANOCODE_COMPACT_AT="100"
@@ -46,6 +46,7 @@ export NANOCODE_DIR=".nanocode"
46
46
  export NANOCODE_TEMPERATURE="0.7"
47
47
  export NANOCODE_REASONING="on"
48
48
  export NANOCODE_REASONING_EFFORT="medium"
49
+ export NANOCODE_STREAM="on"
49
50
  export NANOCODE_MODEL_TIMEOUT="60"
50
51
  export NANOCODE_SHELL_TIMEOUT="60"
51
52
  export NANOCODE_COMPACT_AT="100"