Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
9761387
feat: Enhance OpenAI integration with new Responses API and improved …
youssefadel94 Feb 1, 2026
72325a6
fix: update default server port in .env.example to 18790 and README
youssefadel94 Feb 2, 2026
326b14b
feat: update TypeScript and Node.js versions in README and package.js…
youssefadel94 Feb 2, 2026
82dc445
feat: add legacy completions API endpoint and types; update README an…
youssefadel94 Feb 2, 2026
565c910
feat: implement auto-opening of authentication/setup pages and add se…
youssefadel94 Feb 2, 2026
00ec776
feat: add OpenClaw Gateway Daemon and WhatsApp login scripts; update …
youssefadel94 Feb 2, 2026
fd7fb86
feat: enhance tool calling capabilities and update OpenAI types for i…
youssefadel94 Feb 2, 2026
fb48ba9
feat: implement fixToolMessagePairing function to ensure correct tool…
youssefadel94 Feb 2, 2026
a10cd15
feat: enhance logging for streaming responses and track tool calls fo…
youssefadel94 Feb 2, 2026
01bf879
feat: enhance fixToolMessagePairing function to log summary of orphan…
youssefadel94 Feb 2, 2026
95298c9
feat: enhance OpenClaw Gateway Daemon with smart error detection and …
youssefadel94 Feb 3, 2026
4bb2409
feat: enhance OpenClaw Gateway Daemon with improved installation chec…
youssefadel94 Feb 5, 2026
f59ddb4
feat: update server port to 3000 and enhance usage tracking with slid…
youssefadel94 Feb 23, 2026
17d1861
feat: add development script for live-reload and enhance model mappin…
youssefadel94 Feb 23, 2026
1f74657
fix: correct wording in development script output for clarity
youssefadel94 Feb 23, 2026
05a747a
refactor: simplify development script by removing redundant build steps
youssefadel94 Feb 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .commitlintrc.json

This file was deleted.

56 changes: 0 additions & 56 deletions .github/workflows/ci.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,18 @@ jspm_packages/
.env.production.local
.env.local

# Token storage (sensitive!)
.tokens.json

# Build output
dist/
build/
out/
.next/

# Dev-mode temp loader
.dev-entry.mjs

# Coverage directory used by tools like istanbul
coverage/
*.lcov
Expand Down
4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

Loading