Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
topcoder-platform
/
tc-ai-api
Public
Notifications
You must be signed in to change notification settings
Fork
15
Star
4
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[PROD RELEASE] - Bug Fixes & Updates
- #25
#25
Merged
kkartunov
merged 24 commits into
master
topcoder-platform/tc-ai-api:master
from
develop
topcoder-platform/tc-ai-api:develop
Copy head branch name to clipboard
Aug 25, 2026
Conversation
Commits
24
(24)
Checks
Files changed
Merged
[PROD RELEASE] - Bug Fixes & Updates
#25
kkartunov
merged 24 commits into
master
topcoder-platform/tc-ai-api:master
from
develop
topcoder-platform/tc-ai-api:develop
Copy head branch name to clipboard
Commits
Commits on Aug 19, 2026
fix: resolve pre-existing TS errors and install RAG dependencies
Show description for 67977c0
kkartunov
and
factory-droid[bot]
committed
67977c0
View commit details
Copy full SHA for 67977c0
Browse repository at this point
feat: add lazy RAG config and embedding factory (Phase 1)
Show description for f376c77
kkartunov
and
factory-droid[bot]
committed
f376c77
View commit details
Copy full SHA for f376c77
Browse repository at this point
Commits on Aug 20, 2026
feat: add challenge vector store with lazy singleton and dimension guard
Show description for 759f5b3
kkartunov
and
factory-droid[bot]
committed
759f5b3
View commit details
Copy full SHA for 759f5b3
Browse repository at this point
feat: add pure RAG library (content, chunking, ingestion utils) with unit tests
Show description for 5cc0d40
kkartunov
and
factory-droid[bot]
committed
5cc0d40
View commit details
Copy full SHA for 5cc0d40
Browse repository at this point
feat: add projectId and groups to fetchChallengeTool output schema
Show description for 64aacd4
kkartunov
and
factory-droid[bot]
committed
64aacd4
View commit details
Copy full SHA for 64aacd4
Browse repository at this point
feat: add searchChallengesTool wrapping M2M GET /v6/challenges with filters
Show description for 877473f
kkartunov
and
factory-droid[bot]
committed
877473f
View commit details
Copy full SHA for 877473f
Browse repository at this point
feat: add challenge-ingestion-workflow with 3-step pipeline and unit tests
Show description for 33f2c9b
kkartunov
and
factory-droid[bot]
committed
33f2c9b
View commit details
Copy full SHA for 33f2c9b
Browse repository at this point
Commits on Aug 21, 2026
feat: add challenge-bulk-ingestion workflow with paginated search fan-out
Show description for 038473f
kkartunov
and
factory-droid[bot]
committed
038473f
View commit details
Copy full SHA for 038473f
Browse repository at this point
Commits on Aug 24, 2026
docs: add ADR 0001 for challenges vector RAG integration
Show description for 75d5a37
kkartunov
and
claude
committed
75d5a37
View commit details
Copy full SHA for 75d5a37
Browse repository at this point
feat: add challenge-search retrieval — shared tool, agent, deterministic workflow
Show description for e9b6fac
kkartunov
and
claude
committed
e9b6fac
View commit details
Copy full SHA for e9b6fac
Browse repository at this point
feat: add CSV backfill and sync CLIs sharing the ingestion workflows
Show description for 8d743c2
kkartunov
and
claude
committed
8d743c2
View commit details
Copy full SHA for 8d743c2
Browse repository at this point
docs: document challenges vector RAG in README and .env.sample
Show description for b6dfdd7
kkartunov
and
claude
committed
b6dfdd7
View commit details
Copy full SHA for b6dfdd7
Browse repository at this point
clean up wipro provider
kkartunov
committed
7fb91b2
View commit details
Copy full SHA for 7fb91b2
Browse repository at this point
adds chat history memory to tc challenge assistant
kkartunov
committed
7cc8ec5
View commit details
Copy full SHA for 7cc8ec5
Browse repository at this point
Merge pull request #20 from topcoder-platform/challenges-rag
Show description for f403e0e
kkartunov
authored
f403e0e
View commit details
Copy full SHA for f403e0e
Browse repository at this point
docs: sync README Agents/Tools with the current codebase
Show description for bd06d9a
kkartunov
and
claude
committed
bd06d9a
View commit details
Copy full SHA for bd06d9a
Browse repository at this point
Commits on Aug 25, 2026
Fixed auth and per-user resource isolation & enable chat routes
kkartunov
committed
5ca6e1f
View commit details
Copy full SHA for 5ca6e1f
Browse repository at this point
Merge pull request #21 from topcoder-platform/challenges-rag
Show description for ebc4139
kkartunov
authored
ebc4139
View commit details
Copy full SHA for ebc4139
Browse repository at this point
add auth logs
kkartunov
committed
a806173
View commit details
Copy full SHA for a806173
Browse repository at this point
Merge pull request #22 from topcoder-platform/challenges-rag
Show description for 56fba54
kkartunov
authored
56fba54
View commit details
Copy full SHA for 56fba54
Browse repository at this point
dump only resourceId on auth resolve
kkartunov
committed
f900d02
View commit details
Copy full SHA for f900d02
Browse repository at this point
Merge pull request #23 from topcoder-platform/challenges-rag
Show description for 60f6065
kkartunov
authored
60f6065
View commit details
Copy full SHA for 60f6065
Browse repository at this point
fix tests for auth breaking the build
kkartunov
committed
e0de281
View commit details
Copy full SHA for e0de281
Browse repository at this point
Merge pull request #24 from topcoder-platform/challenges-rag
Show description for 4ff1d6e
kkartunov
authored
4ff1d6e
View commit details
Copy full SHA for 4ff1d6e
Browse repository at this point
You can’t perform that action at this time.