codeep 1.2.81 → 1.2.82
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.
- package/dist/renderer/App.js +1 -1
- package/package.json +1 -1
package/dist/renderer/App.js
CHANGED
|
@@ -2151,7 +2151,7 @@ export class App {
|
|
|
2151
2151
|
firstPrefix = ' ';
|
|
2152
2152
|
}
|
|
2153
2153
|
else {
|
|
2154
|
-
firstPrefix = fg.
|
|
2154
|
+
firstPrefix = fg.rgb(100, 140, 200) + '\u25b8 ' + style.reset;
|
|
2155
2155
|
}
|
|
2156
2156
|
const codeBlockRegex = /```([^\n]*)\n([\s\S]*?)```/g;
|
|
2157
2157
|
let lastIndex = 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codeep",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.82",
|
|
4
4
|
"description": "AI-powered coding assistant built for the terminal. Multiple LLM providers, project-aware context, and a seamless development workflow.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|