mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-07 00:24:17 +08:00
- Removed `examples/plugin/main.go` and `internal/pluginhost/loader_plugin.go` after migrating to a more modular system. - Introduced `streamBridge` in `internal/pluginhost/stream_bridge.go` for efficient stream handling and communication. - Added examples of `thinking` plugins written in both Rust and Go under `examples/plugin/thinking`. - Enhanced test coverage for plugin host system changes, including stream chunk translation and thinking logic. - Improved API compatibility and ensured backward-compatible upgrades for plugin execution.
56 lines
527 B
Plaintext
56 lines
527 B
Plaintext
# Binaries
|
|
cli-proxy-api
|
|
*.exe
|
|
|
|
# Configuration
|
|
config.yaml
|
|
.env
|
|
|
|
# Generated content
|
|
bin/*
|
|
logs/*
|
|
conv/*
|
|
temp/*
|
|
refs/*
|
|
plugins/*
|
|
examples/plugin/bin/*
|
|
|
|
# Storage backends
|
|
pgstore/*
|
|
gitstore/*
|
|
objectstore/*
|
|
|
|
# Static assets
|
|
static/*
|
|
|
|
# Authentication data
|
|
auths/*
|
|
!auths/.gitkeep
|
|
|
|
# Documentation
|
|
docs/*
|
|
AGENTS.md
|
|
CLAUDE.md
|
|
GEMINI.md
|
|
|
|
# Tooling metadata
|
|
.vscode/*
|
|
.worktrees/
|
|
.codex/*
|
|
.claude/*
|
|
.gemini/*
|
|
.serena/*
|
|
.agent/*
|
|
.agents/*
|
|
.opencode/*
|
|
.idea/*
|
|
.beads/*
|
|
.bmad/*
|
|
_bmad/*
|
|
_bmad-output/*
|
|
|
|
# macOS
|
|
.DS_Store
|
|
._*
|
|
.gocache/
|