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 }}
ayan-de
/
freecode
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
4
Code
Issues
3
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Execution
- #2
#2
Merged
ayan-de
merged 44 commits into
main
ayan-de/freecode:main
from
execution
ayan-de/freecode:execution
Copy head branch name to clipboard
May 24, 2026
Conversation
Commits
44
(44)
Checks
Files changed
Merged
Execution
#2
ayan-de
merged 44 commits into
main
ayan-de/freecode:main
from
execution
ayan-de/freecode:execution
Copy head branch name to clipboard
Commits
Commits on May 9, 2026
feat: add playwright dependency
ayan-de
committed
44a1ec8
View commit details
Copy full SHA for 44a1ec8
Browse repository at this point
feat: add Result type and Logger utility
ayan-de
committed
3fbb2a0
View commit details
Copy full SHA for 3fbb2a0
Browse repository at this point
feat: add scalable browser layer with provider system
ayan-de
committed
0fd2276
View commit details
Copy full SHA for 0fd2276
Browse repository at this point
fix: use proper Locator types in PageAdapter interface
ayan-de
committed
9a5de72
View commit details
Copy full SHA for 9a5de72
Browse repository at this point
feat: add context layer with strategy pattern
ayan-de
committed
be76787
View commit details
Copy full SHA for be76787
Browse repository at this point
fix: single-pass file traversal in FileTreeStrategy
ayan-de
committed
4d91e08
View commit details
Copy full SHA for 4d91e08
Browse repository at this point
feat: add parser layer with strategy chain
ayan-de
committed
712784d
View commit details
Copy full SHA for 712784d
Browse repository at this point
feat: add file applicator
ayan-de
committed
995d51d
View commit details
Copy full SHA for 995d51d
Browse repository at this point
feat: add scalable /freecode command with provider system
ayan-de
committed
7cbc58c
View commit details
Copy full SHA for 7cbc58c
Browse repository at this point
Commits on May 10, 2026
feat: improve response parsing, robust polling, and browser interaction logic for ChatGPT provider
ayan-de
committed
e272bb4
View commit details
Copy full SHA for e272bb4
Browse repository at this point
docs: add agent development guide to CLAUDE.md
ayan-de
committed
556c37a
View commit details
Copy full SHA for 556c37a
Browse repository at this point
Commits on May 11, 2026
feat: add initial README for FreeCode TUI with setup, run, and usage instructions
Ayan De
committed
8a096ec
View commit details
Copy full SHA for 8a096ec
Browse repository at this point
Commits on May 21, 2026
feat: initialize CLI app with package.json, TypeScript configuration, and tool definitions
Ayan De
committed
262f549
View commit details
Copy full SHA for 262f549
Browse repository at this point
feat: implement ReadTool for reading file contents with support for directories and binary file detection
Ayan De
committed
9802f54
View commit details
Copy full SHA for 9802f54
Browse repository at this point
feat: implement WriteTool for creating and overwriting files with directory support
Ayan De
committed
13a1084
View commit details
Copy full SHA for 13a1084
Browse repository at this point
feat: implement JSON-RPC server for tool management and execution
Ayan De
committed
6f3376a
View commit details
Copy full SHA for 6f3376a
Browse repository at this point
feat: implement CLI client for JSON-RPC communication with tools
Ayan De
committed
00054dd
View commit details
Copy full SHA for 00054dd
Browse repository at this point
feat: refactor file change application to use callTool for file operations
Ayan De
committed
342a7bf
View commit details
Copy full SHA for 342a7bf
Browse repository at this point
design: vscode chat extension spec
Ayan De
committed
7e22ac8
View commit details
Copy full SHA for 7e22ac8
Browse repository at this point
plan: vscode chat extension implementation
Ayan De
committed
2670c76
View commit details
Copy full SHA for 2670c76
Browse repository at this point
chore: add .worktrees to gitignore
Ayan De
committed
671a6b4
View commit details
Copy full SHA for 671a6b4
Browse repository at this point
feat(vscode): scaffold extension with basic manifest and types
Ayan De
committed
2e74cce
View commit details
Copy full SHA for 2e74cce
Browse repository at this point
feat(vscode): add IPC client for CLI communication
Ayan De
committed
45b73cc
View commit details
Copy full SHA for 45b73cc
Browse repository at this point
feat(vscode): add chat store with Zustand
Ayan De
committed
d5c0a0c
View commit details
Copy full SHA for d5c0a0c
Browse repository at this point
feat(vscode): add message part components
Ayan De
committed
8c86cb6
View commit details
Copy full SHA for 8c86cb6
Browse repository at this point
feat(vscode): add Message, MessageList, MessageInput components
Ayan De
committed
90646e1
View commit details
Copy full SHA for 90646e1
Browse repository at this point
feat(vscode): add ChatView webview provider and App root
Ayan De
committed
8468704
View commit details
Copy full SHA for 8468704
Browse repository at this point
feat(vscode): add build configuration and verify compilation
Ayan De
committed
cabe443
View commit details
Copy full SHA for cabe443
Browse repository at this point
Commits on May 22, 2026
refactor: rename extension to freecode-chat and update package structure
Show description for 062468e
Ayan De
committed
062468e
View commit details
Copy full SHA for 062468e
Browse repository at this point
Commits on May 23, 2026
docs: update agent guide and architecture overview for AI providers and system structure
ayan-de
committed
1f336af
View commit details
Copy full SHA for 1f336af
Browse repository at this point
feat: add architecture specification for FreeCode and update pnpm-lock.yaml with esbuild 0.28.0
Show description for ef160c0
ayan-de
committed
ef160c0
View commit details
Copy full SHA for ef160c0
Browse repository at this point
Commits on May 24, 2026
docs: add architecture spec and migration plan
Show description for a5f84b6
ayan-de
and
claude
committed
a5f84b6
View commit details
Copy full SHA for a5f84b6
Browse repository at this point
feat(shared): add shared types and IPC protocol package
Show description for 07c713e
ayan-de
and
claude
committed
07c713e
View commit details
Copy full SHA for 07c713e
Browse repository at this point
feat(cli): add browser, parser, context, applier, and agent modules
Show description for 46dfd2b
ayan-de
and
claude
committed
46dfd2b
View commit details
Copy full SHA for 46dfd2b
Browse repository at this point
refactor(tui): convert to thin client, delegate all logic to CLI via IPC
Show description for 0283c8a
ayan-de
and
claude
committed
0283c8a
View commit details
Copy full SHA for 0283c8a
Browse repository at this point
refactor(vscode): convert to thin client, use @freecode/shared types
Show description for f33fd10
ayan-de
and
claude
committed
f33fd10
View commit details
Copy full SHA for f33fd10
Browse repository at this point
docs: update architecture specification with agent loop and design patterns
ayan-de
committed
039bf51
View commit details
Copy full SHA for 039bf51
Browse repository at this point
fix(tsconfig): add missing ignoreDeprecations option
ayan-de
committed
aea1bfe
View commit details
Copy full SHA for aea1bfe
Browse repository at this point
feat(web): add architecture tabs and diagram animation hooks
Show description for 69009e5
ayan-de
and
claude
committed
69009e5
View commit details
Copy full SHA for 69009e5
Browse repository at this point
feat(web): add architecture diagram components
Show description for 17e4b9a
ayan-de
and
claude
committed
17e4b9a
View commit details
Copy full SHA for 17e4b9a
Browse repository at this point
feat(web): add architecture content container
Show description for e2c2816
ayan-de
and
claude
committed
e2c2816
View commit details
Copy full SHA for e2c2816
Browse repository at this point
feat(web): add presentation components
Show description for c30b914
ayan-de
and
claude
committed
c30b914
View commit details
Copy full SHA for c30b914
Browse repository at this point
feat(web): add internal architecture page
Show description for e5bf2f6
ayan-de
and
claude
committed
e5bf2f6
View commit details
Copy full SHA for e5bf2f6
Browse repository at this point
feat(web): add link to internal architecture page
Show description for 6d803aa
ayan-de
and
claude
committed
6d803aa
View commit details
Copy full SHA for 6d803aa
Browse repository at this point
You can’t perform that action at this time.