Use the command palette to pick "agent: toggle" - that'll open the agent pane. Pick "Claude Agent" from the dropdown at the top if you see the Zed agent. Should be all you need.
Their ACP integration with Claude agent is extremely broken to the point of being almost unusable. It desyncs and breaks in other ways constantly requiring frequent IDE relaunch. I get that they want you to use their built-in agent but $200 Codex/CC plans are such a good deal it makes very little sense atm and the broken integration is just embarrassing...
crazy how people on hacker news, who just gobble up anything if it's from openai or anthropic suddenly become monocled sceptics when chinese open models are "winning"
it should be repeated ad-nauseam that he is a crook, a shame for the country and its values and that the whole discourse about the injustice of the sentencing has heavy anti-liberal vibes
you're not in the minority, there's just intense fanboyism on Hacker News to promote OpenAI, because it serves the whole "LLM revolution" schtick better
Gemini has been dominating the field for about a year now, but I suppose Google is bit boring cause they just do things well
Yeah, I've been expecting someone to work up a system where:
- source file is .md
- file is compiled to .pdf _and_ the .md source file is included as an attachment
- when working with the file beyond viewing as a .pdf the .md is extracted and used instead of the .pdf
The LaTeX folks have a similar system ages ago where the .tex source would be included in a .pdf made from a .tex file for embedding in documents so that it could be sent in say an e-mail and then edited by the recipient --- absolutely awesome for discussing math via e-mail.
That's a good concept but I don't think Markdown is expressive enough for all the layouts & formatting that people typically want in PDFs. More likely that the source format would be something like HTML or SVG or .docx.
Restructured text has mostly 1:1 correspondence with Docbook. I use an XSLT transform to convert its XML schema into Docbook and PDF from there via XSL-FO.
python will be the last man standing with basically no functional goodies
people will keep on trucking with their "pythonic" for loops containg appends to a list that was initialized right before, their disgust for recursion, their absence of lambdas, the lack of monadic return types or containers