Commit graph

16 commits

Author SHA1 Message Date
Lars Baunwall
2dc54a0ea6
Refactor implementation with focus on performance improvement 2025-10-04 14:32:13 +02:00
Lars Baunwall
70a077ca51
Refactor code to be more clean and modularized. Bump package version 2025-09-29 18:27:29 +02:00
Lars Baunwall
c25bbcef37
Add F5 debug config 2025-08-20 19:58:00 +02:00
Lars Baunwall
7782ff0727
Bump version 2025-08-13 08:17:39 +02:00
Lars Baunwall
4e29217d99
Add icon and refresh the readme 2025-08-13 00:01:17 +02:00
Devin AI
d91cdc3418 fix(http): use app.server after listen; avoid calling on() on return; bump to 0.1.5
Co-Authored-By: Lars Baunwall <larslb@thinkability.dk>
2025-08-12 20:59:53 +00:00
Devin AI
684e71eebe chore(release): bump version to 0.1.4
Co-Authored-By: Lars Baunwall <larslb@thinkability.dk>
2025-08-12 20:53:04 +00:00
Devin AI
013c882789 chore(release): bump version to 0.1.3
Co-Authored-By: Lars Baunwall <larslb@thinkability.dk>
2025-08-12 20:48:16 +00:00
Devin AI
c8afe9ee17 refactor(extension): extract config/state/logging/models/messages/http modules (SRP)
Co-Authored-By: Lars Baunwall <larslb@thinkability.dk>
2025-08-12 20:40:55 +00:00
Lars Baunwall
f4e6b390e3
Clean-up the extention code 2025-08-12 22:18:05 +02:00
Devin AI
81dd561730 Refactor: migrate Copilot bridge to VS Code Language Model API (vscode.lm). Replace Chat API flow, add robust LM guards and reason codes, update README/manifest, remove Chat API shim.
Co-Authored-By: Lars Baunwall <larslb@thinkability.dk>
2025-08-12 18:46:01 +00:00
Devin AI
71495c6812 Copilot Chat API guard + reason fields: detect missing proposed API, add reason in /healthz and 503 errors, verbose diagnostics, docs; manifest opts into chat proposals
Co-Authored-By: Lars Baunwall <larslb@thinkability.dk>
2025-08-12 18:34:19 +00:00
Devin AI
71bf0e1422 chore: add vsce devDependency and package VSIX artifact locally
Co-Authored-By: Lars Baunwall <larslb@thinkability.dk>
2025-08-12 17:50:20 +00:00
Devin AI
5261239628 Type shim: add minimal VS Code Chat API declarations to compile against proposed API
Co-Authored-By: Lars Baunwall <larslb@thinkability.dk>
2025-08-12 17:46:21 +00:00
Devin AI
4bc97d81ac Bridge hardening: 400 payload validation, 429 concurrency cap (configurable), and verbose logging option
Co-Authored-By: Lars Baunwall <larslb@thinkability.dk>
2025-08-12 17:40:07 +00:00
Devin AI
52bd219586 VS Code Copilot Bridge: local OpenAI-compatible HTTP facade to Copilot Chat (SSE + health + models)
Co-Authored-By: Lars Baunwall <larslb@thinkability.dk>
2025-08-12 17:36:15 +00:00