Commit af2b9c4
committed
fix: remove the Pythinker Datasource plugin
The plugin proxied every tool call to api.pythinker.com/coding/v1/tools,
a gateway backend that was never built — every call returned a plain
404, so the plugin never worked. Rather than run a dead marketplace
entry, drop the plugin, its CDN package, and its docs section entirely.
build-cdn.mjs now skips a plugin channel directory that doesn't exist
instead of throwing, since removing the only official-tier zip makes
git drop the now-empty plugins/cdn/official/ directory on checkout.
Also move lint-staged's oxlint invocation into .lintstagedrc.mjs so it
filters out oxlint-ignored paths before running: oxlint exits non-zero
on an all-ignored fileset, which broke committing an isolated change to
a script under apps/*/scripts/ (an intentionally oxlint-ignored path).1 parent 20ae711 commit af2b9c4
18 files changed
Lines changed: 54 additions & 1263 deletions
File tree
- .agents/skills/write-tui
- .changeset
- apps
- pythinker-code/test/utils
- site/scripts
- docs
- customization
- plugins
- cdn
- official
- official/pythinker-datasource
- bin
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
| 125 | + | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
0 commit comments