mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
feat: Introduce session context and add session duration stat for /stats command (#854)
This commit is contained in:
parent
9104ac02f7
commit
7868ef8229
7 changed files with 146 additions and 4 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
import { describe, it, expect, vi, beforeEach, afterEach, Mock } from 'vitest';
|
||||
import { render } from 'ink-testing-library';
|
||||
import { App } from './App.js';
|
||||
import { AppWrapper as App } from './App.js';
|
||||
import {
|
||||
Config as ServerConfig,
|
||||
MCPServerConfig,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue