mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-01 23:15:27 +08:00
Replace hardcoded DSML typo variant lists in Go/Node tool call parsers with generalized prefix consumption that tolerates repeated leading <, repeated DSML prefix noise, and trailing pipe terminators. Split tiktoken-dependent token counting into a build-tagged file for non-cgo platform compatibility. Add /data directory to Dockerfile for bind-mount permissions. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
71 lines
659 B
Plaintext
71 lines
659 B
Plaintext
*.bak
|
|
config.json
|
|
.env
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
opencode.json
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
artifacts/
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# Node.js / Frontend
|
|
node_modules/
|
|
webui/node_modules/
|
|
webui/dist/
|
|
.npm
|
|
.pnpm-store/
|
|
yarn.lock
|
|
pnpm-lock.yaml
|
|
|
|
# Build artifacts
|
|
dist/
|
|
*.tsbuildinfo
|
|
.cache/
|
|
.parcel-cache/
|
|
static/admin/
|
|
internal/webui/assets/admin/
|
|
|
|
# Go compiled binaries
|
|
ds2api
|
|
ds2api-tests
|
|
|
|
# Environment
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Testing
|
|
.coverage
|
|
htmlcov/
|
|
.pytest_cache/
|
|
.tox/
|
|
*.coverprofile
|
|
coverage*.out
|
|
cover/
|
|
|
|
# Misc
|
|
.git/
|
|
Thumbs.db
|
|
|
|
# Claude Code
|
|
.claude/
|
|
CLAUDE.local.md
|
|
|
|
# Local tool bootstrap cache
|
|
.tmp/
|
|
|
|
# Chat history
|
|
data/
|
|
.codex
|
|
.roomodes
|