Skip to content
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
kilo-vscode
Closed

WIP: Kilo VS Code extension PoC#131
markijbema wants to merge 11 commits intodevfrom
kilo-vscode

Conversation

@markijbema
Copy link
Copy Markdown
Contributor

No description provided.

RSO and others added 11 commits February 5, 2026 10:02
- 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
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
@markijbema markijbema closed this Feb 11, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants