This repository was archived by the owner on Feb 25, 2026. It is now read-only.
WIP: Kilo VS Code extension PoC#131
Closed
markijbema wants to merge 11 commits intodevfrom
Closed
Conversation
- Add server discovery with health checking on localhost:4096 - Add SDK client wrapper for browser context - Add session and message state management with SSE events - Add chat UI components (MessageList, Message, PromptInput, StatusIndicator) - Add VS Code themed styles - Add AGENTS.md documentation
5913104 to
a4c020c
Compare
markijbema
added a commit
that referenced
this pull request
Feb 9, 2026
Detailed plan for reimplementing commits 76d374f and e4a0180 from PR #131 with a production-ready approach: - VS Code-specific context providers (vscode, server, session) - Simplified chat components (StatusIndicator, Message, MessageList, PromptInput, ChatView) - Uses postMessage for all extension<->webview communication - VS Code CSS variables for theming - Proper TypeScript types for all messages
markijbema
added a commit
that referenced
this pull request
Feb 9, 2026
Reimplements commits 76d374f and e4a0180 from PR #131 with a production-ready approach: Webview changes: - Add types/messages.ts with typed extension<->webview messages - Add context/vscode.tsx for VS Code API access - Add context/server.tsx for connection state management - Add context/session.tsx for session and message state with SSE handling - Add chat components: ChatView, MessageList, Message, PromptInput, StatusIndicator, PermissionDialog - Add styles/chat.css with VS Code CSS variable theming - Update App.tsx to use context providers and ChatView - Update Settings.tsx to use server context Extension changes: - Update KiloProvider CSP to allow localhost connections - Add handlers for createSession, loadMessages, loadSessions - Forward sessionCreated, messageCreated events to webview - Convert backend types to webview-friendly format
markijbema
added a commit
that referenced
this pull request
Feb 9, 2026
Detailed plan for reimplementing commits 76d374f and e4a0180 from PR #131 with a production-ready approach: - VS Code-specific context providers (vscode, server, session) - Simplified chat components (StatusIndicator, Message, MessageList, PromptInput, ChatView) - Uses postMessage for all extension<->webview communication - VS Code CSS variables for theming - Proper TypeScript types for all messages
markijbema
added a commit
that referenced
this pull request
Feb 9, 2026
Reimplements commits 76d374f and e4a0180 from PR #131 with a production-ready approach: Webview changes: - Add types/messages.ts with typed extension<->webview messages - Add context/vscode.tsx for VS Code API access - Add context/server.tsx for connection state management - Add context/session.tsx for session and message state with SSE handling - Add chat components: ChatView, MessageList, Message, PromptInput, StatusIndicator, PermissionDialog - Add styles/chat.css with VS Code CSS variable theming - Update App.tsx to use context providers and ChatView - Update Settings.tsx to use server context Extension changes: - Update KiloProvider CSP to allow localhost connections - Add handlers for createSession, loadMessages, loadSessions - Forward sessionCreated, messageCreated events to webview - Convert backend types to webview-friendly format
markijbema
added a commit
that referenced
this pull request
Feb 9, 2026
Detailed plan for reimplementing commits 76d374f and e4a0180 from PR #131 with a production-ready approach: - VS Code-specific context providers (vscode, server, session) - Simplified chat components (StatusIndicator, Message, MessageList, PromptInput, ChatView) - Uses postMessage for all extension<->webview communication - VS Code CSS variables for theming - Proper TypeScript types for all messages
markijbema
added a commit
that referenced
this pull request
Feb 9, 2026
Reimplements commits 76d374f and e4a0180 from PR #131 with a production-ready approach: Webview changes: - Add types/messages.ts with typed extension<->webview messages - Add context/vscode.tsx for VS Code API access - Add context/server.tsx for connection state management - Add context/session.tsx for session and message state with SSE handling - Add chat components: ChatView, MessageList, Message, PromptInput, StatusIndicator, PermissionDialog - Add styles/chat.css with VS Code CSS variable theming - Update App.tsx to use context providers and ChatView - Update Settings.tsx to use server context Extension changes: - Update KiloProvider CSP to allow localhost connections - Add handlers for createSession, loadMessages, loadSessions - Forward sessionCreated, messageCreated events to webview - Convert backend types to webview-friendly format
markijbema
added a commit
that referenced
this pull request
Feb 9, 2026
Detailed plan for reimplementing commits 76d374f and e4a0180 from PR #131 with a production-ready approach: - VS Code-specific context providers (vscode, server, session) - Simplified chat components (StatusIndicator, Message, MessageList, PromptInput, ChatView) - Uses postMessage for all extension<->webview communication - VS Code CSS variables for theming - Proper TypeScript types for all messages
markijbema
added a commit
that referenced
this pull request
Feb 9, 2026
Reimplements commits 76d374f and e4a0180 from PR #131 with a production-ready approach: Webview changes: - Add types/messages.ts with typed extension<->webview messages - Add context/vscode.tsx for VS Code API access - Add context/server.tsx for connection state management - Add context/session.tsx for session and message state with SSE handling - Add chat components: ChatView, MessageList, Message, PromptInput, StatusIndicator, PermissionDialog - Add styles/chat.css with VS Code CSS variable theming - Update App.tsx to use context providers and ChatView - Update Settings.tsx to use server context Extension changes: - Update KiloProvider CSP to allow localhost connections - Add handlers for createSession, loadMessages, loadSessions - Forward sessionCreated, messageCreated events to webview - Convert backend types to webview-friendly format
markijbema
added a commit
that referenced
this pull request
Feb 9, 2026
Reimplements commits 76d374f and e4a0180 from PR #131 with a production-ready approach: Webview changes: - Add types/messages.ts with typed extension<->webview messages - Add context/vscode.tsx for VS Code API access - Add context/server.tsx for connection state management - Add context/session.tsx for session and message state with SSE handling - Add chat components: ChatView, MessageList, Message, PromptInput, StatusIndicator, PermissionDialog - Add styles/chat.css with VS Code CSS variable theming - Update App.tsx to use context providers and ChatView - Update Settings.tsx to use server context Extension changes: - Update KiloProvider CSP to allow localhost connections - Add handlers for createSession, loadMessages, loadSessions - Forward sessionCreated, messageCreated events to webview - Convert backend types to webview-friendly format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.