shahondin1624
  • Germay
  • Joined on 2026-01-30
d011447190 feat: add gRPC-Web client service layer for OrchestratorService
shahondin1624 commented on issue llm-multiverse/llm-multiverse-ui#3 2026-03-12 11:19:46 +01:00
Configure Caddy for gRPC-Web support

Implemented and auto-merged via PR #23.

Added Caddyfile with gRPC-Web → gRPC translation, CORS headers, and SvelteKit dev server proxy. All quality gates passed.

shahondin1624 pushed to main at llm-multiverse/llm-multiverse-ui 2026-03-12 11:19:46 +01:00
46e1a54379 Merge pull request 'feat: add Caddyfile for gRPC-Web reverse proxy with CORS' (#23) from feature/issue-3-caddy-grpc-web into main
298a186c31 feat: add Caddyfile for gRPC-Web reverse proxy with CORS support
Compare 2 commits »
shahondin1624 merged pull request llm-multiverse/llm-multiverse-ui#23 2026-03-12 11:19:46 +01:00
feat: add Caddyfile for gRPC-Web reverse proxy with CORS
shahondin1624 created pull request llm-multiverse/llm-multiverse-ui#23 2026-03-12 11:19:46 +01:00
feat: add Caddyfile for gRPC-Web reverse proxy with CORS
shahondin1624 closed issue llm-multiverse/llm-multiverse-ui#3 2026-03-12 11:19:46 +01:00
Configure Caddy for gRPC-Web support
298a186c31 feat: add Caddyfile for gRPC-Web reverse proxy with CORS support
shahondin1624 pushed to main at llm-multiverse/llm-multiverse-ui 2026-03-12 11:15:00 +01:00
f70ad719ca Merge pull request 'feat: add proto codegen pipeline with buf and connect-es' (#22) from feature/issue-2-proto-codegen into main
ed1e800e53 docs: mark issue #2 plan as COMPLETED
2516c86002 feat: add proto codegen pipeline with buf and connect-es
Compare 3 commits »
shahondin1624 commented on issue llm-multiverse/llm-multiverse-ui#2 2026-03-12 11:15:00 +01:00
Proto codegen pipeline for TypeScript gRPC-Web stubs

Implemented and auto-merged via PR #22.

What was done:

  • Added llm-multiverse as git submodule for proto files
  • Configured buf + @bufbuild/protoc-gen-es for TypeScript Connect codegen -…
shahondin1624 merged pull request llm-multiverse/llm-multiverse-ui#22 2026-03-12 11:14:59 +01:00
feat: add proto codegen pipeline with buf and connect-es
shahondin1624 closed issue llm-multiverse/llm-multiverse-ui#2 2026-03-12 11:14:59 +01:00
Proto codegen pipeline for TypeScript gRPC-Web stubs
shahondin1624 created pull request llm-multiverse/llm-multiverse-ui#22 2026-03-12 11:14:41 +01:00
feat: add proto codegen pipeline with buf and connect-es
ed1e800e53 docs: mark issue #2 plan as COMPLETED
2516c86002 feat: add proto codegen pipeline with buf and connect-es
Compare 2 commits »
shahondin1624 commented on issue llm-multiverse/llm-multiverse-ui#1 2026-03-12 11:08:16 +01:00
Project scaffolding: SvelteKit + Tailwind + TypeScript

Implemented and auto-merged via PR #21.

What was done:

  • SvelteKit project initialized with Svelte 5 (runes mode)
  • Tailwind CSS v4 configured via @tailwindcss/vite plugin
  • TypeScript strict…
shahondin1624 pushed to main at llm-multiverse/llm-multiverse-ui 2026-03-12 11:07:51 +01:00
0a46d2b95b Merge pull request 'feat: scaffold SvelteKit project with Tailwind, TypeScript, ESLint, Prettier' (#21) from feature/issue-1-project-scaffolding into main
d85e76cab2 docs: mark issue #1 plan as COMPLETED
978325565d feat: scaffold SvelteKit project with Tailwind, TypeScript, ESLint, Prettier
Compare 3 commits »
shahondin1624 closed issue llm-multiverse/llm-multiverse-ui#1 2026-03-12 11:07:50 +01:00
Project scaffolding: SvelteKit + Tailwind + TypeScript
shahondin1624 merged pull request llm-multiverse/llm-multiverse-ui#21 2026-03-12 11:07:50 +01:00
feat: scaffold SvelteKit project with Tailwind, TypeScript, ESLint, Prettier