0

AI integration, using openSpec inside TextTastic

MrKodama 11 hours ago in General updated 11 hours ago 0

Can you add some kind of AI integration like a Chat Agent.
Look at VSCode. it allows you to add CoPilot, Claude, Codex etc

Then we could set up a proper AI framework like OpenSpec?

https://github.com/Fission-AI/OpenSpec

https://medium.com/coding-nexus/openspec-a-spec-driven-workflow-for-ai-coding-assistants-no-api-keys-needed-d5b3323294fa

This allows you to add Gemini level AI functionality that is correctly remembered and self updating.

Currently my work flow is;

Google AI mode -> TextTastic -> Working Code

The problem with using raw Google AI mode [Gemini] is that often your previous conversation gets too long and the context window crashes and you lose the entire conversation.

It only needs to be single agent driven, at the moment. Nothing too fancy. Just some way for an AI to traverse the project root and understand a project as it evolves. In this way, AI can add instruction files to every root folder. This acts like an index in a database. It tells the AI what this folder’s functionality & context within a larger application, is.

I was just looking at OpenSpec. Because it is a CLI that requires global node library installation, you may actually need to integrate OpenSpec into the App, itself. Obviously, iPhones cannot install NodeJs & Node libraries etc So there needs to be some deeper level integration, here.

IMHO, OpenSpec is currently the best & easiest AI spec framework, to work with.

This would be a massive win for TextTastic as a future proof, smart phone IDE.

Imagine being the only app in the world to have integrated a Spec framework, into its AI capabilities.