Fahreddin Özcan
4663c15552
feat(cli): adopt .agents/skills as universal install target ( #1730 )
...
* feat(cli): adopt .agents/skills as universal install target
Install to .agents/skills/ by default as the shared standard directory.
Universal agents (Amp, Codex, OpenCode, Gemini CLI, GitHub Copilot) all
read from this path natively. Vendor-specific agents (Claude Code, Cursor,
Antigravity) get symlinks pointing back to .agents/skills/.
- Add "universal" as a first-class IDE type across all path maps
- Auto-detect .agents/ and vendor dirs: detected → confirm, nothing
detected → checkbox picker with Universal pre-checked
- Update list/remove commands to check universal + vendor-specific dirs
- Update DEFAULT_CONFIG.defaultIde from "claude" to "universal"
- Show labeled install summary (Universal, Claude Code, etc.) with paths
* feat(cli): consolidate agent flags into single --universal option
Replace --codex, --opencode, and --amp flags with a single --universal flag that points to .agents/skills/. This simplifies the CLI interface since these agents all share the same installation path.
* refactor(cli): simplify IDE types and remove UNIVERSAL_AGENTS Set
- Simplify IDE type from 7 types to 4 (remove codex, opencode, amp)
- Remove UNIVERSAL_AGENTS Set and replace with direct equality checks
- Update documentation to add --universal flag examples throughout
- Consolidate Supported Clients table to show single Universal row
All universal agents (Amp, Codex, Gemini CLI, GitHub Copilot, OpenCode, etc.)
are now represented by the single "universal" type since they're functionally
identical and use the same .agents/skills/ directory.
* docs(skills): update CLI flags to use --universal
- Replace --codex, --opencode, --amp flags with single --universal flag
- Update all command examples (install, list, remove, suggest, generate)
- Consolidate Supported Clients table with Universal at top
- Reorder tables to prioritize Universal agents
2026-02-10 13:12:40 +03:00
Fahreddin Özcan
e49e41819f
docs: add telemetry opt-out documentation ( #1705 )
...
Document how to disable CLI telemetry using the CTX7_TELEMETRY_DISABLED
environment variable in both the CLI README and skills documentation.
2026-02-05 22:50:40 +03:00
Fahreddin Özcan
56c3b94eda
docs: expand skills documentation with CLI commands and features ( #1670 )
...
* docs: expand skills documentation with CLI commands and features
Add comprehensive documentation for the Context7 skills feature including:
- What skills are and why to use them
- Trust score system explanation (0-10 scale)
- Security features (prompt injection detection)
- Complete CLI command reference (install, search, list, info, remove)
- Skill generation workflow and authentication
- Supported clients table with directories
- SKILL.md file format specification
- Command shortcuts reference
- Troubleshooting section
* docs: add skills suggest command documentation
Document the new `ctx7 skills suggest` command that automatically
discovers relevant skills based on project dependencies (package.json,
requirements.txt, pyproject.toml). Also adds `ssg` shortcut alias.
* docs: improve skills examples and add npx prefix to commands
- Update popular skills table with better descriptions of what each skill does
- Add quick start commands after registry section
- Add npx prefix to all CLI examples for easier copy-paste
- Remove generation limits section
* fix: remove incorrect content
2026-02-04 11:17:29 +03:00
mamaruo
7d7e042795
docs: updated the Chinese README and Qwen Code installation guide ( #1553 )
...
Co-authored-by: mamaruo <37480168+mamaruo@users.noreply.github.com >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-01-28 14:33:37 +03:00
Fahreddin Özcan
88242f5b47
docs: library verification docs with imgs ( #1548 )
2026-01-26 09:27:44 -08:00
enesakar
33bfbcdb9b
cli and skills docs
2026-01-22 09:56:09 -08:00
enesakar
27a3338587
update docs
2026-01-17 12:17:31 -08:00
Fahreddin Özcan
e3146aa3e5
docs(CTX7-1058): improve oauth docs steps ( #1448 )
2026-01-15 16:48:01 +03:00
enesakar
3299ad311a
docs menu update
2026-01-12 14:45:23 -08:00
Fahreddin Özcan
b5942ddade
docs: fix claude installation guides with correct args location ( #1438 )
2026-01-13 01:01:05 +03:00
Fahreddin Özcan
51996f2489
docs(CTX7-1040): add OpenCode to clients list ( #1432 )
...
* docs(CTX7-1040): add OpenCode to clients list
* remove api key warnign
2026-01-12 18:12:19 +03:00
Fahreddin Özcan
35611d5075
docs(CTX7-1039): fix broken links ( #1423 )
2026-01-11 23:22:51 +03:00
Fahreddin Özcan
3553cb2023
fix: claude code plugin name and details image ( #1417 )
...
* fix: claude code plugin name and details image
* fix: claude code plugin name and details image
* update skill prompt
* fix: update plugin.json name and improve agent/skill instructions
* fix: update plugin README with correct install commands
* fix: remove max 3 calls warning
2026-01-10 22:24:20 +03:00
Fahreddin Özcan
b41e7c8482
docs: add dedicated Cursor and Claude Code client guides with plugin marketplace ( #1385 )
...
* feat(plugins): add Context7 plugin for Claude Code
Add the context7 plugin with:
- MCP server configuration (.mcp.json)
- Plugin metadata (.claude-plugin/plugin.json)
- docs-researcher agent for focused documentation lookups
- /context7:docs command for manual queries
- documentation-lookup skill for auto-triggering
* docs(clients): add dedicated Cursor and Claude Code guides
Add comprehensive client-specific documentation:
Cursor:
- One-click and manual installation (remote/local)
- Rules setup via settings and .cursorrules
- Library IDs, version pinning, example prompts
- Tips for Composer integration
Claude Code:
- CLI installation commands
- Plugin installation (skills, agents, commands)
- docs-researcher agent usage
- /context7:docs command reference
- CLAUDE.md rules setup
Uses Mintlify components: Tabs, Steps, Cards, Accordions
* docs: add Clients navigation and cross-references
- Add "Clients" group to docs.json navigation
- Add note in all-clients.mdx linking to dedicated guides
* update warnings
* docs: redesign claude client docs
* docs: update cursor docs with images
* docs: update cursor installation ui
* feat: add claude marketplace docs
* update marketplace
* update mp-plugin name
* finalize cc plugin installation
* update using context7 section
* feat: make claude code oauth default
2026-01-10 10:47:09 -08:00
Enes Gules
84c546208c
Reorder clients list ( #1411 )
2026-01-10 20:13:41 +03:00
Fahreddin Özcan
8edda6b070
docs: remove invalid oauth warning ( #1407 )
2026-01-09 12:23:03 -08:00
Fahreddin Özcan
f0e42a9099
fix(docs): reoder claude installation guide ( #1405 )
...
* fix(docs): reoder claude installation guide
* fix(docs): reoder claude installation guide
2026-01-09 09:54:50 -08:00
Fahreddin Özcan
f0ee85d0c7
CTX7-879: Context7 Vercel AI SDK Docs ( #1155 )
...
* feat: context7 vercel ai sdk tools package
* ci: remove master target condition on test action
* ci: manual actions trigger for test
* ci: always run all tests
* update tests and imports
* ci: typecheck command
* fix: tests
* docs: add readme
* update folder structure and tool descriptions
* docs: context7-ai-sdk
* tests: fix test env vars
* ci: bump pnpm version
* update ai sdk step count api
* Add stopWhen to docstring examples
* update tests
* update prompt name
* update context7 agent name
* update tool description var to description
* make context7agent config optional
* ci: add changeset
* make context7-sdk peer deps
* update pnpm-lock.yaml
* update package name to @upstash/context7-tools-ai-sdk
* remove check workflow
* update pnpm lock
* make the agent a class instead of function
* replace all name instances
* add agent generate test
* update docs with latest changes and updated veai sdk examples
* finalize docs
* docs: remove duplicate H1 headers from AI SDK documentation pages
* simplify agent config
* fix refs
* remove changeset
* feat: update diagram with query param
* fix: address reviews
---------
Co-authored-by: enesgules <abdullah.enes.gules@gmail.com >
2026-01-08 21:15:35 +03:00
Fahreddin Özcan
ef82f3057c
CTX7-884: OAuth Support for MCP ( #1176 )
...
Co-authored-by: enesgules <abdullah.enes.gules@gmail.com >
2026-01-08 20:17:19 +03:00
Fahreddin Özcan
9412e62487
feat(sdk): update default format ( #1377 )
...
* feat(sdk): update default format
* chore: add changeset
* chore(release): revert version
2026-01-07 13:37:31 +03:00
Fahreddin Özcan
b3cd38a32c
CTX7-982: Update Context7 SDK with API v3 ( #1335 )
...
* feat: update sdk with API v3
* feat: simplify sdk types
* feat: simplify return types and fields
* fmt
* chore: seperate type and utils locations
* chore: update sdk readme
* docs: update sdk docs with new updates
* fix: update vitest config
* chores
* update tools-ai-sdk package
* update tests with proper types
* feat: update tools-ai-sdk package tools
* chore: update tools-ai-sdk changeset
* update changesets
2026-01-05 17:34:51 +03:00
Enes Akar
101caf0e91
Update installation URL in documentation
2025-12-31 17:57:08 -08:00
Fahreddin Özcan
eeddc37b27
CTX7-989: Update API Docs with v2 ( #1333 )
...
Co-authored-by: enesgules <abdullah.enes.gules@gmail.com >
2025-12-31 12:37:43 +03:00
enesakar
912b16fe5e
update docs and readme
2025-12-30 14:23:45 -08:00
enesakar
f13e3a1bec
docs fixes
2025-12-29 21:51:20 -08:00
enesakar
853003de24
docs updates
2025-12-29 21:39:14 -08:00
Enes Gules
e859a6b990
feat: add contextual options for copy, view, ChatGPT, and Claude to docs config ( #1272 )
2025-12-19 11:36:26 +03:00
Enes Gules
52fa6dff67
docs: remove authentication metadata from API response schemas ( #1237 )
2025-12-15 15:13:58 +03:00
Fahreddin Özcan
6c8143dac8
docs: add in progress warning for sdk package and docs ( #1194 )
2025-12-09 15:08:17 -08:00
Enes Gules
d65c5803c1
chore: update logos ( #1157 )
2025-12-03 16:48:09 +03:00
Enes Gules
24c592fb96
docs: add Kilo Code, Google Antigravity, and Emdash installation guides ( #1146 )
2025-12-02 12:58:29 +03:00
Fahreddin Özcan
11a733de6a
CTX7-881: Claim Library Docs ( #1126 )
2025-12-01 21:30:04 +03:00
Fahreddin Özcan
6d1e6442ee
CTX7-855: Context7 TS SDK docs ( #1080 )
...
* init sdk and monorepo
* init sdk and monorepo
* comment cleanup
* remove bun.lock
* cleanup: remove sdk package and deps
* update tsconfigs
* chore: add temp changelog
* ci: update scripts
* ci: update github workflows
* fmt: workflows
* fix: search libraries response type
* ci: update pack-mcpb script
* feat: init ts sdk
* feat: add commands and http client
* update keywords and author
* update eslint config for mcp
* include license and readme in build
* update release.yaml
* add readme symlink
* include readme in mcp package
* chore: add canary release workflow and update configs
* chore: format files
* ci: add changeset check workflow
* canary release trigger
* ci: login to npm before release
* bump mcp version on package
* remove pr trigger from canary release
* ci: remove package input
* finalize sdk with tests and proper types
* address reviews
* add client tests
* feat: use env var automatically
* add docs
* docs: update API documentation and add SDK guides
Added comprehensive TypeScript SDK documentation including getting started guide and command references for get-docs and search-library. Updated API guide and OpenAPI specification.
* remove docs changes (moving to separate PR)
* docs: ts sdk docs
* update sdk examples
* remove docs
* update build config with tsup
* cleanup comments
* fix error hangling on http client
* minor fixes
* address reviews
* add txt pagination feature
* remove unnecessary types
* update docs with new paging txt feature
* update default format
* cleanup
* fmt
* update
* add mcp lint command
* update format scripts
* fix: update eslint and tsconfig with update
* add readme
* make default format json
* change docType to mode
* update basic usage
* apply interface changes
* remove changeset
2025-11-28 16:43:27 +03:00
Fahreddin Özcan
6255e26677
CTX7-854: Migrate to pnpm monorepo ( #1058 )
...
* init sdk and monorepo
* init sdk and monorepo
* comment cleanup
* remove bun.lock
* cleanup: remove sdk package and deps
* update tsconfigs
* chore: add temp changelog
* ci: update scripts
* ci: update github workflows
* fmt: workflows
* fix: search libraries response type
* ci: update pack-mcpb script
* update keywords and author
* update eslint config for mcp
* include license and readme in build
* update release.yaml
* add readme symlink
* include readme in mcp package
* chore: add canary release workflow and update configs
* chore: format files
* ci: add changeset check workflow
* canary release trigger
* ci: login to npm before release
* bump mcp version on package
* remove pr trigger from canary release
* ci: remove package input
* add mcp lint command
* update format scripts
2025-11-28 15:18:33 +03:00
Enes Gules
af0f9eebc7
docs: update Code Rabbit integration with new MCP settings step and add corresponding images ( #1106 )
2025-11-28 14:12:00 +03:00
Enes Gules
679c67428b
docs: code rabbit integration ( #1104 )
2025-11-28 12:08:47 +03:00
Enes Gules
f35c002bee
docs: update for api v2 ( #1052 )
2025-11-24 13:49:58 +03:00
enesgules
53fa8c3e96
chore: format
2025-11-19 13:40:31 +03:00
enesgules
0355add3d4
docs: reformat documentation to not be scrollable
2025-11-17 10:02:55 +03:00
enesakar
3aa64f7119
improve the readme
2025-11-14 15:14:27 -08:00
enesakar
e276bfc2aa
enable paging and update readme
2025-11-14 14:56:19 -08:00
enesgules
ad04b1e643
chore: format
2025-11-14 17:56:41 +03:00
Enes Gules
80a477b11a
Merge pull request #995 from upstash/docs-dashboard
2025-11-14 17:54:48 +03:00
enesgules
6a7d482f38
feat: enhance documentation with pricing, setup guides and navigation
2025-11-14 17:52:30 +03:00
enesgules
293c30d1f6
feat: update images and fix grammar errors
2025-11-14 16:31:29 +03:00
enesgules
10dc97be33
docs: add dashboard documentation and images
2025-11-14 16:17:03 +03:00
enesgules
2629cfe861
refactor: reorganize docs assets into public directory and add favicon
2025-11-14 11:10:52 +03:00
enesgules
24a677b5f1
docs: add benchmark score field and update trust score description
2025-11-13 15:14:03 +03:00
enesgules
410c9a40d5
docs: mention source reputation instead of trust score
2025-11-13 15:10:33 +03:00
shannon rumsey
46e3f309cc
proofread remaining docs
2025-11-07 13:09:23 -08:00