mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
bb2eddc79d
* feat: add Xiaomi MiMo provider support - Add 'mimo' protocol prefix support in factory_provider.go - Add default API base URL for MiMo: https://api.xiaomimimo.com/v1 - Update provider-label.ts to include Xiaomi MiMo label - Add MiMo to provider tables in both English and Chinese documentation - Add comprehensive unit tests for MiMo provider MiMo API is compatible with OpenAI API format, making it easy to integrate with the existing HTTPProvider infrastructure. Users can now use MiMo by configuring: { "model_name": "mimo", "model": "mimo/mimo-v2-pro", "api_key": "your-mimo-api-key" } * hassas dosyaları kaldırma * Add .security.yml and onboard to .gitignore
70 lines
751 B
Plaintext
70 lines
751 B
Plaintext
# Binaries
|
|
# Go build artifacts
|
|
bin/
|
|
build/
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
/picoclaw
|
|
/picoclaw-test
|
|
cmd/**/workspace
|
|
|
|
# Picoclaw specific
|
|
|
|
# PicoClaw
|
|
.picoclaw/
|
|
config.json
|
|
sessions/
|
|
build/
|
|
|
|
# Coverage
|
|
|
|
# Secrets & Config (keep templates, ignore actual secrets)
|
|
.env
|
|
config/config.json
|
|
.security.yml
|
|
onboard
|
|
|
|
|
|
# Test
|
|
coverage.txt
|
|
coverage.html
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Ralph workspace
|
|
ralph/
|
|
.ralph/
|
|
tasks/
|
|
|
|
# Plans
|
|
docs/plans/
|
|
docs/superpowers/
|
|
|
|
# Editors
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Added by goreleaser init:
|
|
dist/
|
|
*.vite/
|
|
|
|
# Windows Application Icon/Resource
|
|
*.syso
|
|
|
|
# Test telegram integration
|
|
cmd/telegram/
|
|
|
|
# Keep embedded backend dist directory placeholder in VCS
|
|
!web/backend/dist/
|
|
web/backend/dist/*
|
|
!web/backend/dist/.gitkeep
|
|
|
|
.claude/
|
|
|
|
docker/data
|