feat: implement PI-090 product tools
This commit is contained in:
@@ -6,13 +6,13 @@ import { homedir } from 'node:os';
|
||||
import type { HostApiContext } from '../context';
|
||||
import { parseJsonBody, sendJson } from '../route-utils';
|
||||
import { readProjectConfig } from '../../opencode/project-config';
|
||||
import { loadGameAssetCandidates } from '../../opencode/game-asset-browser';
|
||||
import { loadGameAssetCandidates } from '../../coding-projects/game-asset-browser';
|
||||
import {
|
||||
GameAssetReviewConflictError,
|
||||
loadGameAssetReview,
|
||||
recordGameAssetReviewActions,
|
||||
recordGameAssetReviewAction,
|
||||
} from '../../opencode/game-asset-review';
|
||||
} from '../../coding-projects/game-asset-review';
|
||||
|
||||
const EXT_MIME_MAP: Record<string, string> = {
|
||||
'.png': 'image/png',
|
||||
|
||||
Reference in New Issue
Block a user