claude-code streaming chat, desktop remote viewer, new-automation route, tiktok task v4, misc fixes

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-02 20:00:45 +00:00
co-authored by Claude Opus 4.6
parent 0068244356
commit 40a9768cb3
91 changed files with 17872 additions and 85 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ piRestRouter.get('/pi/models', async (ctx: Context) => {
try {
const models = await listPiModels();
// Build providerNames map for officer-local-* providers
const providerNames: Record<string, string> = {};
// Build providerNames map
const providerNames: Record<string, string> = { 'claude-code': 'Claude Code' };
const localProviders = await readLocalProviders();
for (const lp of localProviders) {
providerNames[`officer-local-${lp.id}`] = lp.name;