Skip to content

v0.1.1

Latest

Choose a tag to compare

@MicroMichaelIE MicroMichaelIE released this 04 Dec 12:00
· 2 commits to main since this release

What's New

  • Added `SESSION_STATE_DIR` environment variable support for configurable session directory path
  • Enables scoped filesystem access when used with MCP inputs configuration

Configuration Example

```json
{
"copilot-history": {
"command": "uvx",
"args": ["mcp-copilotcli-history"],
"env": {
"SESSION_STATE_DIR": "~/.copilot/session-state"
}
}
}
```