feat: SDK update for version 0.2.0 - #3
Conversation
| | `appwrite tables-db list-column-indexes --database-id <ID> --table-id <ID>` | List indexes | | ||
| | `appwrite tables-db create-column-index --database-id <ID> --table-id <ID>` | Create index | | ||
| | `appwrite tables-db delete-column-index --database-id <ID> --table-id <ID> --key <KEY>` | Delete index | | ||
| | `appwrite tablesdb list-tables --database-id <ID>` | List tables | |
There was a problem hiding this comment.
When Codex follows these table, column, or row examples, it invokes appwrite tablesdb, but the Appwrite CLI registers this command group as tables-db, causing the CLI to reject the command without performing the requested operation.
Prompt To Fix With AI
This is a comment left during a code review.
Path: plugins/appwrite/skills/appwrite-cli/SKILL.md
Line: 445
Comment:
**Invalid table command group**
When Codex follows these table, column, or row examples, it invokes `appwrite tablesdb`, but the Appwrite CLI registers this command group as `tables-db`, causing the CLI to reject the command without performing the requested operation.
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.
Greptile SummaryThis release updates the plugin for SDK version 0.2.0.
Confidence Score: 3/5The PR should not merge until the invalid Every table, column, and row example changed by this PR now directs Codex to invoke an unrecognized CLI command group, causing those operations to fail before reaching Appwrite. Files Needing Attention: plugins/appwrite/skills/appwrite-cli/SKILL.md Important Files Changed
Prompt To Fix All With AI### Issue 1
plugins/appwrite/skills/appwrite-cli/SKILL.md:445
**Invalid table command group**
When Codex follows these table, column, or row examples, it invokes `appwrite tablesdb`, but the Appwrite CLI registers this command group as `tables-db`, causing the CLI to reject the command without performing the requested operation.
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.Reviews (1): Last reviewed commit: "chore: update CodexPlugin SDK to 0.2.0" | Re-trigger Greptile |
This PR contains updates to the plugin for version 0.2.0.
What's Changed
appwrite-docsMCP server with the hosted server athttps://mcp.appwrite.io/in.mcp.jsonandconfig.toml