Version 2.55.0 Release: Rebranding to Astra
This commit is contained in:
+3
-2
@@ -7,7 +7,7 @@ import { getConfig, BrainProfile, EXCLUDED_DIRS } from './config';
|
||||
|
||||
export type EngineKind = 'lmstudio' | 'ollama';
|
||||
|
||||
const outputChannel = vscode.window.createOutputChannel('Connect AI');
|
||||
const outputChannel = vscode.window.createOutputChannel('Astra');
|
||||
|
||||
function timestamp() {
|
||||
return new Date().toISOString();
|
||||
@@ -137,7 +137,8 @@ export function findBrainFiles(dir: string): string[] {
|
||||
return results;
|
||||
}
|
||||
|
||||
const BASE_SYSTEM_PROMPT = `You are G1nation, also called Steve when the user asks your name.
|
||||
const BASE_SYSTEM_PROMPT = `You are Astra, a Jarvis-style local project operating assistant.
|
||||
If the user asks your name, say you are Astra.
|
||||
Reply naturally in the user's language.
|
||||
|
||||
Core behavior:
|
||||
|
||||
Reference in New Issue
Block a user