Skip to content

feat(core): add Solidity file support#367

Merged
zc277584121 merged 1 commit intozilliztech:masterfrom
Showiix:feat/solidity-language-support
May 2, 2026
Merged

feat(core): add Solidity file support#367
zc277584121 merged 1 commit intozilliztech:masterfrom
Showiix:feat/solidity-language-support

Conversation

@Showiix
Copy link
Copy Markdown
Contributor

@Showiix Showiix commented May 1, 2026

Summary

  • include .sol in the default supported file extensions
  • map .sol files to the solidity language so the existing LangChain splitter support is used
  • add a regression test that indexes a Solidity file without custom extensions
  • update default extension docs

Tests

  • pnpm --filter @zilliz/claude-context-core test -- context.splitter.test.ts
  • pnpm --filter @zilliz/claude-context-core test
  • pnpm --filter @zilliz/claude-context-core typecheck
  • pnpm --filter @zilliz/claude-context-core build
  • git diff --check

Fixes #240

@zc277584121 zc277584121 merged commit 0f7a82e into zilliztech:master May 2, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feature request] Support for solidity language

2 participants