Conversation
Collaborator
Author
The original PR only updated setup_*.py, but the deployed app.yaml CODEX_MODEL env var still pinned databricks-gpt-5-3-codex (overriding the new default), and app.py had a parallel settings block still on opus-4-6. Also fixed the README and deployment docs. Co-authored-by: Isaac
…toml Adds a model_catalog_json catalog so users can pick from gpt-5-5/5-4/5-4-mini/ 5-3-codex/5-2 in the codex /model picker (instead of just the active default). - Bundle .codex/databricks-models.json in the repo - setup_codex.py copies it into ~/.codex/ at startup and adds `model_catalog_json = "databricks-models.json"` (relative path; codex's AbsolutePathBuf resolves relatives against CODEX_HOME) - .gitignore now tracks only the bundled catalog under .codex/, so per-user generated config.toml stays untracked Co-authored-by: Isaac
Collaborator
Author
Codex looks for skills in \$HOME/.agents/skills and .agents/skills walking up from cwd. We mirror the gemini setup pattern: copy .claude/skills (the canonical bundled-skills source) into ~/.agents/skills at startup so codex sees the same 30+ Databricks/superpowers skills the other agents do. Also gitignore .agents/ since it's generated, like .gemini/skills. Co-authored-by: Isaac
Owner
|
Hey Marshall — main has moved ahead with control plane event tracking (#149) and a 20-package dependency bump (#151, v0.17.4). Can you pull from main and rebase your branch on top of it before we review? That way we avoid merge conflicts with the updated deps and pyproject.toml version. git checkout mpkrass7-patch-anthropic-model
git fetch origin
git rebase origin/main |
Owner
|
Also Ive been intending to copy skills over for a long long time. thanks so much for it!! |
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


What does this PR do?
Testing
Please test your changes on dogfood before merging.