Updates, summary
This commit is contained in:
parent
2394908ede
commit
f380957fe0
|
|
@ -12,6 +12,10 @@ title = "FB/Tech"
|
||||||
mainSections = ["posts"]
|
mainSections = ["posts"]
|
||||||
description = "My awesome website"
|
description = "My awesome website"
|
||||||
|
|
||||||
|
[params.logo]
|
||||||
|
logoText = "FB/Tech"
|
||||||
|
logoHomeLink = "/"
|
||||||
|
|
||||||
[params.author]
|
[params.author]
|
||||||
name = "Isaac Johnson"
|
name = "Isaac Johnson"
|
||||||
# image = "img/author.jpg"
|
# image = "img/author.jpg"
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
date = '2026-06-25T01:00:31-05:00'
|
date = '2026-06-25T01:00:31-05:00'
|
||||||
draft = false
|
draft = false
|
||||||
title = 'Closing the Harness and future of OS LLM CLIs'
|
title = 'Closing the Harness and future of OS LLM CLIs'
|
||||||
|
summary = 'Goodbye Continue.dev. Whose next?'
|
||||||
+++
|
+++
|
||||||
|
|
||||||
One of my favourite VS Code general use plugins for connecting to a variety of backend agent providers has been [Continue.dev's](https://github.com/continuedev/continue). It has releases that go back to [2024](https://github.com/continuedev/continue/releases?page=83) where it has had non-stop continuous development. Over time, I have written guides here and for work on using it with Azure AI foundtry and Ollama. It's just really really good.
|
One of my favourite VS Code general use plugins for connecting to a variety of backend agent providers has been [Continue.dev's](https://github.com/continuedev/continue). It has releases that go back to [2024](https://github.com/continuedev/continue/releases?page=83) where it has had non-stop continuous development. Over time, I have written guides here and for work on using it with Azure AI foundtry and Ollama. It's just really really good.
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
date = '2026-06-19T11:00:31-05:00'
|
date = '2026-06-19T11:00:31-05:00'
|
||||||
draft = false
|
draft = false
|
||||||
title = 'Hello World'
|
title = 'Hello World'
|
||||||
|
summary = 'howdy howdy howdy'
|
||||||
+++
|
+++
|
||||||
|
|
||||||
This is my first published post using CICD.
|
This is my first published post using CICD.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue