-
Notifications
You must be signed in to change notification settings - Fork 12
feat: package the boxel-cli plugin for OpenAI Codex #5645
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
Merged
+166
−19
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
f424017
feat: package the boxel-cli plugin for OpenAI Codex
jurgenwerk 9ec82d0
Merge remote-tracking branch 'origin/main' into boxel-cli-codex-plugin
jurgenwerk 8468621
Document what Codex does with the workflow commands, and add an inter…
jurgenwerk f0c094d
Drop the commands discussion from the Codex packaging docs
jurgenwerk 80275c3
Stop describing the commands slot in the Codex packaging docs
jurgenwerk be10650
Address review on the Codex packaging
jurgenwerk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| { | ||
| "name": "cardstack-boxel", | ||
| "interface": { | ||
| "displayName": "Cardstack Boxel" | ||
| }, | ||
| "plugins": [ | ||
| { | ||
| "name": "boxel-cli", | ||
| "source": { | ||
| "source": "local", | ||
| "path": "./packages/boxel-cli/plugin" | ||
| }, | ||
| "description": "Skills for working with Boxel realms via @cardstack/boxel-cli.", | ||
| "policy": { | ||
| "installation": "AVAILABLE", | ||
| "authentication": "ON_INSTALL", | ||
| "products": ["CODEX"] | ||
| }, | ||
| "category": "Developer Tools" | ||
| } | ||
| ] | ||
| } |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| { | ||
| "name": "boxel-cli", | ||
| "version": "0.10.1", | ||
| "description": "Skills for working with Boxel realms via @cardstack/boxel-cli. Requires @cardstack/boxel-cli >= 0.0.1 installed on PATH (npm install -g @cardstack/boxel-cli).", | ||
| "skills": "./skills/", | ||
| "author": { | ||
| "name": "Cardstack", | ||
| "url": "https://boxel.ai" | ||
| }, | ||
| "homepage": "https://github.com/cardstack/boxel/tree/main/packages/boxel-cli/plugin", | ||
| "repository": "https://github.com/cardstack/boxel.git", | ||
| "license": "MIT", | ||
| "interface": { | ||
| "displayName": "Boxel CLI", | ||
| "shortDescription": "Author and sync Boxel cards, realms, and workspaces", | ||
| "longDescription": "Create and edit Boxel cards, fields, and templates, then sync them between local disk and a Boxel realm — with skills covering card authoring, theming, catalog listings, federated search, and realm indexing diagnostics.", | ||
| "developerName": "Cardstack", | ||
| "category": "Developer Tools", | ||
| "capabilities": ["Interactive", "Read", "Write"], | ||
| "defaultPrompt": [ | ||
| "Create a Boxel card for the data I describe", | ||
| "Pull my Boxel workspace down so I can edit it locally" | ||
| ], | ||
| "websiteURL": "https://boxel.ai" | ||
| } | ||
| } | ||
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.