MCPcopy Create free account
hub / github.com/echoVic/blade-code / createSystemContext

Method createSystemContext

src/context/ContextManager.ts:397–404  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

395 }
396
397 private async createSystemContext(): Promise<SystemContext> {
398 return {
399 role: 'AI助手',
400 capabilities: ['对话', '工具调用', '代码生成', '文档分析'],
401 tools: ['文件操作', 'Git操作', '代码分析'],
402 version: '1.0.0',
403 };
404 }
405
406 private async createWorkspaceContext(): Promise<WorkspaceContext> {
407 try {

Callers 2

createSessionMethod · 0.95
loadSessionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected