Skip to content

Codex/oss eval improvements#75

Open
jlekerli-source wants to merge 2 commits into
mainfrom
codex/oss-eval-improvements
Open

Codex/oss eval improvements#75
jlekerli-source wants to merge 2 commits into
mainfrom
codex/oss-eval-improvements

Conversation

@jlekerli-source

Copy link
Copy Markdown
Owner

No description provided.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e16e591588

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

const devspace = current.devspace || {};
const screenshotUrl = currentMeta["shipguard/screenshotProxyUrl"] || current.screenshotProxyUrl;
if (screenshotUrl) {
screenshotEl.src = screenshotUrl + "?ts=" + Date.now();

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Preserve view tokens when cache-busting screenshots

When Devspace runs with bearer auth, screenshotProxyUrl already contains the required ?view=<token> query. Appending another ?ts= turns it into ?view=<token>?ts=..., so has_screenshot_view_token() compares the wrong value and the widget image request is rejected with 401. Use &ts= when a query is already present or build the URL with URLSearchParams.

Useful? React with 👍 / 👎.

Comment thread scripts/ios_plan.py
for match in surface.get("source_matches", []):
if isinstance(match, dict) and match.get("file"):
files.append(str(match["file"]))
files.extend(str(path) for path in surface.get("project_files", []) if path)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Extract file paths from project-file evidence

For storekit-commerce plans, surface["project_files"] contains dictionaries like {file: ..., kind: ...}, so this appends a Python dict literal into ownerFiles and the Markdown edit boundary instead of just DemoProducts.storekit. That makes the generated Codex plan contain a non-existent path; pull item["file"] the same way the plist and entitlement evidence does.

Useful? React with 👍 / 👎.

@jlekerli-source
jlekerli-source force-pushed the main branch 2 times, most recently from 4075e07 to 81e28e5 Compare June 23, 2026 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant