@phi-code-admin/phi-code 0.57.9 → 0.58.1
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/extensions/phi/init.ts +1 -1
- package/package.json +2 -2
package/extensions/phi/init.ts
CHANGED
|
@@ -620,7 +620,7 @@ _Edit this file to customize Phi Code's behavior for your project._
|
|
|
620
620
|
"\n\n**Local providers** (start the server):\n" +
|
|
621
621
|
" • Ollama: `ollama serve` (default port 11434)\n" +
|
|
622
622
|
" • LM Studio: Start server in app (default port 1234)\n" +
|
|
623
|
-
"\n💡
|
|
623
|
+
"\n💡 Options: Alibaba Coding Plan (cloud), OpenAI, Anthropic, or Ollama/LM Studio (local)", "error");
|
|
624
624
|
return;
|
|
625
625
|
}
|
|
626
626
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phi-code-admin/phi-code",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.58.1",
|
|
4
4
|
"description": "Coding agent CLI with read, bash, edit, write tools and session management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"piConfig": {
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"phi-code-ai": "^0.56.3",
|
|
59
59
|
"phi-code-tui": "^0.56.3",
|
|
60
60
|
"proper-lockfile": "^4.1.2",
|
|
61
|
-
"sigma-agents": "^0.1.
|
|
61
|
+
"sigma-agents": "^0.1.2",
|
|
62
62
|
"sigma-memory": "^0.1.0",
|
|
63
63
|
"sigma-skills": "^0.1.0",
|
|
64
64
|
"strip-ansi": "^7.1.0",
|