The Ultimate AI Assistant for
Eclipse & Design Studio

Bring the power of modern LLMs directly into your workspace. Get lightning-fast inline code suggestions, an interactive sidebar chat, and flexible engine routing—fully compatible with Eclipse IDE and Design Studio environments.

Get Plugin Read EULA
V.VAL.CREDIT.LIMIT.b
SUBROUTINE V.VAL.CREDIT.LIMIT
*-----------------------------------------------------------------------------
* InfoBasic validation routine - Press Ctrl+Alt+A to generate code inline
*-----------------------------------------------------------------------------
    $INSERT I_COMMON
    $INSERT I_EQUATE
    $INSERT I_F.CUSTOMER
    
    FN.CUSTOMER = 'F.CUSTOMER'
    F.CUSTOMER = ''
    CALL OPF(FN.CUSTOMER, F.CUSTOMER)
    
    CUSTOMER.ID = COMI
    R.CUSTOMER = ''; Y.ERR = ''
    CALL F.READ(FN.CUSTOMER, CUSTOMER.ID, R.CUSTOMER, F.CUSTOMER, Y.ERR)
    
    * Check if customer's credit limit is exceeded
    IF R.CUSTOMER<EB.CUS.CREDIT.LIMIT> GT 50000 THEN
        AF = EB.CUS.CREDIT.LIMIT
        ETEXT = "EB-CREDIT.LIMIT.EXCEEDED"
        CALL STORE.END.ERROR
    END
    
    RETURN
END

Advanced Features

Built specifically to provide deep integration and elite coding efficiency directly inside Eclipse and compatible Design Studio ecosystems.

Inline Generation

Use the hotkey Ctrl+Alt+A anywhere in your editor to trigger instant, context-aware completions. Results stream in real-time, right where your cursor is.

AI Chat Sidebar

Open a fully integrated side-panel chat window to query your codebase, explain logic, run unit test generations, and display highlighted code answers using Prism.js formatting.

Custom LLM Routing

Switch protocols dynamically. Connect to OpenAI APIs, Anthropic Claude, or run completely offline using local architectures like Ollama, LocalAI, or vLLM server installations.

Coming Soon

Fine-Tuned Custom TemenAI LLM

We are thrilled to announce the upcoming TemenAI Large Language Model—a purpose-built AI fine-tuned specifically for InfoBasic and Java programming. Designed to be hosted locally on-premise within banks and financial institutions, the TemenAI LLM ensures that your code and data never leave your network. No cloud dependency, no external calls—just fast, private, and accurate completions.

Bank-Grade Security
InfoBasic & Java Expertise
On-Premise Local Hosting

Important Project Disclaimer

TemenAI is an independent community project and has no affiliation with, authorization from, sponsorship by, or official connection with Temenos. Temenos does not support, maintain, or have any relation to this project. All product names, trademarks, and registered trademarks are the property of their respective owners.