qer
e0f2a41769
feat(datasource): add wind, imf, gildata, sec_edgar, and sp_data sources ( #2029 )
...
CI / test (5) (push) Waiting to run
CI / test-pi-tui (push) Waiting to run
CI / test-windows (push) Waiting to run
CI / lint (push) Waiting to run
CI / build (push) Waiting to run
CI / test (1) (push) Waiting to run
CI / test (2) (push) Waiting to run
CI / test (3) (push) Waiting to run
CI / test (4) (push) Waiting to run
CI / typecheck (push) Waiting to run
Nix Build / Check flake.nix workspace sync (push) Waiting to run
Nix Build / nix build .#kimi-code (push) Blocked by required conditions
Release / Release (push) Waiting to run
Release / Deploy docs (push) Blocked by required conditions
Release / Publish native release assets (push) Blocked by required conditions
Release / Native release artifact (push) Blocked by required conditions
* feat(datasource): add wind, imf, gildata, sec_edgar, and sp_data sources
* feat(datasource): strengthen source routing in skill and tool schema
* feat(datasource): retry on credential rotation and enforce single-source routing contract
* feat(datasource): neutral source selection with objective capability boundaries
* feat(datasource): note wind_search_fields field-name mapping in skill and schema
2026-07-22 22:45:55 +08:00
qer
71f5926d0e
feat(datasource): add yuandian_law legal data source + request-id trace ( #611 )
...
CI / build (push) Waiting to run
CI / test (push) Waiting to run
CI / lint (push) Waiting to run
CI / typecheck (push) Waiting to run
Nix Build / Check flake.nix workspace sync (push) Waiting to run
Nix Build / nix build .#kimi-code (push) Blocked by required conditions
Release / Release (push) Waiting to run
Release / Deploy docs (push) Blocked by required conditions
Release / Native release artifact (push) Blocked by required conditions
Release / Publish native release assets (push) Blocked by required conditions
- Register the yuandian_law (元典法律数据库) data source for Chinese
laws/regulations and judicial case search.
- Append a request-id / tool-call-id trace line to every tool result so
failures can be correlated with backend logs.
- Fix the documented MCP tool names in SKILL.md (-data -> _data).
- Also includes the dev marketplace-server env isolation fix in dev.mjs.
Co-authored-by: qer <Anna_Knapprfr@mail.com>
2026-06-10 22:29:51 +08:00
7Sageer
1580f35136
fix: align datasource plugin environment ( #595 )
...
* fix: align datasource plugin environment
* refactor: inject managed Kimi env into all stdio plugins
Pin the datasource credential-name test to the canonical
resolveKimiCodeOAuthKey so a digest drift in the standalone plugin
fails CI, and drop the hardcoded plugin-name special case so every
stdio plugin receives the active managed Kimi base URL / OAuth host
consistently (process.env and KIMI_CODE_HOME are already shared with
all plugins).
2026-06-10 12:42:27 +08:00
qer
0e57e739c7
docs: refine datasource skill description ( #322 )
...
* docs: refine datasource skill description
* chore: bump datasource plugin version
2026-06-02 16:07:33 +08:00
qer
b9860e9f6e
feat: align datasource plugin with generic workflow ( #215 )
2026-05-29 19:51:23 +08:00
qer
c88b7bf0ef
fix: preserve datasource response files ( #159 )
...
* fix: preserve datasource response files
* fix: restrict datasource response file writes
* test: avoid async http handler
2026-05-28 19:30:35 +08:00
qer
ebf6e8181e
feat: add plugin manager and official plugins ( #119 )
...
* feat: add plugin manager and official plugins
* fix(agent-core): honor plugin capability overrides
* fix: restrict plugin zip root detection
* Update apps/kimi-code/src/constant/app.ts
Co-authored-by: liruifengv <liruifeng1024@gmail.com>
Signed-off-by: qer <wbxl2000@outlook.com>
---------
Signed-off-by: qer <wbxl2000@outlook.com>
Co-authored-by: liruifengv <liruifeng1024@gmail.com>
2026-05-27 22:47:33 +08:00