COMMITS
/ eslint.config.js October 28, 2025
B
debt - reduce use of `any` type (#273692)
Benjamin Pasero committed
October 27, 2025
P
Add eslint rule for policy localization (#272334)
Paul committed
October 26, 2025
B
debt - reduce more `any` types (#273358)
Benjamin Pasero committed
October 25, 2025
A
strict no explicit `any` (#273329)
Alexandru Dima committed
October 21, 2025
D
Move tree sitter parsing into own class
Daniel Imms committed
October 20, 2025
L
SCM - remove the usage of `any` (#272231)
Ladislau Szomoru committed
B
debt - code and lint :lipstick: (#272215)
Benjamin Pasero committed
October 18, 2025
B
eslint - enable `no-explicit-any` for `src/**/*.ts` by using `ignores` (#272101)
Benjamin Pasero committed
October 15, 2025
M
Enforce single quote strings in tests too
Matt Bierner committed
October 9, 2025
S
remove any type (#270549)
Sandeep Somavarapu committed
October 7, 2025
S
remove any usage (#270146)
Sandeep Somavarapu committed
B
debt - reduce `any` type (#270139)
Benjamin Pasero committed
October 6, 2025
B
debt - reduce explicit `any` usage (#269814)
Benjamin Pasero committed
October 5, 2025
A
Adopt strict no explicit any (#269874)
Alexandru Dima committed
October 3, 2025
B
debt - start to reduce explicit `any` in my code (#269479)
Benjamin Pasero committed
M
Add lint rule for `as any` and bulk ignore all existing breaks
Matt Bierner committed
September 26, 2025
C
update undici lint
Connor Peet committed
J
chatSessions API redesign/experiment (#268089)
Josh Spicer committed
September 22, 2025
M
Merge branch 'main' into dev/mjbvz/mermaid-core
Matt Bierner committed
September 20, 2025
H
Implements code-no-observable-get-in-reactive-context (#267526)
Henning Dieterichs committed
September 18, 2025
H
feat: add ESLint rule to prevent reader method calls after await
Henning Dieterichs committed
September 16, 2025
M
Merge branch 'main' into dev/mjbvz/mermaid-core
Matt Bierner committed
September 11, 2025
M
Add basic mermaid rendering support in core
Matt Bierner committed
September 10, 2025
M
Add eslint rule to ban using dompurify directly
Matt Bierner committed
August 16, 2025
T
Add initial MCP server (#261898)
Tyler James Leonhardt committed
August 14, 2025
M
Enable a few more stylistic eslint options for my extensions
Matt Bierner committed
August 8, 2025
M
Convert esbuild scripts to modules
Matt Bierner committed
July 8, 2025
M
Migrate off of `eslint-plugin-local`
Matt Bierner committed
June 9, 2025
B
debt - restore old layer name (#250928)
Benjamin Pasero committed
May 24, 2025
C
debt: finish adopting ensureNoDisposablesAreLeakedInTestSuite (#249678)
Connor Peet committed
May 21, 2025
B
debt - disable use of node.js `path` lib (#249425)
Benjamin Pasero committed
May 12, 2025
O
remove prompt-file source code specific linter rules
Oleg Solomko committed
May 8, 2025
B
debt - inline `bootstrap-window` (#248373)
Benjamin Pasero committed
May 6, 2025
O
O
cleanup eslint config, fix more linter failures
Oleg Solomko committed
O
refactor token stream to remove floating promises
Oleg Solomko committed
O
more eslint rules and linter error fixes
Oleg Solomko committed
May 5, 2025
O
add more eslint rules and fix related linter issues
Oleg Solomko committed
O
reduce number of linter rules, address all outstanding linter errors
Oleg Solomko committed
O
fix issues generated by the new linter config
Oleg Solomko committed
May 1, 2025
O
add linting config for the prompt files source code
Oleg Solomko committed
May 3, 2025
B
debt - enforce lazy and safe `Intl` usage (#248063)
Benjamin Pasero committed
April 14, 2025
C
mcp: support streamable HTTP (#246557)
Connor Peet committed
April 1, 2025
H
Introduces code-no-deep-import-of-internal (#245143)
Henning Dieterichs committed
March 20, 2025
A
M
Fix eslint not linting our custom eslint rules
Matt Bierner committed
March 15, 2025
C
mcp: support sse (#243621)
Connor Peet committed
February 21, 2025
A
Adopt ensureNoDisposablesAreLeakedInTestSuite in a few files (#241462)
Alex Ross committed
February 7, 2025
R
Remove vscode-dts-region-comments (#239868)
Rob Lourens committed
February 4, 2025
J
adopt `ensureNoDisposablesAreLeakedInTestSuite` (#239536)
Justin Chen committed