-
Notifications
You must be signed in to change notification settings - Fork 7
Update codebase artifacts (run 019f750a) #1445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,54 @@ No inbound constructs detected. | |
|
|
||
| ## Outbound Constructs | ||
|
|
||
| No outbound constructs detected. | ||
| ### http_client (axios) | ||
|
|
||
| - `src/features/agent-feedback/api.ts`: L75: apiClient.post( "/code-confluence/feedback", payload, ) | ||
| - `src/features/app-feedback/api.ts`: L42: queryEngineClient.post("/v1/app-feedback", payload) | ||
| - `src/lib/api.ts`: L142: apiClient.post( "/ingest-token", null, { params: queryParams, headers: { Authorization: `Bearer ${token}`, "Content-Type": undefined, // Prevent sending default Content-Type }, }, ) | ||
| - `src/lib/api.ts`: L219: apiClient.get("/repos", { params }) | ||
| - `src/lib/api.ts`: L236: apiClient.post( "/repositories", repository, ) | ||
| - `src/lib/api.ts`: L267: apiClient.put( "/update-token", null, { params: queryParams, headers: { Authorization: `Bearer ${token}`, "Content-Type": undefined, // Prevent sending default Content-Type }, }, ) | ||
| - `src/lib/api.ts`: L319: apiClient.delete( "/delete-token", { params: queryParams }, ) | ||
| - `src/lib/api.ts`: L333: apiClient.get( `/flags/${flagName}`, ) | ||
| - `src/lib/api.ts`: L362: apiClient.post( "/repository-data", config, ) | ||
| - `src/lib/api.ts`: L400: apiClient.get("/repository-data", { params: { repository_name: repositoryName, repository_owner_name: ownerName, }, }) | ||
| - `src/lib/api.ts`: L437: apiClient.get( "/user-details", { params: { provider_key: providerKey }, }, ) | ||
| - `src/lib/api.ts`: L456: apiClient.get("/parent-workflow-jobs") | ||
| - `src/lib/api.ts`: L489: apiClient.get( "/repository-status", { params }, ) | ||
| - `src/lib/api.ts`: L537: apiClient.post( "/code-confluence/issues", requestData, ) | ||
| - `src/lib/api.ts`: L557: apiClient.get( "/codebase-metadata", { params }, ) | ||
| - `src/lib/api.ts`: L576: apiClient.get("/get/ingestedRepositories") | ||
| - `src/lib/api.ts`: L597: apiClient.post("/refresh-repository", repository) | ||
| - `src/lib/api.ts`: L614: apiClient.delete( "/delete-repository", { data: repository }, ) | ||
| - `src/lib/api.ts`: L667: queryEngineClient.get("/v1/codebase-agent-rules", { params, }) | ||
| - `src/lib/api.ts`: L690: queryEngineClient.post("/v1/repository-agent-run/cancel", null, { params, }) | ||
| - `src/lib/api.ts`: L705: queryEngineClient.post("/v1/repository-agent-md-pr", payload) | ||
| - `src/lib/api.ts`: L724: queryEngineClient.get("/v1/repository-agent-md-pr", { params }) | ||
| - `src/lib/api.ts`: L765: queryEngineClient.get("/v1/repository-agent-snapshot", { params, }) | ||
| - `src/lib/api.ts`: L862: queryEngineClient.get("/v1/providers") | ||
| - `src/lib/api.ts`: L889: queryEngineClient.get("/v1/model-config") | ||
| - `src/lib/api.ts`: L925: queryEngineClient.put( "/v1/model-config", bodyConfig, { headers }, ) | ||
| - `src/lib/api.ts`: L945: queryEngineClient.delete("/v1/model-config") | ||
| - `src/lib/api.ts`: L957: queryEngineClient.post( "/v1/model-config/codex-openai/oauth/authorize", payload, ) | ||
| - `src/lib/api.ts`: L972: queryEngineClient.get( `/v1/model-config/codex-openai/oauth/flows/${flowId}`, ) | ||
| - `src/lib/api.ts`: L985: queryEngineClient.get( "/v1/model-config/codex-openai/oauth/status", ) | ||
| - `src/lib/api.ts`: L998: queryEngineClient.delete("/v1/model-config/codex-openai/oauth") | ||
| - `src/lib/api/repositories-api.ts`: L29: apiClient.get<PaginatedResponse<GitHubRepoSummary>>( "/repos", { params: { provider_key: providerKey, per_page: perPage, cursor: cursor ?? undefined, filterValues, }, }, ) | ||
| - `src/lib/api/repository-provider-api.ts`: L17: apiClient.get<RepositoryProvidersResponse>( "/repository-providers", ) | ||
| - `src/lib/api/repository-provider-api.ts`: L67: apiClient.post<IngestTokenResponse>( "/ingest-token", null, { params: queryParams, headers: { Authorization: `Bearer ${patToken}`, }, }, ) | ||
| - `src/lib/api/tool-config-api.ts`: L19: queryEngineClient.get("/v1/tool-config") | ||
| - `src/lib/api/tool-config-api.ts`: L32: queryEngineClient.get(`/v1/tool-config/${provider}`) | ||
| - `src/lib/api/tool-config-api.ts`: L55: queryEngineClient.put( `/v1/tool-config/${provider}`, null, { headers: { Authorization: `Bearer ${sanitizedApiKey}` }, }, ) | ||
| - `src/lib/api/tool-config-api.ts`: L73: queryEngineClient.delete( `/v1/tool-config/${provider}`, ) | ||
|
|
||
| ## Bidirectional Constructs | ||
|
|
||
| ### realtime_sync (@tanstack/react-db) | ||
|
|
||
| - `src/features/repository-agent-snapshots/hooks.ts`: L133: useLiveInfiniteQuery( (q) => q .from({ events: collection }) .orderBy(({ events }) => events.event_id, "desc"), { pageSize, }, [scope.owner, scope.repository, scope.runId, normalizedCodebaseName, pageSize], ) | ||
| - `src/features/repository-agent-snapshots/hooks.ts`: L64: useLiveQuery( (q) => { if (!collection) { return undefined; } return q.from({ snapshots: collection }); }, [collection], ) | ||
| - `src/features/repository-agent-snapshots/hooks.ts`: L96: useLiveQuery( (q) => { if (!collection) { return undefined; } return q .from({ progress: collection }) .orderBy(({ progress }) => progress.codebase_name, "asc"); }, [collection], ) | ||
|
Comment on lines
+52
to
+58
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win 🧩 Analysis chain🏁 Script executed: #!/bin/bash
set -euo pipefail
echo "## Files around the reviewed section"
git ls-files 'unoplat-code-confluence-frontend/app_interfaces.md' 'unoplat-code-confluence-frontend/**' | sed -n '1,120p'
echo
echo "## Relevant excerpt"
sed -n '1,120p' unoplat-code-confluence-frontend/app_interfaces.md
echo
echo "## Search for `@tanstack/react-db` usage and docs"
rg -n "`@tanstack/react-db`|useLiveQuery|useLiveInfiniteQuery|bidirectional|realtime_sync" unoplat-code-confluence-frontend -S
echo
echo "## Package manifests mentioning tanstack/react-db"
rg -n "\"`@tanstack/react-db`\"|`@tanstack/react-db`" unoplat-code-confluence-frontend -S --glob 'package.json' --glob 'pnpm-lock.yaml' --glob 'package-lock.json' --glob 'yarn.lock' --glob '*.md'Repository: unoplat/unoplat-code-confluence Length of output: 18245 🌐 Web query:
💡 Result: In Citations:
🏁 Script executed: #!/bin/bash
set -euo pipefail
echo "## Repository-agent snapshot hook and collection excerpts"
sed -n '1,220p' unoplat-code-confluence-frontend/src/features/repository-agent-snapshots/hooks.ts
echo
sed -n '1,220p' unoplat-code-confluence-frontend/src/features/repository-agent-snapshots/collection.ts
echo
echo "## TanStack DB-related docs in repo"
sed -n '1,120p' unoplat-code-confluence-frontend/dependencies_overview.md
echo
sed -n '1,120p' unoplat-code-confluence-frontend/dependency_guide.mdRepository: unoplat/unoplat-code-confluence Length of output: 32964 Move these hooks out of Bidirectional Constructs. 🤖 Prompt for AI Agents |
||
|
|
||
| ## Internal Constructs | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: unoplat/unoplat-code-confluence
Length of output: 260
🏁 Script executed:
Repository: unoplat/unoplat-code-confluence
Length of output: 239
🏁 Script executed:
Repository: unoplat/unoplat-code-confluence
Length of output: 1437
🏁 Script executed:
Repository: unoplat/unoplat-code-confluence
Length of output: 7668
🏁 Script executed:
Repository: unoplat/unoplat-code-confluence
Length of output: 7668
Remove “and tests” from the
vp checkdescription.vite.config.tsonly defines formatting, linting, and type checking, andvp testis documented separately.🤖 Prompt for AI Agents